Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-23 | Removed some leftover bogus debugging messages, cleaned up the TODO | Michael Hunold | |
file to reflect the latest changes. | |||
2002-12-23 | For some unobvious reason, analog cards (ie. the MXB) and digital cards | Michael Hunold | |
(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. | |||
2002-12-22 | Changed i2c_writeout() and the irq handler to use a waitqueue | Michael Hunold | |
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. | |||
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-20 | fix saa7146 debug setting | Johannes Stezenbach | |
2002-12-20 | cure for: | Johannes Stezenbach | |
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 | |||
2002-12-20 | More compile fixes to allow a flawless static build, changed the | Michael Hunold | |
READMEs accordingly, compile fixes for the mxb driver. | |||
2002-12-19 | Necessary fixes to the saa7146_core to allow the driver to | Michael Hunold | |
be build statically into the kernel. | |||
2002-12-19 | __devexit_p(saa7146_remove_one) | Holger Waechtler | |
2002-12-19 | removed bogus whitespaces | Holger Waechtler | |
2002-12-19 | allow statically built kernel | Holger Waechtler | |
2002-12-19 | use down_interruptible() | Holger Waechtler | |
2002-12-19 | static declarations where possible | Holger Waechtler | |
2002-12-19 | Remove __stringify define, because it's in include/linux/stringify.h. | Michael Hunold | |
2002-12-19 | The IER should be cleared in config_a_device, otherwise it's possible that | Michael Hunold | |
unwanted interrupts are raised. (copy & paste bug) | |||
2002-12-17 | Misc. build fixes (beautification, remove some unnecessary printks) | Michael Hunold | |
for the new saa7146 core, the mxb driver and the saa7111 driver. | |||
2002-12-17 | Some build fixes. Removed "makecrosslinks" because it won't work | Michael Hunold | |
anymore. | |||
2002-12-17 | Add the new saa7146 driver core to media/common. | Michael Hunold | |