Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-12 | strip trailing whitespace | Michael Krufky | |
2005-09-11 | - leave I2C bride open at pll_sleep to support Philips EUROPA based cards. | Hartmut Hackmann | |
- give an error message if the communication with the pll fails. Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-07-24 | Fix SNR reading | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-06-13 | - added preliminary support for tda827x tuners | Hartmut Hackmann | |
- set parameters for drift compensation to 0 makes no sense for DVB-T but can prevent lock Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-05-28 | add missing release_firmware() calls to fix memory leak | Johannes Stezenbach | |
Signed-off-by: Anssi Hannula <anssi.hannula@gmail.com> | |||
2005-05-23 | bugfix: limit for firmware version check was too low for tda10045 | Hartmut Hackmann | |
Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t-online.de> | |||
2005-05-18 | - added config options for IF frequency and AGC | Hartmut Hackmann | |
- support DSP boot from on board eeprom - added pll sleep call | |||
2005-04-25 | added support for different tda10046 firmware versions. | Andreas Oberritter | |
tested with v20, v21 and v25. | |||
2005-04-25 | allow N_I2C to be overridden by the card driver | Andreas Oberritter | |
2005-03-26 | mostly formatting cleanups, no functional change | Andreas Oberritter | |
2005-03-09 | - kfree(NULL) is safe | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-01-25 | clarify firmware upload messages | Johannes Stezenbach | |
2004-12-02 | Forgot to include tune_settings for tda1004x | Andrew de Quincy | |
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 | |