From: Mauro Carvalho Chehab <mchehab@redhat.com>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Subject: [PATCH 0/8] Removal of BKL part 1
Date: Wed, 15 Sep 2010 21:56:43 -0300 [thread overview]
Message-ID: <20100915215643.42c697e6@pedra> (raw)
This patch series remove direct calls for BKL on some V4L drivers. It also uses
.unlocked_ioctl for some of those drivers.
This is a work in progress, as I'm doing the conversion manually. We still need to
touch on the drivers bellow, just due to explicit call to BKL:
drivers/media/video/tlg2300/pd-main.c
drivers/media/video/se401.c
drivers/media/video/zoran/zoran_driver.c
drivers/media/video/cx23885/cx23885-417.c
drivers/media/video/cx23885/cx23885-video.c
drivers/media/video/usbvideo/vicam.c
drivers/media/video/usbvision/usbvision-video.c
drivers/media/video/dabusb.c
drivers/media/video/pwc/pwc-if.c
drivers/media/video/v4l2-dev.c
drivers/media/video/stk-webcam.c
Probably, there are more drivers still using .ioctl, instead of .unsigned_ioctl.
The patches here were not tested yet. Help is needed to test them and to review
the patch series.
Mauro Carvalho Chehab (8):
V4L/DVB: radio-si470x: remove the BKL lock used internally at the
driver
V4L/DVB: radio-si470x: use unlocked ioctl
V4L/DVB: bttv-driver: document functions using mutex_lock
V4L/DVB: bttv: fix driver lock and remove explicit calls to BKL
V4L/DVB: bttv: use unlocked ioctl
V4L/DVB: cx88: Remove BKL
V4L/DVB: Deprecate cpia driver (used for parallel port webcams)
V4L/DVB: Deprecate stradis driver
Documentation/feature-removal-schedule.txt | 17 +-
drivers/media/radio/si470x/radio-si470x-common.c | 27 +-
drivers/media/radio/si470x/radio-si470x-usb.c | 17 +-
drivers/media/radio/si470x/radio-si470x.h | 2 -
drivers/media/video/Kconfig | 48 -
drivers/media/video/Makefile | 4 -
drivers/media/video/bt8xx/bttv-driver.c | 269 +-
drivers/media/video/cpia.c | 4032 ----------------------
drivers/media/video/cpia.h | 432 ---
drivers/media/video/cpia_pp.c | 869 -----
drivers/media/video/cpia_usb.c | 640 ----
drivers/media/video/cx88/cx88-blackbird.c | 14 +-
drivers/media/video/cx88/cx88-video.c | 17 +-
drivers/media/video/stradis.c | 2213 ------------
drivers/staging/Kconfig | 2 +
drivers/staging/Makefile | 1 +
drivers/staging/cpia/Kconfig | 39 +
drivers/staging/cpia/Makefile | 5 +
drivers/staging/cpia/TODO | 8 +
drivers/staging/cpia/cpia.c | 4032 ++++++++++++++++++++++
drivers/staging/cpia/cpia.h | 432 +++
drivers/staging/cpia/cpia_pp.c | 869 +++++
drivers/staging/cpia/cpia_usb.c | 640 ++++
drivers/staging/stradis/Kconfig | 7 +
drivers/staging/stradis/Makefile | 3 +
drivers/staging/stradis/TODO | 6 +
drivers/staging/stradis/stradis.c | 2213 ++++++++++++
27 files changed, 8496 insertions(+), 8362 deletions(-)
delete mode 100644 drivers/media/video/cpia.c
delete mode 100644 drivers/media/video/cpia.h
delete mode 100644 drivers/media/video/cpia_pp.c
delete mode 100644 drivers/media/video/cpia_usb.c
delete mode 100644 drivers/media/video/stradis.c
create mode 100644 drivers/staging/cpia/Kconfig
create mode 100644 drivers/staging/cpia/Makefile
create mode 100644 drivers/staging/cpia/TODO
create mode 100644 drivers/staging/cpia/cpia.c
create mode 100644 drivers/staging/cpia/cpia.h
create mode 100644 drivers/staging/cpia/cpia_pp.c
create mode 100644 drivers/staging/cpia/cpia_usb.c
create mode 100644 drivers/staging/stradis/Kconfig
create mode 100644 drivers/staging/stradis/Makefile
create mode 100644 drivers/staging/stradis/TODO
create mode 100644 drivers/staging/stradis/stradis.c
reply other threads:[~2010-09-16 1:06 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=20100915215643.42c697e6@pedra \
--to=mchehab@redhat.com \
--cc=arnd@arndb.de \
--cc=linux-media@vger.kernel.org \
/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 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.