summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2003-10-13CONFIG_DVB_TWINHAN_DSTJamie Honan
2003-10-13Initial dst.hJamie Honan
2003-10-13Initial dst.cJamie Honan
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-10-08replaced alps_bsrv2 driver by generic ves1893 & ves1993 driverAndreas Oberritter
2003-10-08misc bugfixes and performance improvementsAndreas Oberritter
2003-10-07applied latest changes by Juergen Peitz, namely:Holger Waechtler
- As a workaround for the lockup problem the data valid signal is checked after every channel switch. If it is not set FEC parameters are set again. - Disabled autoprobing if FEC settings are known (from sp887x). - Added support for FE_READ_UNCORRECTED_BLOCKS (from sp887x). - Added support for FE_SLEEP (from sp887x). - Bit error rate is now not only read from register 0xC07 but also from 0xC08 (from sp887x). - I2C feedthrough to the tuner is now only enabled when needed (from sp887x). - Added FE_CAN_QAM_AUTO and FE_CAN_HIERARCHY_AUTO to dvb_frontend_info. - Removed obsolete setting of default frontend parameters in sp8870_init. - Made firmware location configurable (maybe useful for dvb-kernel). - Removed obsolete module parameter 'loadcode' because changes in the saa7146 driver made firmware loading very fast. - Renamed module parameter 'mcfile' to 'firmware_file'.
2003-10-01- didn't mean to wipe out sp887x driver entryMichael Hunold
2003-10-01- clean up Kconfig files, use the new SELECT facilityMichael Hunold
- split up saa7146 compilation in core and video part
2003-09-26fixed detection of stv0299 if chip is in standby modeOliver Endriss
2003-09-24allow PWM (tuner calibaration) value from EEPROM to be overriddenJohannes Stezenbach
on command line (based on patch by Peter Bieringer) New module paramters: "pwm" (max 4 ints, range -1..0xff) and "verbose" (to print AFC value aftger tuning).
2003-09-24- patch by Peter Bieringer: nicer log outputJohannes Stezenbach
- removed whitespace at eol
2003-09-11include dvb_functions.h, not dvb_compat.hHolger Waechtler
2003-09-11add entry for sp887xHolger Waechtler
2003-09-10changed #ifdef to #if again...Andreas Oberritter
2003-09-10Change #if to #ifdefMichael Hunold
2003-09-10Changes from 2.6.0-test5, although I don't know what they do...Michael Hunold
2003-09-10C99 initializer fixes backported from 2.6.0-test5Michael Hunold
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