Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-08 | Removed the whole "device<=>extension" matching crap, the pci subsystem | Michael Hunold | |
can do this much better. We now simply register one pci driver for every extension and are done with it -- if a device actually exists, the pci subsystem calls us back. That's it. Warning: this triggers a bug in the 2.5.x module subsystem -- you should *not* use the driver.av7110 script and modprobe the driver. You can a) build your kernel staticall b) insert the modules one by one with *insmod* I already filed a bug report to lkml. Fixed a bug in Kconfig which prevented the saa7146 modules from being build. | |||
2003-01-04 | Some more changes... (but we're stabilizing...) | Michael Hunold | |
2.5.x: - exchanged the Kconfig files for "ttpci" and "ttpci-budget" - removed the "SAA7146 based" from the card descriptions, but put it to the remark some lines above saa7146: - simplified the probe(), attach(), detach() logic, since all dvb devices can be identified by their subvendor/subdevice ids av7110: - added two wait_for_debi_done() calls in gpioirq(). (All other IER_ENABLE() calls are preceded by wait_for_debi_done()) budget: - budget.c has been split up into budget.c and budget-av.c. The latter is for budget cards with analog video (av) inputs. Definitions are now in budget.h. budget.c exports various functions that are used by budget-av.c, too. The av code is currently missing, though, and needs to be added. unsorted: - various c99 initializer cleanups | |||
2002-12-20 | Removed the dependecy to i2c-core from saa7146 and av7110, | Michael Hunold | |
changed mxb to (un)register the i2c adapter by itself | |||
2002-12-17 | Add the new saa7146 driver core to media/common. | Michael Hunold | |