linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCHES FOR 3.1] v4l-dvb: add and use poll_requested_events() function
@ 2011-07-17 11:19 Hans Verkuil
  2011-07-27 18:03 ` Mauro Carvalho Chehab
  2011-07-27 20:11 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Hans Verkuil @ 2011-07-17 11:19 UTC (permalink / raw)
  To: linux-media; +Cc: linux-kernel, linux-fsdevel, viro, Jonathan Corbet

Hi Mauro,

This patch series adds the poll_requested_events() function and uses it in
the V4L2 core and the ivtv driver.

The poll patch is unchanged from the RFCv3 patch posted a week ago and the
other patches are unchanged from the RFCv1 patch series posted last Wednesday
on the linux-media list.

Tested with vivi and ivtv.

Regards,

	Hans

The following changes since commit bec969c908bb22931fd5ab8ecdf99de8702a6a31:

  [media] v4l: s5p-tv: add TV Mixer driver for Samsung S5P platform (2011-07-14 13:09:48 -0300)

are available in the git repository at:
  ssh://linuxtv.org/git/hverkuil/media_tree.git poll

Hans Verkuil (6):
      poll: add poll_requested_events() function
      ivtv: only start streaming in poll() if polling for input.
      videobuf2: only start streaming in poll() if so requested by the poll mask.
      videobuf: only start streaming in poll() if so requested by the poll mask.
      videobuf2-core: also test for pending events.
      vivi: let vb2_poll handle events.

 drivers/media/video/ivtv/ivtv-fileops.c |    6 ++-
 drivers/media/video/videobuf-core.c     |    3 +-
 drivers/media/video/videobuf2-core.c    |   48 +++++++++++++++++++++---------
 drivers/media/video/vivi.c              |    9 +-----
 fs/eventpoll.c                          |   19 +++++++++--
 fs/select.c                             |   38 +++++++++++-------------
 include/linux/poll.h                    |    7 ++++-
 7 files changed, 78 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-07-27 20:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-17 11:19 [GIT PATCHES FOR 3.1] v4l-dvb: add and use poll_requested_events() function Hans Verkuil
2011-07-27 18:03 ` Mauro Carvalho Chehab
2011-07-27 20:11 ` Mauro Carvalho Chehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).