summaryrefslogtreecommitdiffstats
path: root/cpu/mpc85xx/i2c.c
Commit message (Collapse)AuthorAgeFilesLines
* Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger2006-10-201-265/+0
| | | | | | | | Introduced COFIG_FSL_I2C to select the common FSL I2C driver. And removed hard i2c path from a few u-boot.lds scipts too. Minor whitespace cleanups along the way. Signed-off-by: Jon Loeliger <jdl@freescale.com>
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-2/+2
|
* * Patch by Jon Loeliger, 15 Jul 2004:wdenk2004-09-281-134/+111
| | | | Fix MPC85xx I2C driver
* * Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk2003-10-151-0/+288
- Added Motorola CPU 8540/8560 support (cpu/85xx) - Added Motorola MPC8540ADS board support (board/mpc8540ads) - Added Motorola MPC8560ADS board support (board/mpc8560ads) * Minor code cleanup