summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda1004x.c
AgeCommit message (Expand)Author
2004-07-17 - Add missing #include <linux/moduleparam.h>Kenneth Aafloy
2004-07-16 - Adding I2C_DRIVERID for all frontends to dvb_i2c.hKenneth Aafloy
2004-07-15reject code_rate_LP == FEC_NONE with EINVALJohannes Stezenbach
2004-07-12 - Properly lock the frontend module on open/close.Kenneth Aafloy
2004-05-13- change default fw name to tda1004x.bin until someone comes up with a better...Michael Hunold
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-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-03-24Implemented FE_SLEEPAndrew de Quincy
2004-03-14Converted 8space->1tabs (formatting)Andrew 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-01-30Standardised where the firmware should be.Andrew de Quincy
2004-01-28Need to re-invert inversion for tda10046 in get_fe()Andrew de Quincy
2004-01-28Now resets chip before uploading firmwareAndrew de Quincy
2004-01-28Had to split firmware upload off from frontend init... the initial tune attemptAndrew de Quincy
2004-01-27Fixed frequency calculation.. realised its exactly the same as theAndrew de Quincy
2004-01-27Fixed signal strength reading for tda10046hAndrew de Quincy
2004-01-27Small tweaks. Better inversion handling, and changed how 6MHz is set inAndrew de Quincy
2004-01-27Forgot to make sure inversion was on for TDA10046HAndrew de Quincy
2004-01-27Implemented tda10046h driverAndrew de Quincy
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
2003-11-11remove FE_CAN_INVERSION_AUTOJohannes Stezenbach
2003-10-16- fix usage of firmware location Kconfig option (Thanks Jamie!)Michael Hunold
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
2003-09-10Fix typo in file description.Michael Hunold
2003-07-12Changed microcode location commentAndrew de Quincy
2003-07-11Fixed a stupid bug in tuningAndrew de Quincy
2003-06-27Final cleanup of tda10045h supportAndrew de Quincy
2003-06-27Firmware location can now be specified through v2.5 Kconfig.Andrew de Quincy
2003-06-27Renamed tda10045h.c to tda1004x.cAndrew de Quincy