Age | Commit message (Expand) | Author |
2009-04-02 | saa7146: fix incorrect comment. | Hans Verkuil |
2009-03-30 | v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22 | Hans Verkuil |
2009-02-28 | saa7146: Clean-up i2c error handling | Mauro Carvalho Chehab |
2009-02-07 | saa7146: the adapter class will be NULL when v4l2_subdev is used. | Hans Verkuil |
2009-02-07 | saa7146: i2c adapdata now points to v4l2_device. | Hans Verkuil |
2008-11-25 | fix boards for kernels with algo_control | Mauro Carvalho Chehab |
2008-06-22 | saa7146: ->cpu_addr and friends are little-endian | Mauro Carvalho Chehab |
2008-04-30 | backport tuners move patch from -git | Mauro Carvalho Chehab |
2008-04-26 | From: Mauro Carvalho Chehab <mchehab@infradead.org> | Mauro Carvalho Chehab |
2008-04-08 | media/common/ replace remaining __FUNCTION__ occurrences | Michael Krufky |
2007-08-09 | saa7146: clean-up irq processing | Oliver Endriss |
2007-07-23 | dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transfer | Oliver Endriss |
2007-02-19 | compat: Add -include linux/version.h to cflags | Trent Piepho |
2006-11-01 | saa7146: Add timeout protection for I2C interrupt | Oliver Endriss |
2006-10-27 | [saa7146_i2c] short_delay mode fixed for fast machines | Oliver Endriss |
2006-02-06 | sem2mutex: drivers/media/, #2 | Mauro Carvalho Chehab |
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab |
2005-10-01 | Add compat.h for backwards compatability | Michael Krufky |
2005-10-01 | [PATCH] I2C: Kill i2c_algorithm.name (1/7) | Michael Krufky |
2005-08-31 | From: Philipp Matthias Hahn <pmhahn@titan.lahn.de> | Johannes Stezenbach |
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach |
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach |
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 |