public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RFC PATCH 0/2] This series supports 10bit addressing for driver-model I2C
@ 2014-12-19 18:34 Masahiro Yamada
  2014-12-19 18:34 ` [U-Boot] [RFC PATCH 1/2] cmd_i2c: change variable type for 10bit addressing support Masahiro Yamada
  2014-12-19 18:34 ` [U-Boot] [RFC PATCH 2/2] dm: i2c: support 10bit addressing in I2C uclass layer Masahiro Yamada
  0 siblings, 2 replies; 13+ messages in thread
From: Masahiro Yamada @ 2014-12-19 18:34 UTC (permalink / raw)
  To: u-boot


10bit addressing can be supported by purely software.

It seems reasonable enough to handle 10bit-addressing within
i2c-uclass.c just like we have already supported offset address there.



Masahiro Yamada (2):
  cmd_i2c: change variable type for 10bit addressing support
  dm: i2c: support 10bit addressing in I2C uclass layer

 common/cmd_i2c.c         | 22 ++++++-------
 drivers/i2c/i2c-uclass.c | 80 +++++++++++++++++++++++++++++++-----------------
 include/i2c.h            |  4 +++
 3 files changed, 67 insertions(+), 39 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-01-06  2:46 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-19 18:34 [U-Boot] [RFC PATCH 0/2] This series supports 10bit addressing for driver-model I2C Masahiro Yamada
2014-12-19 18:34 ` [U-Boot] [RFC PATCH 1/2] cmd_i2c: change variable type for 10bit addressing support Masahiro Yamada
2014-12-19 21:23   ` Simon Glass
2014-12-29 21:59     ` Simon Glass
2015-01-05  5:38       ` Heiko Schocher
2014-12-19 18:34 ` [U-Boot] [RFC PATCH 2/2] dm: i2c: support 10bit addressing in I2C uclass layer Masahiro Yamada
2014-12-19 21:34   ` Simon Glass
2014-12-20  7:25     ` Masahiro YAMADA
2014-12-21 18:53       ` Simon Glass
2014-12-29 22:00         ` Simon Glass
2015-01-05 14:56         ` Masahiro YAMADA
2015-01-06  2:46           ` Simon Glass
2015-01-05  5:39   ` Heiko Schocher

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