[U-Boot] [PATCH v6 0/5] i2c: UniPhier: add I2C drivers based on driver model

Heiko Schocher hs at denx.de
Tue Jan 13 06:56:05 CET 2015


Hello Simon,

Am 13.01.2015 04:44, schrieb Masahiro Yamada:
> Masahiro Yamada (5):
>    i2c: add CONFIG_DM_I2C to Kconfig
>    i2c: UniPhier: add driver for UniPhier i2c controller
>    i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller
>    ARM: UniPhier: enable I2C for UniPhier SoCs
>    ARM: UniPhier: enable CONFIG_I2C_EEPROM
>
>   configs/ph1_ld4_defconfig    |   2 +
>   configs/ph1_pro4_defconfig   |   2 +
>   configs/ph1_sld8_defconfig   |   2 +
>   drivers/i2c/Kconfig          |  22 +++
>   drivers/i2c/Makefile         |   2 +
>   drivers/i2c/i2c-uniphier-f.c | 379 +++++++++++++++++++++++++++++++++++++++++++
>   drivers/i2c/i2c-uniphier.c   | 239 +++++++++++++++++++++++++++
>   include/configs/uniphier.h   |   3 +
>   8 files changed, 651 insertions(+)
>   create mode 100644 drivers/i2c/i2c-uniphier-f.c
>   create mode 100644 drivers/i2c/i2c-uniphier.c
>

Do you pick up this patchset into your u-boot-dm.git tree?

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany


More information about the U-Boot mailing list