[U-Boot] [PATCH 0/5] I2C cleanup before removal of deprecated commands

Peter Tyser ptyser at xes-inc.com
Fri Apr 24 22:34:04 CEST 2009


Hi Heiko,
These 5 patches should clean up the compile issues that you noticed
after application of the "[PATCH v2 0/7] Remove individual I2C commands
and cleanup" series.

I only have a build environment for powerpc boards so it'd be much
appreciated if other architectures could do some basic compile
testing after the "Remove individual I2C commands and cleanup"
series is applied to the i2c repository.

Assuming these patches are accepted, the original "v2 Remove individual
I2C commands and cleanup" series should then be applied.

Thanks,
Peter

Peter Tyser (5):
  i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value
  cpci750: i2c cleanup
  Marvell: i2c cleanup
  mpc7448hpc2: Add CONFIG_SYS_I2C_SPEED define
  tsi108_i2c: Add i2c_init() stub function

 board/Marvell/common/i2c.c    |   19 ++++++++++++-------
 board/esd/cpci750/i2c.c       |   16 ++++++++++------
 common/cmd_eeprom.c           |    4 ----
 cpu/mpc8260/i2c.c             |    3 ---
 cpu/ppc4xx/40x_spd_sdram.c    |    4 ----
 cpu/ppc4xx/44x_spd_ddr.c      |    4 ----
 drivers/i2c/tsi108_i2c.c      |    9 +++++++++
 include/configs/mpc7448hpc2.h |    1 +
 include/i2c.h                 |   12 +++++++++---
 9 files changed, 41 insertions(+), 31 deletions(-)



More information about the U-Boot mailing list