summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/ttpci-eeprom.c
AgeCommit message (Collapse)Author
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-05-03Overhaul frontend i2c subsystem because of the recent discussion aboutMichael 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.
2003-10-31build ttpci-eeprom.o as a separate module for 2.4, as it's beenJohannes Stezenbach
done in the 2.6-test9; add MODULE_LICENSE("GPL") so we don't taint the kernel anymore
2003-07-21Patch by Michael Glaum, code by Metzler Bros.:Johannes Stezenbach
correctly read MAC from eeprom on TT and KNC1 cards
2003-06-26EXPORT_SYMBOL(ttpci_eeprom_parse_mac);Holger Waechtler
2003-06-25Same here: indentation fixes etc.Michael Hunold
2003-06-23use proposed mac where possible, fix the uninitialized net->addr_len bug, ↵Holger Waechtler
make sume printk() dprintk()
2003-06-16update comment and clear mac field if EEPROM read failedHolger Waechtler
2003-06-14i2c fixes and build fixes. Must have been brain-amputated yesterday...Holger Waechtler