summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-08 FIX: Continuity Errors with tda10021 (slickhenry, Robert Schlabbach)Kenneth Aafloy
2005-03-08 - cx24110 diseqc_send_burst (Peter Hettkamp, Uwe Bugla)Kenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-19clean up patch by Rusty ScottJohannes Stezenbach
2005-02-17DVB support for the pcHDTV HD2000 cardJohannes Stezenbach
submitted by Rusty Scott
2005-02-16patch by Gerd Knorr: add PLL libraryJohannes Stezenbach
(descriptions + helper functions for simple dvb plls)
2005-02-15Patch by Taylor Jacob and Tom Dombrosky: There was a typo in the BBTI/B2C2 ↵Patrick Boettcher
specs that stated the upper frequency of the air2pc/nxt2002 was 806Mhz, not 860Mhz.
2005-02-12patch by Adrian Bunk:Johannes Stezenbach
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de>
2005-02-11- added a another firmware file for KWorld/ADSTech Instant DVB-T USB2.0 ↵Patrick Boettcher
(DiB3000M-B) - added support for KWorld/ADSTech Instant DVB-T USB2.0 (DiB3000M-B) - added deactivation option of the pid parser for the DiB3000M-B (since there are USB2.0 devices and which now have the ability to deliver the complete Transport Stream)
2005-02-10- fix marko kohtala's mail addressMichael Hunold
2005-02-05corrected name syntaxPatrick Boettcher
2005-02-04DVB_NXT2002 selects FW_LOADERJohannes Stezenbach
2005-02-03patch by Taylor Jacob: Add QAM64/256 SupportJohannes Stezenbach
2005-01-30fix unhandled invert_pwm option (needed on dbox2 hardware)Andreas Oberritter
submitted by Carsten Juttner <carjay@gmx.net>
2005-01-29patch by Gerd Knorr:Johannes Stezenbach
add support for the Pinnacle MediaCenter 300i DVB-T
2005-01-25- corrected the name in driver_descPatrick Boettcher
- removed debug messages and some comments (see dib3000-watch)
2005-01-25clarify firmware upload messagesJohannes Stezenbach
2005-01-24- Build fix for older gcc's (thanks to Andrew Morton)Patrick Boettcher
2005-01-21- add firmware file name to "upload..." printkJohannes Stezenbach
- add printk after successful firmware upload
2005-01-13removed the pid_filter_table from frontendsPatrick Boettcher
2005-01-13- exported an mt352_read_reg-functionPatrick Boettcher
- implemented a single byte write_register function (needed for dibusb) same for mt352.h in revision 1.4 to 1.5
2005-01-13mt352.cPatrick Boettcher
2005-01-11fix "Suppport" typoJohannes Stezenbach
Signed-off-by: Domen Puncer <domen@coderock.org>
2005-01-09internal refactoring step 3/3Patrick Boettcher
- added tuner and demod types for easier extension of new devices - added a check for some artec devices which have another tuner onboard, but don't know it, pll_addr is now a callback because of that - general callbacks for pll_set, pll_init and demod_init. They decide which pll-programming function is used and so on - added tuner passthru callback to xfer_ops. now dibusb can en/disable the tuner passthru of the dib3000m*-frontends; necessary for tuner probing - remote type determination (no for hanftek, nec for others), was not planned - fixed a bug in start_feed, which was introduced in step 2/3 but wasn't critical - added pll-programming for lg_tdtp_e102p_tua6034 (it has the tua6034 as pll) - added pll-programming and initialization for PANASONIC ENV77H11D5 - understood the i2c-address problem, now it is more logical
2005-01-07patch by Alexey Dobriyan: remove stray '#'Johannes Stezenbach
2005-01-06Fix compile warningAndrew de Quincy
2005-01-06Patch from Markus Breitenberger to fix tuning problemsAndrew de Quincy
2004-12-29deb_stat and FE_CAN_RECOVER addedPatrick Boettcher
2004-12-29patch by Domen Puncer: File permissions should be octal codes.Johannes Stezenbach
2004-12-27fixed some bugs in the dib3000mcPatrick Boettcher
2004-12-26patch by Michal Feix: select FW_LOADER where necessaryJohannes Stezenbach
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added reset in to tuning to re-tuning worksAndrew de Quincy
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added sleep supportAndrew de Quincy
2004-12-18More fixes to initial demod freqAndrew de Quincy
2004-12-18Added stuff for initial demod frequencyAndrew de Quincy
2004-12-16Compile fixAndrew de Quincy
2004-12-16Fixes for av7110+stv0297 supportAndrew de Quincy
2004-12-16patch by Taylor Jacob to add support for ATSC/VSB frontendsJohannes Stezenbach
and the B2C2/BBTI Air2PC-ATSC card API changes: - add #define DVB_API_VERSION_MINOR 1 - add struct dvb_vsb_parameters to struct dvb_frontend_parameters for FE_SET_FRONTEND
2004-12-02- prepared support for dynamically i2c addresses of the demodPatrick Boettcher
- added license information for the dib3000-common module
2004-12-02Forgot to include tune_settings for tda1004xAndrew de Quincy
2004-11-23- revise debug optionsPatrick Boettcher
- merged changes from DiBcom v2.1 drivers to dib3000mc - added transfer control callbacks to dib3000mc
2004-11-22Minor formatting cleanupsAndrew de Quincy
2004-11-21Cleaned upAndrew de Quincy
2004-11-21added the dib3000mc/p frontend driver. Micheal, sorry for being overhasty ↵Patrick Boettcher
with the Kconfig from dibusb.
2004-11-20Fixed firmware upload problems.Andrew de Quincy
2004-11-20Added setting to allow inversion of OCLKAndrew de Quincy
2004-11-19Decreased noise levels.Andrew de Quincy