[U-Boot] [PATCH 0/2] i2c: port i2c driver to new subsystem

Philippe Reynes tremyfr at yahoo.fr
Sun Sep 15 21:09:40 CEST 2013


This serie is composed of two patches:
- 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.

Philippe Reynes (2):
  i2c: move to new subsystem
  i2c: update config using mxc driver to new subsystem

 README                            |    3 +
 arch/arm/cpu/armv7/mx5/clock.c    |    2 +-
 arch/arm/cpu/armv7/mx6/clock.c    |    2 +-
 arch/arm/imx-common/Makefile      |    2 +-
 drivers/i2c/Makefile              |    2 +-
 drivers/i2c/mxc_i2c.c             |  109 +++++++++++++++++--------------------
 include/configs/apf27.h           |    5 +-
 include/configs/flea3.h           |    6 +-
 include/configs/imx31_phycore.h   |    6 +-
 include/configs/m53evk.h          |    6 +-
 include/configs/mx25pdk.h         |    6 +-
 include/configs/mx35pdk.h         |    6 +-
 include/configs/mx53ard.h         |    6 +-
 include/configs/mx53evk.h         |    6 +-
 include/configs/mx53loco.h        |    6 +-
 include/configs/mx53smd.h         |    6 +-
 include/configs/mx6qsabreauto.h   |    3 +-
 include/configs/nitrogen6x.h      |    3 +-
 include/configs/titanium.h        |    3 +-
 include/configs/vf610twr.h        |    6 +-
 include/configs/woodburn_common.h |    6 +-
 21 files changed, 98 insertions(+), 102 deletions(-)

-- 
1.7.4.4



More information about the U-Boot mailing list