Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-16 | - Conversion to Kernel I2C layer. | Kenneth Aafloy | |
- MODULE_PARM* -> module_param* - Common name for I2C and debug messages. NOTE: This needs testing by someone who has this frontend. | |||
2004-07-16 | - Adding I2C_DRIVERID for all frontends to dvb_i2c.h | Kenneth Aafloy | |
- dvb_dummy_fe conversion to Kernel I2C - Conversion from deprecated MODULE_PARM* to module_param* - Adding/renaming existing *debug* parameter to debug. - Common naming scheme for debug/I2C: dvbfe_* | |||
2004-07-15 | Fix integer overflow bug for high frequencies, thanks to Peter Henderson. | Johannes Stezenbach | |
2004-07-15 | reject code_rate_LP == FEC_NONE with EINVAL | Johannes Stezenbach | |
2004-07-14 | - Fix integer underflow bug, thanks to Peter Henderson. | Kenneth Aafloy | |
2004-07-14 | - Add missing dvb_unregister_frontend_new | Kenneth Aafloy | |
2004-07-12 | - Properly lock the frontend module on open/close. | Kenneth Aafloy | |
- Remove module ref count changes to av7110 and budget-core, as they did not do the right thing. | |||
2004-07-08 | patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it> | Johannes Stezenbach | |
and Amauri Celani <acelani@essegi.net> to add support for the Technisat AirStar2 with Samsung TDTC9251DH01C(M) tuner | |||
2004-06-27 | FE_GET_TUNE_SETTINGS fixes (missing break, changed timings) | Johannes Stezenbach | |
by Christopher Pascoe | |||
2004-06-24 | Uli Luckas' Cinergy1200 patchsets and SAA patches fixing the broken frontend ↵ | Holger Waechtler | |
drivers after the kernel-i2c changes | |||
2004-06-23 | merged fixes from cvs.tuxbox.org (1.53->1.56) | Andreas Oberritter | |
2004-06-23 | - convert to kernel i2c | Michael Hunold | |
- firmware upload works, but access to the sp5659 tuner module fails (so no tuning) (maybe my card is broken... 8-( | |||
2004-06-22 | - add a more descriptive comment about the firmware | Michael Hunold | |
2004-06-22 | - beautify error and debug messages | Michael Hunold | |
2004-06-22 | - accidently inverted BUG_ON() logic | Michael Hunold | |
2004-06-22 | - more kernel i2c cleanups | Michael Hunold | |
2004-06-22 | - convert to kernel i2c, thanks to Kenneth Aafløy <lists@kenneth.aafloy.net> | Michael Hunold | |
Note: this will probably break some of the drivers out there, which don't register properly to the kernel i2c subsystem yet. | |||
2004-06-22 | - convert two driver to kernel i2c (untested, tester needed for the sp887x) | Michael Hunold | |
2004-06-22 | - don't leak memory, thanks to Kenneth Aafløy | Michael Hunold | |
2004-06-21 | make stv0299_writereg() return -EREMOTEIO on errors, no -1 == -EPERM | Johannes Stezenbach | |
2004-06-14 | Avermedia support by Wolfram Joost | Holger Waechtler | |
2004-06-07 | cleanup patch by Kenneth Aafløy | Johannes Stezenbach | |
2004-06-07 | fixed TPS shifts... never showed up before since TPS probing worked too good ↵ | Holger Waechtler | |
here ;) | |||
2004-05-28 | - clean up and sanitize various Kconfig entries | Michael Hunold | |
- especially sort the frontend modules by type and use a consistent naming scheme (although the distinction between demodulator, tuner and frontend gets fuzzier) | |||
2004-05-13 | - change default fw name to tda1004x.bin until someone comes up with a ↵ | Michael Hunold | |
better name - change the error message | |||
2004-05-10 | some functional fixes, not tested in kernel space -- sorry, don't have 2.6 ↵ | Holger Waechtler | |
running... | |||
2004-05-05 | #include <linux/device.h> to fix compile warning | Johannes Stezenbach | |
2004-05-04 | - restructured firmware loading | Michael Hunold | |
- code cleanup - whitespace and comment cleanup | |||
2004-05-04 | - compile fix, remove debugging printk | Michael Hunold | |
2004-05-04 | - code cleanup, no functional changes | Michael Hunold | |
2004-05-04 | - fixed and tested firmware loading. works like this if you want to do it by ↵ | Michael Hunold | |
hand: TT Budget-CI with tda10045h: mount -t sysfs none /sys/ echo "255" > /sys/class/firmware/timeout depmod -ae;modprobe budget-ci;modprobe tda1004x <change to another console> cd /sys/class/firmware/0-0008/ echo "1" > loading ; cat /tmp/tda1004x.bin > data ;echo "0" > loading | |||
2004-05-03 | - fix include file order in ttpci-driver | Michael Hunold | |
- convert tda1004x driver to kernel i2c, implement untested firmware loading | |||
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael Hunold | |
the usage of the syscall interface to load binary firmware used by some frontend drivers. - add dvb_register_frontend_new() and dvb_unregister_frontend_new() which register a frontend driver using the kernel i2c interface instead of the dvb i2c interface. - register kernel i2c interface in av7110/budget driver properly - port stv0299 and ves1x93 to kernel i2c api Other DVB drivers and frontend drivers still can use the old DVB i2c interface. | |||
2004-05-01 | revert last change, errno is needed for __KERNEL_SYSCALLS__ | Johannes Stezenbach | |
2004-05-01 | - remove unused "errno" variable | Michael Hunold | |
2004-04-23 | Updated timeout to 800ms at suggestion from Damian Ivereigh | Andrew de Quincy | |
2004-04-10 | - DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly | Michael Hunold | |
mentioned in help text, but not enforced). found by Gert Uytterhoeven | |||
2004-04-08 | patch by Peter Hettkamp: add FE_CAN_RECOVER to reduce kdvb-fe CPU load | Johannes Stezenbach | |
2004-03-25 | Added 200ms delay after first FE_INIT. | Andrew de Quincy | |
Implemented FE_GET_FRONTEND. | |||
2004-03-25 | Upped tuning delays to fix tuning | Andrew de Quincy | |
2004-03-24 | Implemented FE_SLEEP | Andrew de Quincy | |
2004-03-19 | patch by Kenneth Aafløy to add support for Typhoon DVB-S budget card | Johannes Stezenbach | |
2004-03-15 | - C99 fixes | Michael Hunold | |
2004-03-14 | ALPS BSRU6 needs inversion inverted. | Andrew de Quincy | |
Converted 8space->1tabs (formatting) | |||
2004-03-14 | Converted 8space->1tabs (formatting) | Andrew de Quincy | |
2004-03-14 | Fixed INVERSION_AUTO code so it no longer writes to the global initalisation ↵ | Andrew de Quincy | |
values. Converted 8space->1tabs (formatting) Added extra printks to report _exact_ ves1x93 version detected | |||
2004-03-13 | Reading inversion with FE_GET_FRONTEND had the inversion the wrong way | Andrew de Quincy | |
round | |||
2004-03-12 | Tweaked timings for reliable tuning | Andrew de Quincy | |
2004-03-12 | Needed to increase the delay | Andrew de Quincy | |