summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Expand)Author
2004-07-16 - Conversion to Kernel I2C layer.Kenneth Aafloy
2004-07-16 - Adding I2C_DRIVERID for all frontends to dvb_i2c.hKenneth Aafloy
2004-07-15Fix integer overflow bug for high frequencies, thanks to Peter Henderson.Johannes Stezenbach
2004-07-15reject code_rate_LP == FEC_NONE with EINVALJohannes Stezenbach
2004-07-14- Fix integer underflow bug, thanks to Peter Henderson.Kenneth Aafloy
2004-07-14 - Add missing dvb_unregister_frontend_newKenneth Aafloy
2004-07-12 - Properly lock the frontend module on open/close.Kenneth Aafloy
2004-07-08patch by Antonio Mancuso <antonio.mancuso@digitaltelevision.it>Johannes Stezenbach
2004-06-27FE_GET_TUNE_SETTINGS fixes (missing break, changed timings)Johannes Stezenbach
2004-06-24Uli Luckas' Cinergy1200 patchsets and SAA patches fixing the broken frontend ...Holger Waechtler
2004-06-23merged fixes from cvs.tuxbox.org (1.53->1.56)Andreas Oberritter
2004-06-23- convert to kernel i2cMichael Hunold
2004-06-22- add a more descriptive comment about the firmwareMichael Hunold
2004-06-22- beautify error and debug messagesMichael Hunold
2004-06-22- accidently inverted BUG_ON() logicMichael Hunold
2004-06-22- more kernel i2c cleanupsMichael Hunold
2004-06-22- convert to kernel i2c, thanks to Kenneth Aafløy <lists@kenneth.aafloy.net>Michael Hunold
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øyMichael Hunold
2004-06-21make stv0299_writereg() return -EREMOTEIO on errors, no -1 == -EPERMJohannes Stezenbach
2004-06-14Avermedia support by Wolfram JoostHolger Waechtler
2004-06-07cleanup patch by Kenneth AafløyJohannes Stezenbach
2004-06-07fixed TPS shifts... never showed up before since TPS probing worked too good ...Holger Waechtler
2004-05-28- clean up and sanitize various Kconfig entriesMichael Hunold
2004-05-13- change default fw name to tda1004x.bin until someone comes up with a better...Michael Hunold
2004-05-10some functional fixes, not tested in kernel space -- sorry, don't have 2.6 ru...Holger Waechtler
2004-05-05#include <linux/device.h> to fix compile warningJohannes Stezenbach
2004-05-04- restructured firmware loadingMichael Hunold
2004-05-04- compile fix, remove debugging printkMichael Hunold
2004-05-04- code cleanup, no functional changesMichael Hunold
2004-05-04- fixed and tested firmware loading. works like this if you want to do it by ...Michael Hunold
2004-05-03- fix include file order in ttpci-driverMichael Hunold
2004-05-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
2004-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael Hunold
2004-05-01revert last change, errno is needed for __KERNEL_SYSCALLS__Johannes Stezenbach
2004-05-01- remove unused "errno" variableMichael Hunold
2004-04-23Updated timeout to 800ms at suggestion from Damian IvereighAndrew de Quincy
2004-04-10- DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitlyMichael Hunold
2004-04-08patch by Peter Hettkamp: add FE_CAN_RECOVER to reduce kdvb-fe CPU loadJohannes Stezenbach
2004-03-25Added 200ms delay after first FE_INIT.Andrew de Quincy
2004-03-25Upped tuning delays to fix tuningAndrew de Quincy
2004-03-24Implemented FE_SLEEPAndrew de Quincy
2004-03-19patch by Kenneth Aafløy to add support for Typhoon DVB-S budget cardJohannes Stezenbach
2004-03-15- C99 fixesMichael Hunold
2004-03-14ALPS BSRU6 needs inversion inverted.Andrew de Quincy
2004-03-14Converted 8space->1tabs (formatting)Andrew de Quincy
2004-03-14Fixed INVERSION_AUTO code so it no longer writes to the global initalisation ...Andrew de Quincy
2004-03-13Reading inversion with FE_GET_FRONTEND had the inversion the wrong wayAndrew de Quincy
2004-03-12Tweaked timings for reliable tuningAndrew de Quincy
2004-03-12Needed to increase the delayAndrew de Quincy