summaryrefslogtreecommitdiff
path: root/common/soft_i2c.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-30* Update Intel IXP4xx supportWolfgang Denk1-0/+3
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-1/+4
2006-03-13Change the sequence of events in soft_i2c.c:send_ack() to keep fromWolfgang Denk1-4/+1
incorrectly generating start/stop conditions on the bus. Patch by Andrew Dyer, 26 Jul 2005
2006-03-12Coding Style cleanupWolfgang Denk1-1/+1
2006-03-12Fix comment in common/soft_i2c.cWolfgang Denk1-1/+4
Patches by Peter Korsgaard/Tolunay Orkun, 26 May 2005
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-1/+1
2004-11-21* Update for AT91RM9200DK and CMC_PU2 boards:wdenk1-0/+4
- Enable booting directly from flash - fix CMC_PU2 flash driver * Fix mkimage usage message
2003-06-28* Code cleanup:wdenk1-4/+4
- remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
2003-04-09Prepare for 0.3.0 releasewdenk1-8/+5
* Add support for Purple Board (MIPS64 5Kc) * Add support for MIPS64 5Kc CPUs
2002-12-17* Use 1-byte-read instead of -write for iprobe() functionwdenk1-1/+2
Add i2c commands to PM826 config * extend I2C POST code: check for list on known addresses
2002-11-03Initial revisionwdenk1-0/+416