index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
drivers
/
i2c.c
Age
Commit message (
Expand
)
Author
2006-11-10
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
Jens Arnold
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2005-05-07
Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi...
Jens Arnold
2005-03-18
Dummy i2c_init() for iRiver not needed anymore
Linus Nielsen Feltzing
2005-02-02
provide coldfire dummies to build for iriver
Daniel Stenberg
2005-01-27
introducing CONFIG_I2C for kind of I2C in use
Daniel Stenberg
2005-01-24
Gmini i2c support
Jean-Philippe Bernardy
2004-09-10
adjustment for the Ondio: I2C clock is on a different pin
Jörg Hohensohn
2004-08-17
Const policed pointer arguments to functions, part 2
Jens Arnold
2003-11-07
The code police strikes back
Linus Nielsen Feltzing
2003-11-06
set/clear port bits with atomic instructions instead of read-modify-write, sa...
Jörg Hohensohn
2003-02-14
The power-saving SLEEP patch by Simon Elén.
Björn Stenberg
2003-01-21
Based on Ludovic Lange excellent work, I've modified things to increase
Daniel Stenberg
2002-06-24
Added functions for exclusive I2C access
Linus Nielsen Feltzing
2002-06-19
Recorder modifications
Linus Nielsen Feltzing
2002-05-28
getack didn't clean up after a NAK
Linus Nielsen Feltzing
2002-05-16
Now yields when waiting for flow control
Linus Nielsen Feltzing
2002-04-23
Moved driver to 'drivers' subdir
Björn Stenberg