index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
common
/
saa7146_i2c.c
Age
Commit message (
Expand
)
Author
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