summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/nxt6000.c
AgeCommit message (Collapse)Author
2004-03-11Checked in experimental frontend patchAndrew de Quincy
Also some minimal budget-ci CI support implemented (just detection+IRQs)
2004-01-29bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidatingAndreas Oberritter
current channel settings on FE_RESET
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 ↵Andreas Oberritter
nada.kth.se>
2003-11-12- use per i2c-adapater void pointer for private data in nxt_attach() / ↵Michael Hunold
nxt_detach() feedback appreciated!
2003-11-12- compile fixMichael Hunold
2003-11-12- re-indent the sourceMichael Hunold
- remove unnecessary blank lines - remove #pragma stuff - add 3 obviously missing break statements in nxt6000_dump_status() - use c style comments instead of // - remove bogus version history from header file - remove Windoze style <cr> from header file
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
- fixed some return values in i2c device attach functions
2003-10-08fixed fe_countAndreas Oberritter
2003-06-17Patch by Paul Andreassen:Johannes Stezenbach
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730)
2003-05-27- remove enumeration typedefsMichael Hunold
- change some includes
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
- Bugfixes - Setup clock polarity properly
2003-01-28- More autodetect codeFlorian Schirmer
- Support BW 6 and 7 MHz modes - Bugfixes
2003-01-27Lots of bugfixes and new featuresFlorian Schirmer
2003-01-21Nxt6000 based frontend driverFlorian Schirmer