summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2004-04-23Updated timeout to 800ms at suggestion from Damian IvereighAndrew de Quincy
2004-04-10- DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitlyMichael Hunold
mentioned in help text, but not enforced). found by Gert Uytterhoeven
2004-04-08patch by Peter Hettkamp: add FE_CAN_RECOVER to reduce kdvb-fe CPU loadJohannes Stezenbach
2004-03-25Added 200ms delay after first FE_INIT.Andrew de Quincy
Implemented FE_GET_FRONTEND.
2004-03-25Upped tuning delays to fix tuningAndrew de Quincy
2004-03-24Implemented FE_SLEEPAndrew de Quincy
2004-03-19patch by Kenneth Aafløy to add support for Typhoon DVB-S budget cardJohannes Stezenbach
2004-03-15- C99 fixesMichael Hunold
2004-03-14ALPS BSRU6 needs inversion inverted.Andrew de Quincy
Converted 8space->1tabs (formatting)
2004-03-14Converted 8space->1tabs (formatting)Andrew de Quincy
2004-03-14Fixed INVERSION_AUTO code so it no longer writes to the global initalisation ↵Andrew de Quincy
values. Converted 8space->1tabs (formatting) Added extra printks to report _exact_ ves1x93 version detected
2004-03-13Reading inversion with FE_GET_FRONTEND had the inversion the wrong wayAndrew de Quincy
round
2004-03-12Tweaked timings for reliable tuningAndrew de Quincy
2004-03-12Needed to increase the delayAndrew de Quincy
2004-03-12Increased to a more suitable min_delay for tda1004xAndrew de Quincy
2004-03-11Removed unused variable warningAndrew de Quincy
2004-03-11Checked in experimental frontend patchAndrew de Quincy
Also some minimal budget-ci CI support implemented (just detection+IRQs)
2004-03-05Kconfig update for MT352.Daniel Mack
2004-03-05Added a driver for Zarlink's MT352 DVB-T demodulator.Daniel Mack
Not all ioctls are fully supported yet.
2004-03-03add (#if'ed) old code for tsa5060_set_tv_freq() which worksJohannes Stezenbach
better for someone, so it doesn't get lost
2004-03-02- C99 initializiers fixMichael Hunold
2004-03-01remove FE_CAN_RECOVER as suggested by Torbjörn JanssonJohannes Stezenbach
2004-02-27Reinstated old INVERSION_AUTO behaviour once moreAndrew de Quincy
2004-02-27Reduced drift so channels cannot drift across to nearby onesAndrew de Quincy
2004-02-26Lots of fixes to help with correct tuning.Andrew de Quincy
2004-02-25Expanded INIT code, and sped up finetuning times.Andrew de Quincy
There is still a problem sometimes when waking up from being asleep.
2004-02-24Added a temporary hack to fix buggy user-side software which suppliesAndrew de Quincy
INVERSION_AUTO to frontends which specifically say they do not support it
2004-02-24Further refinements: force a full tune whenever FE_INIT is done.Andrew de Quincy
Remove unnecessary inititalised stuff
2004-02-23Fixes to sort out tuning at low symbol ratesAndrew de Quincy
2004-02-21Updated documentation to contain note about USB devicesAndrew de Quincy
2004-02-20Added seperate settings for SU1278 on technotrend hardwareAndrew de Quincy
2004-02-16DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONEJohannes Stezenbach
(i.e. no compile-time firmware image necessary) reported by Bernd Bartmann
2004-02-15- change AFC handling as suggested by Robert SchlabbachJohannes Stezenbach
- use bit 1 of the SYNC register for FE_HAS_SIGNAL
2004-02-15verbose-print AFC only if carrier has been recoveredJohannes Stezenbach
2004-02-13turn off ves1820 test output pins (don't know if this makesJohannes Stezenbach
any difference, but why have them turned on if nothing is connected to them?)
2004-02-09fixed typoHolger Waechtler
2004-02-07gcc-3.5 compatibilty patch from 2.6.3-rc1Johannes Stezenbach
2004-02-06add nxt6000 frontend driver to MakefilesJohannes Stezenbach
2004-02-03patch by Geert Uytterhoeven: Never include <asm/delay.h> directly.Johannes Stezenbach
2004-01-30Standardised where the firmware should be.Andrew de Quincy
2004-01-29Changed to use full i2c reads in probing instead of i2c pings to beAndrew de Quincy
compatable with ttusb
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