Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-18 | Convert nxt6000 to refactored tuner code | Andrew de Quincey | |
From: Andrew de Quincey <adq_dvb@lidskialf.net> Convert to tuner_ops calls. Remove pll function pointers from structure. Remove unneeded tuner calls. Add i2c gate control function. Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab | |
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-09-10 | remove trailing whitespace | Michael Krufky | |
2005-08-16 | added support for the NXT6000-based digitv-box. | Patrick Boettcher | |
added .get_tune_settings callback for the NXT6000 to have a min_tune_delay of 500ms Signed-off-by: Svante Olofsson <svante@agentum.com> Signed-off-by: Patrick Boettcher <pb@linuxtv.org> | |||
2005-04-05 | - remove unnecessary casts in frontends | Kenneth Aafloy | |
2005-03-23 | patch by Greg Wickham: | Johannes Stezenbach | |
add support for read_ber, read_signal_strength and read_status | |||
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
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 ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - remove dvb i2c code (all drivers are ported to kernel i2c) | Michael Hunold | |
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now) - add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h) - fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers - remove dvb i2c functionality from av7110 and budget drivers - remove dvb i2c functionality from Skystar2 driver - fix up kernel Makefile - add a FE_ATSC case to avoid compiler warning (print warning message instead) | |||
2004-08-18 | - port nxt6000 driver to kernel i2c *untested* | Michael Hunold | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-01-29 | bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidating | Andreas Oberritter | |
current channel settings on FE_RESET | |||
2004-01-26 | don't send zero-byte messages when probing the PLL type | Holger Waechtler | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-11-23 | fix 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 fix | Michael Hunold | |
2003-11-12 | - re-indent the source | Michael 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 devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-10-08 | fixed fe_count | Andreas Oberritter | |
2003-06-17 | Patch by Paul Andreassen: | Johannes Stezenbach | |
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730) | |||
2003-05-27 | - remove enumeration typedefs | Michael Hunold | |
- change some includes | |||
2003-05-27 | Use C99 initializers. | Michael Hunold | |
2003-03-22 | more portability, now frontend modules build out of the box | Holger Waechtler | |
2003-01-28 | - Removed some debug stuff | Florian Schirmer | |
- Bugfixes - Setup clock polarity properly | |||
2003-01-28 | - More autodetect code | Florian Schirmer | |
- Support BW 6 and 7 MHz modes - Bugfixes | |||
2003-01-27 | Lots of bugfixes and new features | Florian Schirmer | |
2003-01-21 | Nxt6000 based frontend driver | Florian Schirmer | |