kernel_optimize_test/drivers/media/dvb/dvb-usb
Trent Piepho b7754d74d2 V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pll
Enhance the dvb-pll definition of the fmd1216 tuner by adding an init sequence
and a sleep sequence.

The init sequence sets the AGC control register to 0xa0, selecting the fast
time constant and 112 dBuV take-over point.  This the recommended value for
DVB-T operation.

The sleep sequence sets bit P4 (which is believed to turn the analog
demodulator on), turns off the tuning voltage, and sets the AGC control
register to 0x60 (external AGC voltage, the recommended value for analog
operation).

The existing dvb-pll users in the cx88 driver, listed below, will gain these
init and sleep sequences.

CX88_BOARD_HAUPPAUGE_HVR1100    Hauppauge WinTV-HVR1100 DVB-T/Hybrid
CX88_BOARD_HAUPPAUGE_HVR1100LP  Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profi
CX88_BOARD_WINFAST_DTV2000H     WinFast DTV2000 H
CX88_BOARD_HAUPPAUGE_HVR3000    Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DV
CX88_BOARD_HAUPPAUGE_HVR1300    Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encod

This non-dvb-pll user in the cx88 driver should only gain the sleep sequence,
as it already had an equivalent init sequence.  The non-dvb-pll code for this
user is removed.

X88_BOARD_DNTV_LIVE_DVB_T_PRO   digitalnow DNTV Live! DVB-T Pro

In these saa7134 driver, these non-dvb-pll users are converted to use dvb-pll:

SAA7134_BOARD_MD7134                    Medion 7134
SAA7134_BOARD_ASUS_EUROPA2_HYBRID       Asus Europa2 OEM

The saa7134 functions philips_fmd1216_tuner_init(),
philips_fmd1216_tuner_sleep(), and philips_fmd1216_tuner_set_params() are
deleted and the dvb-pll versions are used.

This should result in equivalent sleep, init, and tuning sequences being sent
to the tuner.

For the cxusb driver, only one board is effected:

USB_PID_MEDION_MD95700          	Medion MD95700

