summaryrefslogtreecommitdiff
path: root/cpu/arm920t/at91rm9200/i2c.c
Commit message (Collapse)AuthorAgeLines
* Some code cleanup for GCC 4.xWolfgang Denk2006-03-11-2/+2
|
* Complete support for the KwikByte KB920x boardsWolfgang Denk2005-10-06-2/+1
| | | | Patch by Anders Larsen, 05 Oct 2005
* * Fixes for TQM8560 board:wdenk2005-04-13-2/+2
| | | | | | | | | - fix clock rates - remove debug messages - fix flash sector protection * Patch by Steven Scholz, 07 Apr 2005: Fix warning in cpu/arm920t/at91rm9200/i2c.c
* * Patch by Steven Scholz, 07 Apr 2005:wdenk2005-04-07-0/+15
| | | | | | | | | | Add i2c_reg_write() and i2c_reg_write() for at91rm9200 I2C * Patch by Steven Scholz, 07 Apr 2005: Fix compiler warning in altera.c * Patch by Ladislav Michl, 06 Apr 2005: Fix voiceblue configuration.
* Patch by Steven Scholz, 06 Apr 2005:wdenk2005-04-06-0/+192
- creating SoC subdir for Atmel AT91RM9200 cpu/arm920t/at91rm9200 - moving code out of cpu/at91rm9200 into cpu/arm920t/at91rm9200