Age | Commit message (Expand) | Author |
2003-01-09 | Fixes for 2.5.55 all over the place: | Michael Hunold |
2003-01-08 | Removed the whole "device<=>extension" matching crap, the pci subsystem | Michael Hunold |
2003-01-07 | - Fixed all initializers to C99, expect av7110.c | Michael Hunold |
2003-01-06 | Fixed the "gray bar on the left side of the video window after | Michael Hunold |
2003-01-05 | After all, using the i2c irq wasn't a good idea. After long hours of | Michael Hunold |
2003-01-05 | Fixed a saa7146 driver flaw: after a read() call is satisfied, | Michael Hunold |
2003-01-04 | - Removed preinit() from saa7146 probe()/attach() logic, it's not used | Michael Hunold |
2003-01-04 | Some more changes... (but we're stabilizing...) | Michael Hunold |
2003-01-03 | Compile fixes for 2.5.54. | Michael Hunold |
2002-12-30 | Next chunk of big splitup / cleanup: | Michael Hunold |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi... | Michael Hunold |
2002-12-28 | - added timeout handling for i2c_writeout(); it seems that the | Johannes Stezenbach |
2002-12-25 | As promised, I changed the "retry-loop" to the style of the "old" saa7146 | Michael Hunold |
2002-12-23 | Removed some leftover bogus debugging messages, cleaned up the TODO | Michael Hunold |
2002-12-23 | For some unobvious reason, analog cards (ie. the MXB) and digital cards | Michael Hunold |
2002-12-22 | Changed i2c_writeout() and the irq handler to use a waitqueue | Michael Hunold |
2002-12-20 | Removed the dependecy to i2c-core from saa7146 and av7110, | Michael Hunold |
2002-12-20 | fix saa7146 debug setting | Johannes Stezenbach |
2002-12-20 | cure for: | Johannes Stezenbach |
2002-12-20 | More compile fixes to allow a flawless static build, changed the | Michael Hunold |
2002-12-19 | Necessary fixes to the saa7146_core to allow the driver to | Michael Hunold |
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 |
2002-12-17 | Misc. build fixes (beautification, remove some unnecessary printks) | Michael Hunold |
2002-12-17 | Some build fixes. Removed "makecrosslinks" because it won't work | Michael Hunold |
2002-12-17 | Add the new saa7146 driver core to media/common. | Michael Hunold |