This serie is composed of three patches: - one to fix the i2c init on the generic board - one to port the i2c mxc driver to new subsystem - one to update all configurations with i2c mxc driver
This serie was tested with success on armadeus apf27. Difference between v2 and v1: - change title of the serie - use define for speed and slave for each i2c bus - sort i2c driver list - define mxc function as static - remove CONFIG_I2C_MULTI_BUS in config using i2c mxc Philippe Reynes (3): i2c: fix init on generic board i2c: move to new subsystem i2c: update config using mxc driver to new subsystem README | 11 +++ arch/arm/cpu/armv7/mx5/clock.c | 2 +- arch/arm/cpu/armv7/mx6/clock.c | 2 +- arch/arm/imx-common/Makefile | 2 +- common/board_f.c | 4 + drivers/i2c/Makefile | 2 +- drivers/i2c/mxc_i2c.c | 137 +++++++++++++++++++++---------------- include/configs/apf27.h | 11 ++-- include/configs/flea3.h | 9 +-- include/configs/imx31_phycore.h | 7 +- include/configs/m53evk.h | 7 +- include/configs/mx25pdk.h | 7 +- include/configs/mx35pdk.h | 7 +- include/configs/mx53ard.h | 7 +- include/configs/mx53evk.h | 7 +- include/configs/mx53loco.h | 7 +- include/configs/mx53smd.h | 7 +- include/configs/mx6qsabreauto.h | 4 +- include/configs/nitrogen6x.h | 4 +- include/configs/titanium.h | 4 +- include/configs/vf610twr.h | 7 +- include/configs/woodburn_common.h | 7 +- 22 files changed, 143 insertions(+), 119 deletions(-) -- 1.7.4.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot