All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/8] V4L BKL removal: first round
@ 2010-11-14 13:21 Hans Verkuil
  2010-11-14 13:22 ` [RFC PATCH 1/8] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock Hans Verkuil
                   ` (8 more replies)
  0 siblings, 9 replies; 33+ messages in thread
From: Hans Verkuil @ 2010-11-14 13:21 UTC (permalink / raw)
  To: linux-media; +Cc: Arnd Bergmann

This patch series converts 24 v4l drivers to unlocked_ioctl. These are low
hanging fruit but you have to start somewhere :-)

The first patch replaces mutex_lock in the V4L2 core by mutex_lock_interruptible
for most fops.

Hans Verkuil (8):
  v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock
  BKL: trivial BKL removal from V4L2 radio drivers
  cadet: use unlocked_ioctl
  tea5764: convert to unlocked_ioctl
  si4713: convert to unlocked_ioctl
  typhoon: convert to unlocked_ioctl.
  dsbr100: convert to unlocked_ioctl.
  BKL: trivial ioctl -> unlocked_ioctl video driver conversions

 drivers/media/radio/dsbr100.c          |    2 +-
 drivers/media/radio/radio-aimslab.c    |   16 +++++-----
 drivers/media/radio/radio-aztech.c     |    6 ++--
 drivers/media/radio/radio-cadet.c      |   12 ++++++--
 drivers/media/radio/radio-gemtek-pci.c |    6 ++--
 drivers/media/radio/radio-gemtek.c     |   14 ++++----
 drivers/media/radio/radio-maestro.c    |   14 ++++-----
 drivers/media/radio/radio-maxiradio.c  |    2 +-
 drivers/media/radio/radio-miropcm20.c  |    6 ++-
 drivers/media/radio/radio-rtrack2.c    |   10 +++---
 drivers/media/radio/radio-sf16fmi.c    |    7 ++--
 drivers/media/radio/radio-sf16fmr2.c   |   11 +++----
 drivers/media/radio/radio-si4713.c     |    3 +-
 drivers/media/radio/radio-tea5764.c    |   49 ++++++--------------------------
 drivers/media/radio/radio-terratec.c   |    8 ++--
 drivers/media/radio/radio-trust.c      |   18 ++++++------
 drivers/media/radio/radio-typhoon.c    |   16 +++++-----
 drivers/media/radio/radio-zoltrix.c    |   30 ++++++++++----------
 drivers/media/video/arv.c              |    2 +-
 drivers/media/video/bw-qcam.c          |    2 +-
 drivers/media/video/c-qcam.c           |    2 +-
 drivers/media/video/meye.c             |   14 ++++----
 drivers/media/video/pms.c              |    2 +-
 drivers/media/video/v4l2-dev.c         |   44 +++++++++++++++++++++--------
 drivers/media/video/w9966.c            |    2 +-
 25 files changed, 147 insertions(+), 151 deletions(-)


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

end of thread, other threads:[~2010-11-17 15:36 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-14 13:21 [RFC PATCH 0/8] V4L BKL removal: first round Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 1/8] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 2/8] BKL: trivial BKL removal from V4L2 radio drivers Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 3/8] cadet: use unlocked_ioctl Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 4/8] tea5764: convert to unlocked_ioctl Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 5/8] si4713: " Hans Verkuil
2010-11-14 13:22 ` [RFC PATCH 6/8] typhoon: " Hans Verkuil
2010-11-14 13:23 ` [RFC PATCH 7/8] dsbr100: " Hans Verkuil
2010-11-14 13:23 ` [RFC PATCH 8/8] BKL: trivial ioctl -> unlocked_ioctl video driver conversions Hans Verkuil
2010-11-14 21:53 ` [RFC PATCH 0/8] V4L BKL removal: first round Arnd Bergmann
2010-11-14 22:48   ` Hans Verkuil
2010-11-15  9:17     ` Arnd Bergmann
2010-11-15  9:49       ` Hans Verkuil
2010-11-16 12:19         ` Mauro Carvalho Chehab
2010-11-16 12:35           ` Hans Verkuil
2010-11-16 13:06             ` Mauro Carvalho Chehab
2010-11-16 13:20               ` Hans Verkuil
2010-11-16 14:22                 ` Arnd Bergmann
2010-11-16 14:50                   ` Hans Verkuil
2010-11-16 15:13                     ` Arnd Bergmann
2010-11-16 15:27                       ` Hans Verkuil
2010-11-16 15:30                         ` Hans Verkuil
2010-11-16 16:01                           ` Arnd Bergmann
2010-11-16 16:32                             ` Mauro Carvalho Chehab
2010-11-16 16:49                             ` Hans Verkuil
2010-11-16 18:38                               ` Hans Verkuil
2010-11-16 19:23                                 ` Arnd Bergmann
2010-11-16 19:59                                 ` Andy Walls
2010-11-16 20:29                                   ` Hans Verkuil
2010-11-16 21:10                                     ` Hans Verkuil
2010-11-16 21:32                                       ` David Ellingsworth
2010-11-16 21:42                                         ` Hans Verkuil
2010-11-17 15:36                                           ` David Ellingsworth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.