[U-Boot] [RFC PATCH 0/2] This series supports 10bit addressing for driver-model I2C
Masahiro Yamada
yamada.m at jp.panasonic.com
Fri Dec 19 19:34:22 CET 2014
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
More information about the U-Boot
mailing list