summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/mt312.c
AgeCommit message (Collapse)Author
2003-10-08- allow private data to be associated with i2c devicesAndreas Oberritter
- fixed some return values in i2c device attach functions
2003-09-10changed #ifdef to #if again...Andreas Oberritter
2003-09-10Change #if to #ifdefMichael Hunold
2003-09-01fixed debugging #ifdefAndreas Oberritter
2003-07-26show i2c read errors only for registered frontendsAndreas Oberritter
2003-06-26vp310 should be configured to 90Mhz, too...Andreas Oberritter
skystar2 driver with bugfixed master_xfer() should probably work now. patch url: http://www.saftware.de/skystar2.c.diff big thanks to Lovec for providing the needed patches, and testing
2003-06-26set up data output for skystar2Andreas Oberritter
2003-06-25better support for vp310 on skystar2 cardsAndreas Oberritter
2003-06-25- follow kernel coding style, mostly indentation fixes, don't put staticMichael Hunold
on a separate line, use "real" tab - get rid of "mt312_reg_addr_t" use "enum mt312_reg_addr" instead I know this is annoying, but I get bashed regularly on lkml because of the coding style some of our files have.
2003-06-24support for Mitel VP310 (untested)Andreas Oberritter
2003-06-23Zarlink MT312 satellite channel decoder driverAndreas Oberritter