This board used dvb_usb_tuner_init_i2c() and dvb_usb_tuner_set_params_i2c()
for init and tuning, respectively.  These functions are effectively the same
as the dvb-pll versions.  They call a tuner pass control function defined at
the dvb-usb level, but this does not matter, as this card does not have a
tuner pass control function (only the dib3000mb does).  This board will gain
the sleep sequence, while init and tuning should be unchanged.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
2007-07-18 14:23:29 -03:00
..
a800.c V4L/DVB (4749): Fixed DVB-USB-Adapter indention 2006-12-10 08:50:51 -02:00
af9005-fe.c V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
af9005-remote.c V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
af9005-script.h V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
af9005.c V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
af9005.h V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
au6610.c V4L/DVB (5424): Fix i2c implementation for gl861 and au6610 2007-04-27 15:44:36 -03:00
au6610.h V4L/DVB (5236): Initial support for Sigmatek DVB-110 DVB-T 2007-02-21 13:35:30 -02:00
cxusb.c V4L/DVB (5636): Integrate all users of the fmd1216 tuner with dvb-pll 2007-07-18 14:23:29 -03:00
cxusb.h
dib07x0.h V4L/DVB (4647): Added module for DiB0700 based devices 2006-10-03 15:12:33 -03:00
dib0700_core.c V4L/DVB (5373): [PATCH] Hauppauge Nova-T endianess problem on powerpc 2007-04-27 15:44:09 -03:00
dib0700_devices.c V4L/DVB (5373): [PATCH] Hauppauge Nova-T endianess problem on powerpc 2007-04-27 15:44:09 -03:00
dib0700.h V4L/DVB (4772): Add support for DiBcom DiB7000PC 2006-12-10 08:51:03 -02:00
dibusb-common.c V4L/DVB (4750): AGC command1/2 is board specific 2006-10-14 00:44:29 -03:00
dibusb-mb.c V4L/DVB (5652): Dibusb-mb: use dvb_attach for dib3000mb_attach 2007-07-18 14:23:26 -03:00
dibusb-mc.c V4L/DVB (4749): Fixed DVB-USB-Adapter indention 2006-12-10 08:50:51 -02:00
dibusb.h V4L/DVB (4748): Fixed oops for Nova-T USB2 2006-10-14 00:44:28 -03:00
digitv.c V4L/DVB (5295): Digitv: open nxt6000 i2c_gate for TDED4 tuner handling 2007-03-01 13:09:45 -02:00
digitv.h
dtt200u-fe.c V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend 2006-06-25 02:00:42 -03:00
dtt200u.c V4L/DVB (4749): Fixed DVB-USB-Adapter indention 2006-12-10 08:50:51 -02:00
dtt200u.h
dvb-usb-common.h V4L/DVB (4643): Multi-input patch for DVB-USB device 2006-10-03 15:10:54 -03:00
dvb-usb-dvb.c V4L/DVB (4643): Multi-input patch for DVB-USB device 2006-10-03 15:10:54 -03:00
dvb-usb-firmware.c V4L/DVB (4650): Misc fixes for dib0700 download 2006-10-03 15:12:42 -03:00
dvb-usb-i2c.c V4L/DVB (5632): Dvb-pll: pass dvb_frontend_parameters to generic set() function 2007-07-18 14:23:12 -03:00
dvb-usb-ids.h V4L/DVB (5628): Add support for A-LINK DTU dvb-t adapter 2007-07-18 14:23:28 -03:00
dvb-usb-init.c V4L/DVB (4657): Power control of the device for dual board 2006-10-03 15:13:18 -03:00
dvb-usb-remote.c Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
dvb-usb-urb.c V4L/DVB (4649): Merged VP702x support to dvb-usb multi input 2006-10-03 15:12:40 -03:00
dvb-usb.h V4L/DVB (5619): Dvb-usb: fix typo 2007-05-09 10:13:06 -03:00
gl861.c V4L/DVB (5628): Add support for A-LINK DTU dvb-t adapter 2007-07-18 14:23:28 -03:00
gl861.h V4L/DVB (5228): Gl861: remove unneeded "extern int" declaration 2007-02-21 13:35:27 -02:00
gp8psk-fe.c
gp8psk.c V4L/DVB (4749): Fixed DVB-USB-Adapter indention 2006-12-10 08:50:51 -02:00
gp8psk.h
Kconfig V4L/DVB (5626): Marked af9005 driver as experimental and fix dependencies 2007-07-18 14:23:27 -03:00
m920x.c V4L/DVB (5614): M920x: Disable second adapter on LifeView TV Walker Twin 2007-05-09 10:13:04 -03:00
m920x.h V4L/DVB (5612): M920x: rename function prefixes from m9206_foo to m920x_foo 2007-05-09 10:13:02 -03:00
Makefile V4L/DVB (5625): Add support for the AF9005 demodulator from Afatech 2007-07-18 14:23:26 -03:00
nova-t-usb2.c V4L/DVB (4956): [NOVA-T-USB2] Put remote-debugging in the right place 2006-12-27 10:23:24 -02:00
opera1.c V4L/DVB (5558): Opera: use 7-bit i2c addresses 2007-04-27 15:45:59 -03:00
opera1.h V4L/DVB (5532): Add support for Opera S1- DVB-USB 2007-04-27 15:45:42 -03:00
ttusb2.c V4L/DVB (5371): [PATCH] Pinnacle PCTV Sat Pro USB (450e) support by ttusb2.c (400e driver) 2007-04-27 15:44:08 -03:00
ttusb2.h V4L/DVB (4863): Adding support for Pinnacle PCTV 400e DVB-S 2006-12-10 09:05:03 -02:00
umt-010.c V4L/DVB (5650): Umt-010: trivial whitespace cleanup 2007-07-18 14:23:24 -03:00
usb-urb.c [PATCH] slab: remove SLAB_ATOMIC 2006-12-07 08:39:24 -08:00
vp702x-fe.c V4L/DVB (5602): Enable DiSEqC in Starbox II (vp7021a) 2007-05-09 10:12:55 -03:00
vp702x.c V4L/DVB (4749): Fixed DVB-USB-Adapter indention 2006-12-10 08:50:51 -02:00
vp702x.h V4L/DVB (4649): Merged VP702x support to dvb-usb multi input 2006-10-03 15:12:40 -03:00
vp7045-fe.c V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a pointer field inside dvb_frontend 2006-06-25 02:00:42 -03:00
vp7045.c V4L/DVB (4765): Dvb-usb/vp7045.c patch for extra key 2006-12-10 08:50:59 -02:00
vp7045.h