summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_i2c.c
AgeCommit message (Expand)Author
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
2002-12-28- added timeout handling for i2c_writeout(); it seems that theJohannes Stezenbach
2002-12-25As promised, I changed the "retry-loop" to the style of the "old" saa7146Michael Hunold
2002-12-22Changed i2c_writeout() and the irq handler to use a waitqueueMichael Hunold
2002-12-20Removed the dependecy to i2c-core from saa7146 and av7110,Michael Hunold
2002-12-20More compile fixes to allow a flawless static build, changed theMichael Hunold
2002-12-17Misc. build fixes (beautification, remove some unnecessary printks)Michael Hunold
2002-12-17Add the new saa7146 driver core to media/common.Michael Hunold