Age | Commit message (Expand) | Author |
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew 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 stuff | Michael 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 attributes | Michael Hunold |
2004-08-09 | - convert to kernel i2c | Michael Hunold |
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael Hunold |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy |
2004-03-01 | remove FE_CAN_RECOVER as suggested by Torbjörn Jansson | Johannes Stezenbach |
2004-02-15 | - change AFC handling as suggested by Robert Schlabbach | Johannes Stezenbach |
2004-02-15 | verbose-print AFC only if carrier has been recovered | Johannes Stezenbach |
2004-02-13 | turn off ves1820 test output pins (don't know if this makes | Johannes Stezenbach |
2004-02-07 | gcc-3.5 compatibilty patch from 2.6.3-rc1 | Johannes Stezenbach |
2003-12-20 | increase mdelay from 30 to 50 to be more reliable with bad reception quality | Andreas Oberritter |
2003-11-27 | - completed nokia board support | Andreas 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 devices | Andreas Oberritter |
2003-09-24 | allow PWM (tuner calibaration) value from EEPROM to be overridden | Johannes Stezenbach |
2003-09-24 | - patch by Peter Bieringer: nicer log output | Johannes Stezenbach |
2003-09-10 | C99 initializer fixes backported from 2.6.0-test5 | Michael Hunold |
2003-08-21 | Patch from Lauri Pesonen: Use correct IF for TT-Budget card. | Johannes Stezenbach |
2003-06-19 | use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04) | Holger Waechtler |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-05-27 | fixed c99 initializers | Andreas Oberritter |
2003-05-27 | - remove enumeration typedefs | Michael Hunold |
2003-05-27 | Use C99 initializers. | Michael Hunold |
2003-05-20 | changed AFC debug printk to output frequency offset in Hz | Johannes Stezenbach |
2003-05-19 | patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb7.diff | Johannes Stezenbach |
2003-05-19 | more 64bit compile time warning fixes | Holger Waechtler |
2003-05-19 | apply patch by <jaakko@hyvatti.iki.fi> to distinguish different PLL/Synthesizer | Holger Waechtler |
2003-05-13 | patch 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 subsystem | Michael Hunold |
2003-04-26 | Revert ddelay() cleanup, discuss this first with Holger. | Michael Hunold |
2003-04-25 | Lots of cosmetic changes in order to sync the CVS with | Michael Hunold |
2003-04-24 | - #include "compat.h" --> #include "dvb_compat.h" | Holger Waechtler |
2003-04-20 | moved definition of XIN to top | Andreas Oberritter |
2003-03-22 | more portability, now frontend modules build out of the box | Holger Waechtler |
2003-03-21 | - more portability changes, move ddelay() into compat.h | Holger Waechtler |
2003-03-19 | add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flag | Holger Waechtler |
2003-03-12 | setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com> | Holger Waechtler |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi... | Michael Hunold |
2002-11-27 | apply fix by Micael Beronius <micael.beronius@telia.com> in order to release the | Holger Waechtler |
2002-11-26 | one more parenthesis bug fix | Holger Waechtler |
2002-11-26 | add explicit parentheses to ensure the correct operator precedence | Holger Waechtler |
2002-11-19 | removed unused MODULE_PARM(debug,"i") | Holger Waechtler |
2002-11-18 | code review and cleanup, dynamic demod i2c address probing, autoinversion | Holger Waechtler |
2002-10-24 | BER fixes by obi | Holger Waechtler |