Age | Commit message (Expand) | Author |
2003-06-14 | i2c fixes and build fixes. Must have been brain-amputated yesterday... | Holger Waechtler |
2003-06-03 | Here comes the "dvb-c analog module hack" | Michael Hunold |
2003-05-28 | I removed all "analog" drivers from the main CVS repository and moved them | Michael Hunold |
2003-05-19 | First try to use pci_consistent_dma() throughout the whole saa7146 | Michael Hunold |
2003-05-06 | The irq handler subsystem in 2.5 has changed. Add some code to get | Michael Hunold |
2003-05-05 | Release clipping memory when device is closed. | Michael Hunold |
2003-04-28 | Compile fixes against 2.5.68. | Michael Hunold |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-03-28 | A whole bunch of small changes all over the place: | Michael Hunold |
2003-03-20 | Small changes all over the place: | Michael Hunold |
2003-03-20 | This is the beginning of some modifications to get the new | Michael Hunold |
2003-03-19 | set default value of saa7146_debug to 0 as stated in module param description | Andreas Oberritter |
2003-03-19 | put #if 0, #endif around unused function | Andreas Oberritter |
2003-03-19 | - optimize the i2c retry-address error problem by distinguishing between | Michael Hunold |
2003-03-19 | wait between i2c retries and don't bail out on adress errors, | Holger Waechtler |
2003-03-17 | - Fixed the build-2.4 tree to compile with 2.4.18 kernels. | Michael Hunold |
2003-03-14 | saa7146: set default values for brightness/contrast/saturation on driver load | Michael Hunold |
2003-03-06 | Removed some debug messages, verified that it works with "mp1e" and | Michael Hunold |
2003-03-06 | Added some planar yuv modes to the saa7146 driver core: | Michael Hunold |
2003-03-04 | Remove function specifiers from probe/remove functions, otherwise | Michael Hunold |
2003-02-27 | - fix some bugs that appeared in system with both analog and digital | Michael Hunold |
2003-02-26 | - Compile fixes against 2.5.63 (daemonize() has been changed) | Michael Hunold |
2003-01-23 | apply core patch by <emard@softhome.net> | Holger Waechtler |
2003-01-21 | set __devexit and __devexit_p() flags | Holger Waechtler |
2003-01-16 | - extended the preprocessor magic to av7110.c, too, had to change | Michael Hunold |
2003-01-13 | add a timeout to saa7146_i2c_writeout() to prevent endless loop | Johannes Stezenbach |
2003-01-10 | - Fix broken i2c irq transfer, due to Holger's changes | Michael Hunold |
2003-01-09 | return meaningful error values | Holger Waechtler |
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 |