summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2004-01-29bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidatingAndreas Oberritter
current channel settings on FE_RESET
2004-01-28Need to re-invert inversion for tda10046 in get_fe()Andrew de Quincy
2004-01-28Now resets chip before uploading firmwareAndrew de Quincy
2004-01-28Had to split firmware upload off from frontend init... the initial tune attemptAndrew de Quincy
was taking too long. Also, provided explanation of tuner frequency calculations.
2004-01-27Fixed frequency calculation.. realised its exactly the same as theAndrew de Quincy
tda10045h one!
2004-01-27Fixed signal strength reading for tda10046hAndrew de Quincy
2004-01-27Updated descriptionAndrew de Quincy
2004-01-27Small tweaks. Better inversion handling, and changed how 6MHz is set inAndrew de Quincy
tuner
2004-01-27Forgot to make sure inversion was on for TDA10046HAndrew de Quincy
2004-01-27Implemented tda10046h driverAndrew de Quincy
2004-01-26don't send zero-byte messages when probing the PLL typeHolger Waechtler
2004-01-23- spelling fix: aquire -> acquireMichael Hunold
2004-01-16merge frontend improvements from DVB tree:Johannes Stezenbach
- schedule_timeout(1) in dvb_frontend.c after setting frontend and before waking up frontend thread - do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK - use aquire_signal flag to call FE_RESET only after tuning until FE_HAS_LOCK has been signalled, and not when FE_HAS_LOCK drops out for short periods of time later
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/
2003-12-24- give more credit to Jamie Honan, he's the guy that has done most of theMichael Hunold
hard work for TwinHan / DST support.
2003-12-23remove AUTO_INVERSION for capabilities (not true)Jamie Honan
allow params dst_type_flags and dst_type to have multiple values for multiple cards in one machine
2003-12-20increase mdelay from 30 to 50 to be more reliable with bad reception qualityAndreas Oberritter
2003-12-20updated contributors.txt and some email addressesAndreas Oberritter
2003-12-09use correct delay values, don't divide by HZ when using dvb_delay().Holger Waechtler
found by Artur Skawina.
2003-12-01patch for the mt312 module, targeting the VP310. Contributed by Augusto Cardoso.Holger Waechtler
1) Reduced heat in most applications of the VP310. This is specially important on the Skystar2 application. Some old boards based on the VP310 will have heat problems without this patch an may be permanently damaged. 2) Implement "auto" inversion mode for the VP310. With this and a VP310, you don't have to worry about inversion, this is like it should be. 3) Remove unnecessary "prints". 4) Add the ability to generate a module with the option to use debug. When MT312_DEBUG is 0, there is no debug code in the module. When it's set to 1, it's possible to control debug using the module parameter "debug=1"
2003-11-29set FE_HAS_LOCK only when all low-order bits are validHolger Waechtler
2003-11-27- completed nokia board supportAndreas Oberritter
- increased delay before inversion change to 30ms to get constant results - added 30ms delay after FE_SET_FRONTEND for quick and stable tuning. don't know why it is that much faster with it, I noticed it by pure luck after adding a printk which delayed for about 4 jiffies. ;) maybe it avoids a bug or delay in some other part of the code (maybe dvb_frontend.c?). feedback by pci card users would be appreciated. - changed a c++ comment to c style
2003-11-27fix typo in code rate table lookup for FE_GET_FRONTENDHolger Waechtler
- p->code_rate_LP = fec_tab[val >> 3]; + p->code_rate_LP = fec_tab[val & 0x07];
2003-11-27- set default pwm value to 0x48 for boards which don't have an eeprom at i2c ↵Andreas Oberritter
address 0x50 instead of using a random value of an uninitialized local variable. - don't bail out if no tuner could be detected, for compatibility with boards which don't have a tuner on the same bus as the demod.
2003-11-25make it compile with non-C99-compliant gcc versions. Patch contributed by ↵Holger Waechtler
Wolfgang Thiel
2003-11-23fix frontend private data handling. patch by Mikael Rosbacke <rosbacke at ↵Andreas Oberritter
nada.kth.se>
2003-11-20obsolete, removed.Holger Waechtler
2003-11-20firmware loader implementation contributed by Martin StubbsHolger Waechtler
2003-11-19Whoops, forgot to add a "return 0" at the end of the init functionAndrew de Quincy
2003-11-19Added new module parameter to choose between BER and UCBLOCKs errorAndrew de Quincy
monitoring since the STV0299 can't do both at once (BER is the default)
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 fixMichael Hunold
2003-11-12- re-indent the sourceMichael 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-11-12Added modifications based on the recommended settings in the SU1278Andrew de Quincy
datasheet. Cleaned up some tabbing problems.
2003-11-12- let the samsung tuner module count bit errors instead of block errorsHolger Waechtler
- some indentination stuff
2003-11-11remove FE_CAN_INVERSION_AUTOJohannes Stezenbach
2003-11-11increase buf for firmware loading by 2 (bug reported by Jamie Honan)Johannes Stezenbach
2003-11-10remove __devinitdata (fixes Oops)Johannes Stezenbach
2003-11-07Patch by Vadim Catana <skystar@moldova.cc>:Johannes Stezenbach
Add support for Technisat SkyStar2 rev. 2.6B with Samsung TBMU24112IMB frontend.
2003-11-06add reg to stv0299_readreg() dprintkJohannes Stezenbach
2003-11-05Correct tuner type for -MOT from Grant TottenJamie Honan
2003-11-03DST-M0T should be DST-MOT : zero vs OhJamie Honan
2003-11-03corrected invalid email address dvb-kernel@linuxtv.orgJohannes Stezenbach
2003-11-01Dimitri suggested some mods for signal/quality for terrestial.Jamie Honan
2003-10-29Pin 1 versus pin 2 needs more testing. Put back as was till moreJamie Honan
feedback.
2003-10-28Fix 03T to have TS204Jamie Honan
Allow user params to specify type and flags for new users who don't want to mod software but are happy to put params on mudule loads for new / wrong cards.
2003-10-28Pin 2 for 8820 is controlled by value 4. Also normally low,Jamie Honan
thus needs to be driven high to have any effect.
2003-10-28- reworked i2c / gpio so not so hackerish and more in line withJamie Honan
what Gerd is moving to - allowed multiple instances of dst frontend. - should handle terrestial cards correctly. Can mix and match ts204, new tuner packets, symbol rate types in tuner packets - has more DST strings on i2c asic discovery (in dst_check_ci) - can override card PCI id using card=0x68 for bttv driver. bt878 audio dma still hogs all cards it finds, but this is an interim release to work towards fixing this - put in rudimentary signal strength / snr. The scale factors are not right. Should work for terrestial / satellite. - Put in Dimitri's fix of not doing dst_enable after reciept of the 0xFF ack, but allowing the asic to do this itself.
2003-10-16- fix usage of firmware location Kconfig option (Thanks Jamie!)Michael Hunold
2003-10-13DVB_TWINHAN_DSTJamie Honan