All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] dm: i2c: make request sequence number optional and disable it for UniPhier
@ 2015-02-20 11:38 Masahiro Yamada
  2015-02-20 11:38 ` [U-Boot] [PATCH 1/2] dm: i2c: add DM_I2C_REQ_ALIAS to make sequence number optional Masahiro Yamada
  2015-02-20 11:38 ` [U-Boot] [PATCH 2/2] ARM: UniPhier: disable DM_I2C_REQ_ALIAS to drop I2C aliases Masahiro Yamada
  0 siblings, 2 replies; 6+ messages in thread
From: Masahiro Yamada @ 2015-02-20 11:38 UTC (permalink / raw)
  To: u-boot




Masahiro Yamada (2):
  dm: i2c: make request sequence number optional
  ARM: UniPhier: disable DM_I2C_REQ_ALIAS to drop I2C aliases

 arch/arm/dts/uniphier-ph1-ld4-ref.dts  |  4 ----
 arch/arm/dts/uniphier-ph1-pro4-ref.dts |  6 ------
 arch/arm/dts/uniphier-ph1-sld8-ref.dts |  4 ----
 common/cmd_i2c.c                       |  2 +-
 configs/ph1_ld4_defconfig              |  1 +
 configs/ph1_pro4_defconfig             |  1 +
 configs/ph1_sld8_defconfig             |  1 +
 drivers/i2c/Kconfig                    | 10 ++++++++++
 drivers/i2c/i2c-uclass-compat.c        |  2 +-
 drivers/i2c/i2c-uclass.c               |  4 +++-
 include/i2c.h                          | 17 +++++++++++++++++
 11 files changed, 35 insertions(+), 17 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-02-24  4:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20 11:38 [U-Boot] [PATCH 0/2] dm: i2c: make request sequence number optional and disable it for UniPhier Masahiro Yamada
2015-02-20 11:38 ` [U-Boot] [PATCH 1/2] dm: i2c: add DM_I2C_REQ_ALIAS to make sequence number optional Masahiro Yamada
2015-02-23 18:01   ` Simon Glass
2015-02-24  3:16     ` Masahiro Yamada
2015-02-24  4:48       ` Simon Glass
2015-02-20 11:38 ` [U-Boot] [PATCH 2/2] ARM: UniPhier: disable DM_I2C_REQ_ALIAS to drop I2C aliases Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.