summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2003-09-10Fix typo in file description.Michael Hunold
2003-09-07- apply Avermedia DVB-T related patches contributed by Mark Edwards ↵Holger Waechtler
<mark@edwards.homelinux.net> - add a workaround for the bogus no-ack returvalue of the kernel-i2c bitbanging driver - add sp887x.o to the Makefile
2003-09-07move DTF7202 driver to dvb-kernel for the avermedia DVB-T cardsHolger Waechtler
2003-09-01fixed debugging #ifdefAndreas Oberritter
2003-08-21Patch from Lauri Pesonen: Use correct IF for TT-Budget card.Johannes Stezenbach
2003-07-26show i2c read errors only for registered frontendsAndreas Oberritter
2003-07-23fix MakefileAndreas Oberritter
2003-07-12Changed microcode location commentAndrew de Quincy
2003-07-11Fixed a stupid bug in tuningAndrew de Quincy
2003-07-08Read SP8870 status reg to clear pending irqs in FE_SET_FRONTEND,Johannes Stezenbach
as suggested by Ragnar Sundblad to avoid frontend hang-ups.
2003-06-27Final cleanup of tda10045h supportAndrew de Quincy
2003-06-27Firmware location can now be specified through v2.5 Kconfig.Andrew de Quincy
2003-06-27Make fixes for tda1004x renaming.Andrew de Quincy
2003-06-27Renamed tda10045h.c to tda1004x.cAndrew de Quincy
2003-06-27Implemented status readouts. Reorganised driver to allow easy implementation ↵Andrew de Quincy
of related frontends
2003-06-26vp310 should be configured to 90Mhz, too...Andreas Oberritter
skystar2 driver with bugfixed master_xfer() should probably work now. patch url: http://www.saftware.de/skystar2.c.diff big thanks to Lovec for providing the needed patches, and testing
2003-06-26set up data output for skystar2Andreas Oberritter
2003-06-25better support for vp310 on skystar2 cardsAndreas Oberritter
2003-06-25- follow kernel coding style, mostly indentation fixes, don't put staticMichael Hunold
on a separate line, use "real" tab - get rid of "mt312_reg_addr_t" use "enum mt312_reg_addr" instead I know this is annoying, but I get bashed regularly on lkml because of the coding style some of our files have.
2003-06-24support for Mitel VP310 (untested)Andreas Oberritter
2003-06-23Now forced to use auto for as many parameters as possibleAndrew de Quincy
2003-06-23Removed unneeded FE_RESET code.Andrew de Quincy
2003-06-23FEC index limit mask has to be 0x07 - not 0x3Holger Waechtler
2003-06-23remove bogus out-of-range check, FEC table index is limited to 0...7 due to ↵Holger Waechtler
&= ~0x07 anyway...
2003-06-23don't enable voltage on init + inversion bugfixAndreas Oberritter
2003-06-23Zarlink MT312 satellite channel decoder driverAndreas Oberritter
2003-06-21Better fix for errorchecking bug in read_ucblocksAndrew de Quincy
2003-06-21Small errorchecking bug fixedAndrew de Quincy
2003-06-19use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04)Holger Waechtler
please test in your local networks and report problems
2003-06-19No longer dies if disabling mc44 chip failsAndrew de Quincy
2003-06-18implemented FE_READ_SIGNAL_STRENGTH and (hopefully) fixed FE_READ_SNRHolger Waechtler
please test, don't have this card here
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
Alan Cox reformatted the code to follow his coding style when he fixed the merge bugs. This patch now introduces these coding style changes, so that we don't wipe out his changes with the next patchset.
2003-06-17Patch by Paul Andreassen:Johannes Stezenbach
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730)
2003-06-17Patch by Andrew de Quincey:Johannes Stezenbach
1) Now tunes properly! Previously it could only tune to certain frequencies 'cos of a rounding bug in the calculations. 2) Made it less noisy so it doesn't print disturbing messages when probing for a tda10045h fails. 3) Added FIXME comments in appropriate unfinished places.
2003-06-16try to make a more specific detection mechanismHolger Waechtler
2003-06-16Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driverHolger Waechtler
2003-06-12get in sync with DVB/, somehow this got lost...Holger Waechtler
2003-06-10pass apply_frontend_param() return value to upper layersHolger Waechtler
2003-06-04fix charge pump and band switch setting bug, catched by Robert Schlabbach ↵Holger Waechtler
<robert_s@gmx.net>
2003-05-27fixed c99 initializersAndreas Oberritter
2003-05-27- remove enumeration typedefsMichael Hunold
- change some includes
2003-05-27Use C99 initializers.Michael Hunold
2003-05-20changed AFC debug printk to output frequency offset in HzJohannes Stezenbach
2003-05-19patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb7.diffJohannes Stezenbach
to implement FE_GET_FRONTEND
2003-05-19more 64bit compile time warning fixesHolger Waechtler
2003-05-19apply patch by <jaakko@hyvatti.iki.fi> to distinguish different PLL/SynthesizerHolger Waechtler
combinations used by Siemens and Technotrend on their DVB-C cards
2003-05-13patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff:Johannes Stezenbach
- Makes zigzag to not change frequency for DVB-c at all. It only resets the parameters over and over again. - The IF of 35937500 might be better to be 36000000. This might be what the card designer meant. My card shows the AFC fine tuning offset to be closest to zero with 35937500 (one step below 36MHz). Some other cards might be different. I have not heard of any complaints about my patch not working for someone in this respect. - Has anyone ever tested this auto inversion thing? DVB-c is far too slow to tune and lock for this auto inversion code to work. Therefore you need to manually set it. Maybe zigzag changes above allow the auto inversion to work. - QAM registers have been tweaked to non-specification values. I do not know if someone has counterexamples, but this works for a lot of people.
2003-05-12fix formatting and convert to C99 initializersJohannes Stezenbach
2003-05-12added support for FE_DISEQC_SEND_MASTER_CMDJohannes Stezenbach
(patch supplied by Volker Cordes)
2003-05-08- added SEC_VOLTAGE_OFF to the APIJohannes Stezenbach
- implemented SEC_VOLTAGE_OFF for stv0299 and alps_bsrv2