summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends
AgeCommit message (Collapse)Author
2004-05-04- code cleanup, no functional changesMichael Hunold
2004-05-04- fixed and tested firmware loading. works like this if you want to do it by ↵Michael Hunold
hand: TT Budget-CI with tda10045h: mount -t sysfs none /sys/ echo "255" > /sys/class/firmware/timeout depmod -ae;modprobe budget-ci;modprobe tda1004x <change to another console> cd /sys/class/firmware/0-0008/ echo "1" > loading ; cat /tmp/tda1004x.bin > data ;echo "0" > loading
2004-05-03- fix include file order in ttpci-driverMichael Hunold
- convert tda1004x driver to kernel i2c, implement untested firmware loading
2004-05-03- remove 2.4 compat code, expect for ttusb_dec.cMichael Hunold
(Alex, do you take care of that one?)
2004-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael Hunold
the usage of the syscall interface to load binary firmware used by some frontend drivers. - add dvb_register_frontend_new() and dvb_unregister_frontend_new() which register a frontend driver using the kernel i2c interface instead of the dvb i2c interface. - register kernel i2c interface in av7110/budget driver properly - port stv0299 and ves1x93 to kernel i2c api Other DVB drivers and frontend drivers still can use the old DVB i2c interface.
2004-05-01revert last change, errno is needed for __KERNEL_SYSCALLS__Johannes Stezenbach
2004-05-01- remove unused "errno" variableMichael Hunold
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