summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/ves1820.c
AgeCommit message (Expand)Author
2006-04-18Convert ves1820 to refactored tuner codeAndrew de Quincey
2005-11-21From: Denis Vlasenko <vda@ilport.com.ua>Johannes Stezenbach
2005-07-24Reset acgconf register after tuning to improve locking, as suggestedJohannes Stezenbach
2005-04-07 - remove msleep(10) in writereg (suggested by Tony Glader)Kenneth Aafloy
2005-04-05 - remove unnecessary casts in frontendsKenneth Aafloy
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2004-11-16 - MODULE_PARM -> module_paramKenneth Aafloy
2004-10-28Imported FE_REFACTORING to HEADAndrew 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-08-18- remove dvb i2c code (all drivers are ported to kernel i2c)Michael Hunold
2004-08-18- don't invent new return codes, but pass through the return code of the func...Michael Hunold
2004-08-09- add back per-device pwm setting support, now done via sysfs attributesMichael Hunold
2004-08-09- convert to kernel i2cMichael Hunold
2004-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael Hunold
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-03-01remove FE_CAN_RECOVER as suggested by Torbjörn JanssonJohannes 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-07gcc-3.5 compatibilty patch from 2.6.3-rc1Johannes Stezenbach
2003-12-20increase mdelay from 30 to 50 to be more reliable with bad reception qualityAndreas Oberritter
2003-11-27- completed nokia board supportAndreas Oberritter
2003-11-27- set default pwm value to 0x48 for boards which don't have an eeprom at i2c ...Andreas Oberritter
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
2003-09-24allow PWM (tuner calibaration) value from EEPROM to be overriddenJohannes Stezenbach
2003-09-24- patch by Peter Bieringer: nicer log outputJohannes Stezenbach
2003-09-10C99 initializer fixes backported from 2.6.0-test5Michael Hunold
2003-08-21Patch from Lauri Pesonen: Use correct IF for TT-Budget card.Johannes Stezenbach
2003-06-19use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04)Holger Waechtler
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-27fixed c99 initializersAndreas Oberritter
2003-05-27- remove enumeration typedefsMichael Hunold
2003-05-27Use C99 initializers.Michael Hunold
2003-05-20changed AFC debug printk to output frequency offset in HzJohannes Stezenbach
2003-05-19patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb7.diffJohannes Stezenbach
2003-05-19more 64bit compile time warning fixesHolger Waechtler
2003-05-19apply patch by <jaakko@hyvatti.iki.fi> to distinguish different PLL/SynthesizerHolger Waechtler
2003-05-13patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff:Johannes Stezenbach
2003-04-30- introduce dvb_functions.h in order to make the dvb subsystemMichael Hunold
2003-04-26Revert ddelay() cleanup, discuss this first with Holger.Michael Hunold
2003-04-25Lots of cosmetic changes in order to sync the CVS withMichael Hunold
2003-04-24- #include "compat.h" --> #include "dvb_compat.h"Holger Waechtler
2003-04-20moved definition of XIN to topAndreas Oberritter
2003-03-22more portability, now frontend modules build out of the boxHolger Waechtler
2003-03-21- more portability changes, move ddelay() into compat.hHolger Waechtler
2003-03-19add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flagHolger Waechtler
2003-03-12setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com>Holger Waechtler