public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/3] i2c, mxc: switch to new multibus/multiadapter framework
@ 2013-09-18 19:22 Philippe Reynes
  2013-09-18 19:22 ` [U-Boot] [PATCH v2 1/3] i2c: fix init on generic board Philippe Reynes
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Philippe Reynes @ 2013-09-18 19:22 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-19  6:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-18 19:22 [U-Boot] [PATCH v2 0/3] i2c, mxc: switch to new multibus/multiadapter framework Philippe Reynes
2013-09-18 19:22 ` [U-Boot] [PATCH v2 1/3] i2c: fix init on generic board Philippe Reynes
2013-09-18 19:22 ` [U-Boot] [PATCH v2 2/3] i2c: move to new subsystem Philippe Reynes
2013-09-19  6:54   ` Albert ARIBAUD
2013-09-18 19:22 ` [U-Boot] [PATCH v2 3/3] i2c: update config using mxc driver " Philippe Reynes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox