summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Expand)Author
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
2004-03-12Increased to a more suitable min_delay for tda1004xAndrew de Quincy
2004-03-11Removed unused variable warningAndrew de Quincy
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-03-05Kconfig update for MT352.Daniel Mack
2004-03-05Added a driver for Zarlink's MT352 DVB-T demodulator.Daniel Mack
2004-03-03add (#if'ed) old code for tsa5060_set_tv_freq() which worksJohannes Stezenbach
2004-03-02- C99 initializiers fixMichael Hunold
2004-03-01remove FE_CAN_RECOVER as suggested by Torbjörn JanssonJohannes Stezenbach
2004-02-27Reinstated old INVERSION_AUTO behaviour once moreAndrew de Quincy
2004-02-27Reduced drift so channels cannot drift across to nearby onesAndrew de Quincy
2004-02-26Lots of fixes to help with correct tuning.Andrew de Quincy
2004-02-25Expanded INIT code, and sped up finetuning times.Andrew de Quincy
2004-02-24Added a temporary hack to fix buggy user-side software which suppliesAndrew de Quincy
2004-02-24Further refinements: force a full tune whenever FE_INIT is done.Andrew de Quincy
2004-02-23Fixes to sort out tuning at low symbol ratesAndrew de Quincy
2004-02-21Updated documentation to contain note about USB devicesAndrew de Quincy
2004-02-20Added seperate settings for SU1278 on technotrend hardwareAndrew de Quincy
2004-02-16DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONEJohannes Stezenbach
2004-02-15- change AFC handling as suggested by Robert SchlabbachJohannes Stezenbach
2004-02-15verbose-print AFC only if carrier has been recoveredJohannes Stezenbach
2004-02-13turn off ves1820 test output pins (don't know if this makesJohannes Stezenbach
2004-02-09fixed typoHolger Waechtler
2004-02-07gcc-3.5 compatibilty patch from 2.6.3-rc1Johannes Stezenbach
2004-02-06add nxt6000 frontend driver to MakefilesJohannes Stezenbach
2004-02-03patch by Geert Uytterhoeven: Never include <asm/delay.h> directly.Johannes Stezenbach
2004-01-30Standardised where the firmware should be.Andrew de Quincy
2004-01-29Changed to use full i2c reads in probing instead of i2c pings to beAndrew de Quincy
2004-01-29bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidatingAndreas Oberritter
2004-01-28Need to re-invert inversion for tda10046 in get_fe()Andrew de Quincy