Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-07 | applied 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 entry | Michael Hunold | |
2003-10-01 | - clean up Kconfig files, use the new SELECT facility | Michael Hunold | |
- split up saa7146 compilation in core and video part | |||
2003-09-26 | fixed detection of stv0299 if chip is in standby mode | Oliver Endriss | |
2003-09-24 | allow PWM (tuner calibaration) value from EEPROM to be overridden | Johannes 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 output | Johannes Stezenbach | |
- removed whitespace at eol | |||
2003-09-11 | include dvb_functions.h, not dvb_compat.h | Holger Waechtler | |
2003-09-11 | add entry for sp887x | Holger Waechtler | |
2003-09-10 | changed #ifdef to #if again... | Andreas Oberritter | |
2003-09-10 | Change #if to #ifdef | Michael Hunold | |
2003-09-10 | Changes from 2.6.0-test5, although I don't know what they do... | Michael Hunold | |
2003-09-10 | C99 initializer fixes backported from 2.6.0-test5 | Michael Hunold | |
2003-09-10 | Fix 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-07 | move DTF7202 driver to dvb-kernel for the avermedia DVB-T cards | Holger Waechtler | |
2003-09-01 | fixed debugging #ifdef | Andreas Oberritter | |
2003-08-21 | Patch from Lauri Pesonen: Use correct IF for TT-Budget card. | Johannes Stezenbach | |
2003-07-26 | show i2c read errors only for registered frontends | Andreas Oberritter | |
2003-07-23 | fix Makefile | Andreas Oberritter | |
2003-07-12 | Changed microcode location comment | Andrew de Quincy | |
2003-07-11 | Fixed a stupid bug in tuning | Andrew de Quincy | |
2003-07-08 | Read 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-27 | Final cleanup of tda10045h support | Andrew de Quincy | |
2003-06-27 | Firmware location can now be specified through v2.5 Kconfig. | Andrew de Quincy | |
2003-06-27 | Make fixes for tda1004x renaming. | Andrew de Quincy | |
2003-06-27 | Renamed tda10045h.c to tda1004x.c | Andrew de Quincy | |
2003-06-27 | Implemented status readouts. Reorganised driver to allow easy implementation ↵ | Andrew de Quincy | |
of related frontends | |||
2003-06-26 | vp310 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-26 | set up data output for skystar2 | Andreas Oberritter | |
2003-06-25 | better support for vp310 on skystar2 cards | Andreas Oberritter | |
2003-06-25 | - follow kernel coding style, mostly indentation fixes, don't put static | Michael 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-24 | support for Mitel VP310 (untested) | Andreas Oberritter | |
2003-06-23 | Now forced to use auto for as many parameters as possible | Andrew de Quincy | |
2003-06-23 | Removed unneeded FE_RESET code. | Andrew de Quincy | |
2003-06-23 | FEC index limit mask has to be 0x07 - not 0x3 | Holger Waechtler | |
2003-06-23 | remove bogus out-of-range check, FEC table index is limited to 0...7 due to ↵ | Holger Waechtler | |
&= ~0x07 anyway... | |||
2003-06-23 | don't enable voltage on init + inversion bugfix | Andreas Oberritter | |
2003-06-23 | Zarlink MT312 satellite channel decoder driver | Andreas Oberritter | |
2003-06-21 | Better fix for errorchecking bug in read_ucblocks | Andrew de Quincy | |
2003-06-21 | Small errorchecking bug fixed | Andrew de Quincy | |
2003-06-19 | use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04) | Holger Waechtler | |
please test in your local networks and report problems | |||
2003-06-19 | No longer dies if disabling mc44 chip fails | Andrew de Quincy | |
2003-06-18 | implemented FE_READ_SIGNAL_STRENGTH and (hopefully) fixed FE_READ_SNR | Holger Waechtler | |
please test, don't have this card here | |||
2003-06-18 | When 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-17 | Patch by Paul Andreassen: | Johannes Stezenbach | |
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730) | |||
2003-06-17 | Patch 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-16 | try to make a more specific detection mechanism | Holger Waechtler | |
2003-06-16 | Andrew de Quincy's and Robert Schlalach's tda10045 DVB-T driver | Holger Waechtler | |
2003-06-12 | get in sync with DVB/, somehow this got lost... | Holger Waechtler | |
2003-06-10 | pass apply_frontend_param() return value to upper layers | Holger Waechtler | |