kernel-ark/drivers/media/radio
Tobias Lorenz 0e3301ec23 V4L/DVB (7091): radio-si470x improvements and seldom problem fixed in tuning functions
I updated the radio-si470x driver another time. Here are the commented history entries:

- number of seek_retries changed to tune_timeout
The last versions checked for the end of frequency tuning by polling a si470x register.
Therefore polling depended on the usb utilization.
This was changed to have a constant timeout now.

- fixed problem with incomplete tune operations by own buffers
The last version used a shared buffer to assembly the USB HID reports.
It sometimes happened, that multiple functions were modifing this buffer simultanuously.
When sending such reports, the hardware returned USB stalls (-EPIPE).
Now buffers of the correct size (smaller than before) are allocated as local variables.

- optimization of variables
The size of some variables has been reduced to allow the compiler to generate more optimized code.

- improved error logging
At some important location, error checking was improved.
Especially the usb transfers to access si470x registers and the tuning functions were modified.

Signed-off-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2008-02-18 11:14:59 -03:00
..
dsbr100.c V4L/DVB (6732): dsbr100 violates DMA coherency rules 2008-01-25 19:03:14 -02:00
Kconfig V4L/DVB (7133): Fix Kconfig dependencies 2008-02-18 11:14:53 -03:00
Makefile V4L/DVB (7047): fix broken build when CONFIG_USB_SI470X is set 2008-01-25 19:05:08 -02:00
miropcm20-radio.c V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field 2007-10-22 12:01:24 -02:00
miropcm20-rds-core.c
miropcm20-rds-core.h
miropcm20-rds.c
radio-aimslab.c V4L/DVB (5857): Use msecs_to_jiffies instead of HZ on radio drivers 2007-07-20 17:35:47 -03:00
radio-aztech.c V4L/DVB (5705): Removed unnecessary .hardware from video_device struct. 2007-07-18 14:23:47 -03:00
radio-cadet.c V4L/DVB (5857): Use msecs_to_jiffies instead of HZ on radio drivers 2007-07-20 17:35:47 -03:00
radio-gemtek-pci.c V4L/DVB (5877): radio-gemtek-pci: remove unused structure member 2007-07-20 17:35:56 -03:00
radio-gemtek.c V4L/DVB (6616): drivers/media/radio: Add missing "space" 2008-01-25 19:02:15 -02:00
radio-maestro.c V4L/DVB (7036): radio: Use video_device_release rather than kfree 2008-01-25 19:05:02 -02:00
radio-maxiradio.c
radio-rtrack2.c V4L/DVB (5705): Removed unnecessary .hardware from video_device struct. 2007-07-18 14:23:47 -03:00
radio-sf16fmi.c V4L/DVB (7078): radio: fix sf16fmi section mismatch 2008-01-25 19:05:26 -02:00
radio-sf16fmr2.c V4L/DVB (6976): drivers/media/radio/radio-sf16fmr2.c: fix error handling 2008-01-25 19:04:41 -02:00
radio-si470x.c V4L/DVB (7091): radio-si470x improvements and seldom problem fixed in tuning functions 2008-02-18 11:14:59 -03:00
radio-terratec.c V4L/DVB (6125): whitespace cleanup: replace leading spaces with tabs 2007-10-09 22:07:29 -03:00
radio-trust.c V4L/DVB (5705): Removed unnecessary .hardware from video_device struct. 2007-07-18 14:23:47 -03:00
radio-typhoon.c V4L/DVB (5705): Removed unnecessary .hardware from video_device struct. 2007-07-18 14:23:47 -03:00
radio-zoltrix.c V4L/DVB (5622): Radio-zoltrix.c cleanup 2007-05-09 10:13:07 -03:00