Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-11-20 | Fixed firmware upload problems. | Andrew de Quincy | |
2004-11-20 | Added setting to allow inversion of OCLK | Andrew de Quincy | |
2004-11-19 | Only hardcode to AUTO for tda10045 | Andrew de Quincy | |
2004-11-09 | Fixed chipid for tda10046 | Andrew de Quincy | |
2004-11-09 | Forgot to unset initialised flag after sleep | Andrew de Quincy | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-08-26 | Added comment about forcing AUTO on 'cos of TDA10045 problems | Andrew de Quincy | |
2004-08-26 | Update everything to point to the new firmware download script | Andrew de Quincy | |
2004-08-24 | - replace dvb_unregister_frontend_new() with dvb_unregister_frontend() | Michael Hunold | |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - nuke dvb functions stuff | Michael Hunold | |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
2004-07-17 | - Add missing #include <linux/moduleparam.h> | Kenneth Aafloy | |
2004-07-16 | - Adding I2C_DRIVERID for all frontends to dvb_i2c.h | Kenneth Aafloy | |
- dvb_dummy_fe conversion to Kernel I2C - Conversion from deprecated MODULE_PARM* to module_param* - Adding/renaming existing *debug* parameter to debug. - Common naming scheme for debug/I2C: dvbfe_* | |||
2004-07-15 | reject code_rate_LP == FEC_NONE with EINVAL | Johannes Stezenbach | |
2004-07-12 | - Properly lock the frontend module on open/close. | Kenneth Aafloy | |
- Remove module ref count changes to av7110 and budget-core, as they did not do the right thing. | |||
2004-05-13 | - change default fw name to tda1004x.bin until someone comes up with a ↵ | Michael Hunold | |
better name - change the error message | |||
2004-05-05 | #include <linux/device.h> to fix compile warning | Johannes Stezenbach | |
2004-05-04 | - restructured firmware loading | Michael Hunold | |
- code cleanup - whitespace and comment cleanup | |||
2004-05-04 | - compile fix, remove debugging printk | Michael Hunold | |
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-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-03-24 | Implemented FE_SLEEP | Andrew de Quincy | |
2004-03-14 | Converted 8space->1tabs (formatting) | 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-01-30 | Standardised where the firmware should be. | Andrew de Quincy | |
2004-01-28 | Need to re-invert inversion for tda10046 in get_fe() | Andrew de Quincy | |
2004-01-28 | Now resets chip before uploading firmware | Andrew de Quincy | |
2004-01-28 | Had to split firmware upload off from frontend init... the initial tune attempt | Andrew de Quincy | |
was taking too long. Also, provided explanation of tuner frequency calculations. | |||
2004-01-27 | Fixed frequency calculation.. realised its exactly the same as the | Andrew de Quincy | |
tda10045h one! | |||
2004-01-27 | Fixed signal strength reading for tda10046h | Andrew de Quincy | |
2004-01-27 | Small tweaks. Better inversion handling, and changed how 6MHz is set in | Andrew de Quincy | |
tuner | |||
2004-01-27 | Forgot to make sure inversion was on for TDA10046H | Andrew de Quincy | |
2004-01-27 | Implemented tda10046h driver | Andrew de Quincy | |
2004-01-06 | - fix compilation with "make allyesconfig": make av7110 | Michael Hunold | |
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/ | |||
2003-11-11 | remove FE_CAN_INVERSION_AUTO | Johannes Stezenbach | |
2003-10-16 | - fix usage of firmware location Kconfig option (Thanks Jamie!) | Michael Hunold | |
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-09-10 | Fix typo in file description. | Michael Hunold | |
2003-07-12 | Changed microcode location comment | Andrew de Quincy | |
2003-07-11 | Fixed a stupid bug in tuning | Andrew de Quincy | |
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 | Renamed tda10045h.c to tda1004x.c | Andrew de Quincy | |