
19 Dec
2014
19 Dec
'14
7:34 p.m.
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