summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/sp887x.c
AgeCommit message (Collapse)Author
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-08-30patch by Jose Alberto Reguero: fix firmware downloadJohannes Stezenbach
2004-08-26Update everything to point to the new firmware download scriptAndrew de Quincy
2004-08-24- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()Michael Hunold
2004-08-22Added 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-17fixed 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.hKenneth 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-11Checked in experimental frontend patchAndrew de Quincy
Also some minimal budget-ci CI support implemented (just detection+IRQs)
2004-03-02- C99 initializiers fixMichael Hunold
2004-02-09fixed typoHolger Waechtler
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/
2003-11-25make it compile with non-C99-compliant gcc versions. Patch contributed by ↵Holger Waechtler
Wolfgang Thiel
2003-11-20firmware loader implementation contributed by Martin StubbsHolger Waechtler
2003-11-11increase buf for firmware loading by 2 (bug reported by Jamie Honan)Johannes Stezenbach
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
- fixed some return values in i2c device attach functions
2003-09-11include dvb_functions.h, not dvb_compat.hHolger 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-07move DTF7202 driver to dvb-kernel for the avermedia DVB-T cardsHolger Waechtler