summaryrefslogtreecommitdiff
path: root/firmware/drivers/i2c.c (follow)
Commit message (Expand)AuthorAge
* Add missing mutex_init to i2c driverBertrik Sikken2009-07-10
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Update source files to include the header file for the functions they impleme...Bertrik Sikken2008-04-28
* Don't slow down I2C more than necessary when clock-stretching (rather old bug...Jens Arnold2008-03-20
* Change files to use the public function sleep() and not the intenal kernel fu...Michael Sevakis2008-03-20
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi...Jens Arnold2005-05-07
* Dummy i2c_init() for iRiver not needed anymoreLinus Nielsen Feltzing2005-03-18
* provide coldfire dummies to build for iriverDaniel Stenberg2005-02-02
* introducing CONFIG_I2C for kind of I2C in useDaniel Stenberg2005-01-27
* Gmini i2c supportJean-Philippe Bernardy2005-01-24
* adjustment for the Ondio: I2C clock is on a different pinJörg Hohensohn2004-09-10
* Const policed pointer arguments to functions, part 2Jens Arnold2004-08-17
* The code police strikes backLinus Nielsen Feltzing2003-11-07
* set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn2003-11-06
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg2003-01-21
* Added functions for exclusive I2C accessLinus Nielsen Feltzing2002-06-24
* Recorder modificationsLinus Nielsen Feltzing2002-06-19
* getack didn't clean up after a NAKLinus Nielsen Feltzing2002-05-28
* Now yields when waiting for flow controlLinus Nielsen Feltzing2002-05-16
* Moved driver to 'drivers' subdirBjörn Stenberg2002-04-23