summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_i2c.c
AgeCommit message (Expand)Author
2009-04-02saa7146: fix incorrect comment.Hans Verkuil
2009-03-30v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22Hans Verkuil
2009-02-28saa7146: Clean-up i2c error handlingMauro Carvalho Chehab
2009-02-07saa7146: the adapter class will be NULL when v4l2_subdev is used.Hans Verkuil
2009-02-07saa7146: i2c adapdata now points to v4l2_device.Hans Verkuil
2008-11-25fix boards for kernels with algo_controlMauro Carvalho Chehab
2008-06-22saa7146: ->cpu_addr and friends are little-endianMauro Carvalho Chehab
2008-04-30backport tuners move patch from -gitMauro Carvalho Chehab
2008-04-26From: Mauro Carvalho Chehab <mchehab@infradead.org>Mauro Carvalho Chehab
2008-04-08media/common/ replace remaining __FUNCTION__ occurrencesMichael Krufky
2007-08-09saa7146: clean-up irq processingOliver Endriss
2007-07-23dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transferOliver Endriss
2007-02-19compat: Add -include linux/version.h to cflagsTrent Piepho
2006-11-01saa7146: Add timeout protection for I2C interruptOliver Endriss
2006-10-27[saa7146_i2c] short_delay mode fixed for fast machinesOliver Endriss
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-10-01Add compat.h for backwards compatabilityMichael Krufky
2005-10-01[PATCH] I2C: Kill i2c_algorithm.name (1/7)Michael Krufky
2005-08-31From: Philipp Matthias Hahn <pmhahn@titan.lahn.de>Johannes Stezenbach
2005-07-16Remove all #include <linux/version.h> and all referencesJohannes Stezenbach
2005-06-19backport of 2.6.12 changes to match other API changes (i2c, usb)Johannes Stezenbach
2005-03-02whitespace 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 staticMichael 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 driversMichael 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 KnorrMichael Hunold
2003-11-25introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C accessOliver Endriss
2003-11-14- sanitize enabling of video input pins and i2c pinsMichael Hunold
2003-10-16- fix usage of i2c name field (has been changed again, see this for moreMichael Hunold
2003-10-14Include 2.6 kernel janitor cleanups (eliminate #include duplication, shiftMichael Hunold
2003-07-17Fix 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-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-06-16Fix to the jerking problem with tda10045hHolger Waechtler
2003-06-14i2c fixes and build fixes. Must have been brain-amputated yesterday...Holger Waechtler
2003-05-28I removed all "analog" drivers from the main CVS repository and moved themMichael Hunold
2003-05-19First try to use pci_consistent_dma() throughout the whole saa7146Michael Hunold
2003-04-28Compile fixes against 2.5.68.Michael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-03-20This is the beginning of some modifications to get the newMichael Hunold
2003-03-19- optimize the i2c retry-address error problem by distinguishing betweenMichael Hunold
2003-03-19wait between i2c retries and don't bail out on adress errors,Holger Waechtler
2003-01-13add a timeout to saa7146_i2c_writeout() to prevent endless loopJohannes Stezenbach
2003-01-10- Fix broken i2c irq transfer, due to Holger's changesMichael Hunold
2003-01-09return meaningful error valuesHolger Waechtler
2003-01-05After all, using the i2c irq wasn't a good idea. After long hours ofMichael Hunold