linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans de Goede <hdegoede@redhat.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Subject: [GIT PATCHES FOR 3.4] poll: add poll_requested_events() and poll_does_not_wait() functions & related patches
Date: Thu, 22 Mar 2012 17:51:02 +0100	[thread overview]
Message-ID: <4F6B5876.8080607@redhat.com> (raw)

Hi Mauro et all,

As discussed here is a pull request for the long time pending
"poll: add poll_requested_events() and poll_does_not_wait() functions"
patch & related patches.

As already mentioned on irc when you ask Linus to pull this please
add a note that Al Viro is ok with this change for in kernel drivers,
but that he is worried that it might break out of tree drivers.

The following changes since commit c16fa4f2ad19908a47c63d8fa436a1178438c7e7:

   Linux 3.3 (2012-03-18 16:15:34 -0700)

are available in the git repository at:

   git://linuxtv.org/hgoede/gspca.git poll_req_events

for you to fetch changes up to 858904e33a17953df6debd5907e991ee9e74ed21:

   pwc: poll(): Check that the device has not beem claimed for streaming already (2012-03-22 17:42:41 +0100)

----------------------------------------------------------------
Hans Verkuil (6):
       poll: add poll_requested_events() and poll_does_not_wait() functions
       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.

Hans de Goede (1):
       pwc: poll(): Check that the device has not beem claimed for streaming already

  drivers/media/video/ivtv/ivtv-fileops.c |    6 ++--
  drivers/media/video/pwc/pwc-if.c        |    9 ++++++
  drivers/media/video/videobuf-core.c     |    3 +-
  drivers/media/video/videobuf2-core.c    |   48 +++++++++++++++++++++----------
  drivers/media/video/vivi.c              |    9 +-----
  fs/eventpoll.c                          |   18 ++++++++++--
  fs/select.c                             |   40 ++++++++++++--------------
  include/linux/poll.h                    |   37 ++++++++++++++++++++----
  include/net/sock.h                      |    2 +-
  net/unix/af_unix.c                      |    2 +-
  10 files changed, 115 insertions(+), 59 deletions(-)

Thanks & Regards,

Hans

                 reply	other threads:[~2012-03-22 16:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F6B5876.8080607@redhat.com \
    --to=hdegoede@redhat.com \
    --cc=linux-media@vger.kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).