public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] i2c: port i2c driver to new subsystem
@ 2013-09-15 19:09 Philippe Reynes
  2013-09-15 19:09 ` [U-Boot] [PATCH 1/2] i2c: move " Philippe Reynes
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Philippe Reynes @ 2013-09-15 19:09 UTC (permalink / raw)
  To: u-boot

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

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

end of thread, other threads:[~2013-09-17  4:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-15 19:09 [U-Boot] [PATCH 0/2] i2c: port i2c driver to new subsystem Philippe Reynes
2013-09-15 19:09 ` [U-Boot] [PATCH 1/2] i2c: move " Philippe Reynes
2013-09-15 21:12   ` Albert ARIBAUD
2013-09-17  4:41   ` Heiko Schocher
2013-09-15 19:09 ` [U-Boot] [PATCH 2/2] i2c: update config using mxc driver " Philippe Reynes
2013-09-17  4:51   ` Heiko Schocher
2013-09-16 23:20 ` [U-Boot] [PATCH 0/2] i2c: port i2c " Eric Nelson

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