linux/drivers/media/radio
Hans Verkuil 32958fdd16 [media] BKL: trivial BKL removal from V4L2 radio drivers
The patch converts a bunch of V4L2 radio drivers to unlocked_ioctl.

These are all simple conversions: most already had a lock and so the ioctl
fop could simply be replaced by unlocked_ioctl.

radio-miropcm20.c was converted to use the new V4L2 core lock.

While doing this work I noticed that many of these drivers initialized
some more fields or muted audio or something like that *after* creating
the device node. This should be done before the device node is created
to prevent problems. Especially hal tends to grab a device node as soon
as it is created.

In one or two cases the mutex_init was even done after the device creation!

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2010-12-01 20:10:05 -02:00
..
si470x
Kconfig
Makefile
dsbr100.c
radio-aimslab.c
radio-aztech.c
radio-cadet.c
radio-gemtek-pci.c
radio-gemtek.c
radio-maestro.c
radio-maxiradio.c
radio-miropcm20.c
radio-mr800.c
radio-rtrack2.c
radio-sf16fmi.c
radio-sf16fmr2.c
radio-si4713.c
radio-tea5764.c
radio-terratec.c
radio-timb.c
radio-trust.c
radio-typhoon.c
radio-zoltrix.c
saa7706h.c
si4713-i2c.c
si4713-i2c.h
tef6862.c