summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/tda1004x.c
AgeCommit message (Expand)Author
2005-11-07[PATCH] fix missing includesMichael Krufky
2005-11-02 - fixed oddities at firmware downloadHartmut Hackmann
2005-09-12strip trailing whitespaceMichael Krufky
2005-09-11- leave I2C bride open at pll_sleep to support Philips EUROPA based cards.Hartmut Hackmann
2005-07-24Fix SNR readingAndrew de Quincy
2005-06-13- added preliminary support for tda827x tunersHartmut Hackmann
2005-05-28add missing release_firmware() calls to fix memory leakJohannes Stezenbach
2005-05-23bugfix: limit for firmware version check was too low for tda10045Hartmut Hackmann
2005-05-18- added config options for IF frequency and AGCHartmut Hackmann
2005-04-25added support for different tda10046 firmware versions.Andreas Oberritter
2005-04-25allow N_I2C to be overridden by the card driverAndreas Oberritter
2005-03-26mostly formatting cleanups, no functional changeAndreas Oberritter
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-01-25clarify firmware upload messagesJohannes Stezenbach
2004-12-02Forgot to include tune_settings for tda1004xAndrew de Quincy
2004-11-20Fixed firmware upload problems.Andrew de Quincy
2004-11-20Added setting to allow inversion of OCLKAndrew de Quincy
2004-11-19Only hardcode to AUTO for tda10045Andrew de Quincy
2004-11-09Fixed chipid for tda10046Andrew de Quincy
2004-11-09Forgot to unset initialised flag after sleepAndrew de Quincy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-08-26Added comment about forcing AUTO on 'cos of TDA10045 problemsAndrew de Quincy
2004-08-26Update everything to point to the new firmware download scriptAndrew de Quincy
2004-08-24- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()Michael Hunold
2004-08-18- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...Michael Hunold
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
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