- Mar 25, 2009
-
-
Jon Smirl authored
On boards which have the environment in eeprom, i2c_init() is called before the console and RAM are initialized. Suppress printfs until the console is initialized. Signed-off-by:
Jon Smirl <jonsmirl@gmail.com> Acked-by:
Heiko Schocher <hs@denx.de>
-
- Dec 15, 2008
-
-
Timur Tabi authored
All implementations of the functions i2c_reg_read() and i2c_reg_write() are identical. We can save space and simplify the code by converting these functions into inlines and putting them in i2c.h. Signed-off-by:
Timur Tabi <timur@freescale.com> Acked-By:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Oct 18, 2008
-
-
Jean-Christophe PLAGNIOL-VILLARD authored
Signed-off-by:
Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
-
- Mar 31, 2006
-
-
Wolfgang Denk authored
-
- Oct 13, 2005
-
-
Wolfgang Denk authored
-
- Jun 09, 2004
-
-
Wolfgang Denk authored
Fix a MPC5xxx I2C timing issue in i2c_probe(). * Patch by Leif Lindholm, 27 May 2004: Fix board_init_f() for dbau1x00 board.
-
- Nov 07, 2003
-
-
Wolfgang Denk authored
Add low boot support for MPC5200 * Fix problem with dual PCMCIA support (NSCU) * Fix MPC5200 I2C initialization function
-
- Oct 15, 2003
-
-
Wolfgang Denk authored
- 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
-
- Sep 30, 2003
-
-
dzu authored
-
- Sep 13, 2003
-
-
Wolfgang Denk authored
various changes to VCMA9 board specific files * Add I2C support for MGT5100 / MPC5200
-