Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-08-30 | patch by Jose Alberto Reguero: fix firmware download | Johannes Stezenbach | |
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-22 | Added patch by Martin Kenny to fix tuning problems. | Andrew de Quincy | |
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-07-17 | - Add missing #include <linux/moduleparam.h> | Kenneth Aafloy | |
2004-07-17 | fixed warning with kernel 2.6.7-powerpc: | Andreas Oberritter | |
In file included from sp887x.c:21: include/linux/firmware.h:11: warning: `struct device' declared inside parameter list include/linux/firmware.h:11: warning: its scope is only this definition or declaration, which is probably not what you want include/linux/firmware.h:15: warning: `struct device' declared inside parameter list sp887x.c: In function `attach_adapter': sp887x.c:616: warning: passing arg 3 of `request_firmware' from incompatible pointer type | |||
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-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-06-22 | - convert two driver to kernel i2c (untested, tester needed for the sp887x) | Michael Hunold | |
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-03-02 | - C99 initializiers fix | Michael Hunold | |
2004-02-09 | fixed typo | Holger Waechtler | |
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-25 | make it compile with non-C99-compliant gcc versions. Patch contributed by ↵ | Holger Waechtler | |
Wolfgang Thiel | |||
2003-11-20 | firmware loader implementation contributed by Martin Stubbs | Holger Waechtler | |
2003-11-11 | increase buf for firmware loading by 2 (bug reported by Jamie Honan) | Johannes Stezenbach | |
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-11 | include dvb_functions.h, not dvb_compat.h | Holger Waechtler | |
2003-09-07 | - apply Avermedia DVB-T related patches contributed by Mark Edwards ↵ | Holger Waechtler | |
<mark@edwards.homelinux.net> - add a workaround for the bogus no-ack returvalue of the kernel-i2c bitbanging driver - add sp887x.o to the Makefile | |||
2003-09-07 | move DTF7202 driver to dvb-kernel for the avermedia DVB-T cards | Holger Waechtler | |