Age | Commit message (Expand) | Author |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach |
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach |
2004-11-08 | - make needlessly global code static | Michael Hunold |
2004-08-11 | - Kernel Janitor: uses msleep() instead of my_wait() to guarantee the time de... | Michael Hunold |
2004-06-21 | - compilation fix for analog 2.4 drivers | Michael Hunold |
2004-06-21 | - Replace generic saa7146 i2c name by card specific name, suggested by Uli Lu... | Michael Hunold |
2004-04-06 | - introduce new class variable, sets the i2c adapter class for 2.6 (unused fo... | Michael Hunold |
2003-11-26 | - i2c timeout fix by Gerd Knorr | Michael Hunold |
2003-11-25 | introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C access | Oliver Endriss |
2003-11-14 | - sanitize enabling of video input pins and i2c pins | Michael Hunold |
2003-10-16 | - fix usage of i2c name field (has been changed again, see this for more | Michael Hunold |
2003-10-14 | Include 2.6 kernel janitor cleanups (eliminate #include duplication, shift | Michael Hunold |
2003-07-17 | Fix build for 2.4. | Michael Hunold |
2003-07-17 | [V4L] - fix static build for hexium_gemini and hexium_orion drivers (Thanks t... | Michael Hunold |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-06-16 | Fix to the jerking problem with tda10045h | Holger Waechtler |
2003-06-14 | i2c fixes and build fixes. Must have been brain-amputated yesterday... | Holger Waechtler |
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-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-20 | This is the beginning of some modifications to get the new | Michael Hunold |
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-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-05 | After all, using the i2c irq wasn't a good idea. After long hours of | 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-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 | More compile fixes to allow a flawless static build, changed the | Michael Hunold |
2002-12-17 | Misc. build fixes (beautification, remove some unnecessary printks) | Michael Hunold |
2002-12-17 | Add the new saa7146 driver core to media/common. | Michael Hunold |