Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-04 | - code cleanup, no functional changes | Michael 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-driver | Michael Hunold | |
- convert tda1004x driver to kernel i2c, implement untested firmware loading | |||
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael 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-01 | revert last change, errno is needed for __KERNEL_SYSCALLS__ | Johannes Stezenbach | |
2004-05-01 | - remove unused "errno" variable | Michael Hunold | |
2004-04-23 | Updated timeout to 800ms at suggestion from Damian Ivereigh | Andrew de Quincy | |
2004-04-10 | - DVB_TWINHAN_DST depends on DVB_BT8XX (dependency is explicitly | Michael Hunold | |
mentioned in help text, but not enforced). found by Gert Uytterhoeven | |||
2004-04-08 | patch by Peter Hettkamp: add FE_CAN_RECOVER to reduce kdvb-fe CPU load | Johannes Stezenbach | |
2004-03-25 | Added 200ms delay after first FE_INIT. | Andrew de Quincy | |
Implemented FE_GET_FRONTEND. | |||
2004-03-25 | Upped tuning delays to fix tuning | Andrew de Quincy | |
2004-03-24 | Implemented FE_SLEEP | Andrew de Quincy | |
2004-03-19 | patch by Kenneth Aafløy to add support for Typhoon DVB-S budget card | Johannes Stezenbach | |
2004-03-15 | - C99 fixes | Michael Hunold | |
2004-03-14 | ALPS BSRU6 needs inversion inverted. | Andrew de Quincy | |
Converted 8space->1tabs (formatting) | |||
2004-03-14 | Converted 8space->1tabs (formatting) | Andrew de Quincy | |
2004-03-14 | Fixed 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-13 | Reading inversion with FE_GET_FRONTEND had the inversion the wrong way | Andrew de Quincy | |
round | |||
2004-03-12 | Tweaked timings for reliable tuning | Andrew de Quincy | |
2004-03-12 | Needed to increase the delay | Andrew de Quincy | |
2004-03-12 | Increased to a more suitable min_delay for tda1004x | Andrew de Quincy | |
2004-03-11 | Removed unused variable warning | Andrew de Quincy | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-03-05 | Kconfig update for MT352. | Daniel Mack | |
2004-03-05 | Added a driver for Zarlink's MT352 DVB-T demodulator. | Daniel Mack | |
Not all ioctls are fully supported yet. | |||
2004-03-03 | add (#if'ed) old code for tsa5060_set_tv_freq() which works | Johannes Stezenbach | |
better for someone, so it doesn't get lost | |||
2004-03-02 | - C99 initializiers fix | Michael Hunold | |
2004-03-01 | remove FE_CAN_RECOVER as suggested by Torbjörn Jansson | Johannes Stezenbach | |
2004-02-27 | Reinstated old INVERSION_AUTO behaviour once more | Andrew de Quincy | |
2004-02-27 | Reduced drift so channels cannot drift across to nearby ones | Andrew de Quincy | |
2004-02-26 | Lots of fixes to help with correct tuning. | Andrew de Quincy | |
2004-02-25 | Expanded INIT code, and sped up finetuning times. | Andrew de Quincy | |
There is still a problem sometimes when waking up from being asleep. | |||
2004-02-24 | Added a temporary hack to fix buggy user-side software which supplies | Andrew de Quincy | |
INVERSION_AUTO to frontends which specifically say they do not support it | |||
2004-02-24 | Further refinements: force a full tune whenever FE_INIT is done. | Andrew de Quincy | |
Remove unnecessary inititalised stuff | |||
2004-02-23 | Fixes to sort out tuning at low symbol rates | Andrew de Quincy | |
2004-02-21 | Updated documentation to contain note about USB devices | Andrew de Quincy | |
2004-02-20 | Added seperate settings for SU1278 on technotrend hardware | Andrew de Quincy | |
2004-02-16 | DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONE | Johannes Stezenbach | |
(i.e. no compile-time firmware image necessary) reported by Bernd Bartmann | |||
2004-02-15 | - change AFC handling as suggested by Robert Schlabbach | Johannes Stezenbach | |
- use bit 1 of the SYNC register for FE_HAS_SIGNAL | |||
2004-02-15 | verbose-print AFC only if carrier has been recovered | Johannes Stezenbach | |
2004-02-13 | turn off ves1820 test output pins (don't know if this makes | Johannes Stezenbach | |
any difference, but why have them turned on if nothing is connected to them?) | |||
2004-02-09 | fixed typo | Holger Waechtler | |
2004-02-07 | gcc-3.5 compatibilty patch from 2.6.3-rc1 | Johannes Stezenbach | |
2004-02-06 | add nxt6000 frontend driver to Makefiles | Johannes Stezenbach | |
2004-02-03 | patch by Geert Uytterhoeven: Never include <asm/delay.h> directly. | Johannes Stezenbach | |
2004-01-30 | Standardised where the firmware should be. | Andrew de Quincy | |
2004-01-29 | Changed to use full i2c reads in probing instead of i2c pings to be | Andrew de Quincy | |
compatable with ttusb | |||
2004-01-29 | bugfix by Robert Cook: FE_RESET did the same as FE_INIT, thus invalidating | Andreas Oberritter | |
current channel settings on FE_RESET | |||
2004-01-28 | Need to re-invert inversion for tda10046 in get_fe() | Andrew de Quincy | |