]> git.ipfire.org Git - people/ms/u-boot.git/commit
arm: exynos: i2c: Convert exynos boards to use DM_I2C
authorSimon Glass <sjg@chromium.org>
Wed, 23 Nov 2016 13:34:40 +0000 (06:34 -0700)
committerHeiko Schocher <hs@denx.de>
Mon, 5 Dec 2016 12:27:15 +0000 (13:27 +0100)
commitfc47cf9d054b79299274f4386cfb867a80af8c7b
treec9d4ed67714637899c4f8c18253f6f90133bc939
parent194eded14ccb40af18e1a9fb8ab85903ee0803ef
arm: exynos: i2c: Convert exynos boards to use DM_I2C

Three boards are still not converting to use DM_I2C. They are also using
the old PMIC framework. Rather than removing them, add #ifdefs to allow
them to continue to build. This will give the maintainers a little more
time to decide whether to convert them or not.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Heiko Schocher <hs@denx.de>
arch/arm/Kconfig
board/samsung/common/misc.c
board/samsung/trats/trats.c
board/samsung/trats2/trats2.c
board/samsung/universal_c210/universal.c
configs/origen_defconfig
include/configs/s5pc210_universal.h
include/configs/trats.h
include/configs/trats2.h