summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/nxt6000.c
AgeCommit message (Expand)Author
2006-05-14Change dvb_frontend_ops to be a real field instead of a pointer field inside ...Patrick Boettcher
2006-04-18Convert nxt6000 to refactored tuner codeAndrew de Quincey
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-09-10remove trailing whitespaceMichael Krufky
2005-08-16added support for the NXT6000-based digitv-box.Patrick Boettcher
2005-04-05 - remove unnecessary casts in frontendsKenneth Aafloy
2005-03-23patch by Greg Wickham:Johannes Stezenbach
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-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- remove dvb i2c code (all drivers are ported to kernel i2c)Michael Hunold
2004-08-18- port nxt6000 driver to kernel i2c *untested*Michael Hunold
2004-03-11Checked in experimental frontend patchAndrew de Quincy
2004-01-29bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidatingAndreas Oberritter
2004-01-26don't send zero-byte messages when probing the PLL typeHolger Waechtler
2003-12-20updated contributors.txt and some email addressesAndreas Oberritter
2003-11-23fix frontend private data handling. patch by Mikael Rosbacke <rosbacke at nad...Andreas Oberritter
2003-11-12- use per i2c-adapater void pointer for private data in nxt_attach() / nxt_de...Michael Hunold
2003-11-12- compile fixMichael Hunold
2003-11-12- re-indent the sourceMichael Hunold
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
2003-10-08fixed fe_countAndreas Oberritter
2003-06-17Patch by Paul Andreassen:Johannes Stezenbach
2003-05-27- remove enumeration typedefsMichael Hunold
2003-05-27Use C99 initializers.Michael Hunold
2003-03-22more portability, now frontend modules build out of the boxHolger Waechtler
2003-01-28- Removed some debug stuffFlorian Schirmer
2003-01-28- More autodetect codeFlorian Schirmer
2003-01-27Lots of bugfixes and new featuresFlorian Schirmer
2003-01-21Nxt6000 based frontend driverFlorian Schirmer