Age | Commit message (Collapse) | Author |
|
(ie. the av7110) handle the odd/even fields differently. I added a new
field to the extension, which holds special flags of the extension and the
device. I declared the MXB way of handling fields as "normal", so the
av7110 extension sets SAA7146_EXT_SWAP_ODD_EVEN here.
@Holger: I added some superfluous "struct saa7146_dev *dev" variables
back to some functions. These cause ugly warnings at compile time, I admit,
but they are necessary if you want to use the debug macros to trace a
saa7146 register for example. Please leave them in for now -- I need this
when I switch between old-DVB / old-MXB <=> new-DVB / new-MXB drivers and
try to hack out the differences.
|
|
instead of busy waiting for an i2c transaction to finish. Left the
old method in there. if you need it (or if i screwed up),
set "use_i2c_irq" to zero in saa7146_i2c.c to get the old behaviour.
|
|
changed mxb to (un)register the i2c adapter by itself
|
|
|
|
saa7146.h:34: warning: `BUG_ON' redefined
/usr/src/linux-2.4.20/include/linux/kernel.h:197: warning: this is the location of the previous definition
|
|
READMEs accordingly, compile fixes for the mxb driver.
|
|
be build statically into the kernel.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unwanted interrupts are raised. (copy & paste bug)
|
|
for the new saa7146 core, the mxb driver and the saa7111 driver.
|
|
anymore.
|
|
|