
Hello Heiko,
Am 04.05.2013 14:01, schrieb Heiko Schocher:
It seems the timing is coming, to bring this finally in mainline and move boards over to the new i2c framework.
Changes for v3 series:
- Compiler collects the used i2c adapters in _u_boot_list_i2c, so no need for defining the used i2c adpaters in the board config
file. -> drop CONFIG_SYS_NUM_I2C_ADAPTERS and CONFIG_SYS_I2C_ADAPTERS
- Some adaptions for the keymile boards, so we can drop CONFIG_I2C_MUX completely
- add ppc4xx_i2c driver, ported from Dirk Eibach
Serie compiles clean on arm and powerpc
Ported i2c drivers: soft_i2c : from me, tested on some arm and powerpc boards fsl_i2c : from me, only compile tested tegra_i2c : ported from Simon Glass ppc4xx_i2c: adapted from Dirk Eibach dirk.eibach@gdsys.cc tested on (which board?) with 4 soft_i2c drivers and one ppc4x_i2c driver.
great to see you finally made it. Testing was done on our iocon platform (which was the reason I started the ppc4xx adaption). I will rebase on your patchset and post our ppc4xx series again.
Cheers Dirk