summaryrefslogtreecommitdiff
path: root/cpu/mpc5xxx/i2c.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-13ppc: Move cpu/$CPU to arch/ppc/cpu/$CPUPeter Tyser1-442/+0
2009-09-06Reset i2c slave devices during init on mpc5xxx cpusEric Millbrandt1-0/+49
2009-04-05mpc5200: reduce delays in i2cJon Smirl1-3/+3
2009-03-26mpc5200: suppress printf until console initializedJon Smirl1-10/+20
2008-12-16i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi1-16/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-3/+3
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-1/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-6/+7
2004-06-09* Patch by Martin Krause, 27 May 2004:wdenk1-0/+1
2003-11-07* Patch by Bernhard Kuhn, 28 Oct 2003:wdenk1-3/+9
2003-10-16* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-10/+10
2003-09-30Fix problems with I2C support for mpc5200dzu1-3/+55
2003-09-13* Patch by David Müller, 13 Sep 2003:wdenk1-0/+338