[U-Boot] please pull u-boot-samsung master

From: Minkyu Kang mk7.kang@samsung.com
Dear Tom,
The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:
Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung
for you to fetch changes up to 9bbe2ebc4d93a8c68b43442a0f58cba4ce48004b:
exynos: video: Enable stdout env var backward compatibility for LCD (2017-01-18 13:29:52 +0900)
---------------------------------------------------------------- Jaehoon Chung (9): arm: samsung: goni: use the driver model for max8998 board: samsung: goni: fix the pmic's name for getting ARM: dts: exynos4: use the node's name for i2c ARM: dts: exnyos4210-universl_c210: add i2c_5 and pmic nodes configs: s5pc210_universal: enable the DM_PMIC and MAX8998 board: samsung: universal_210: use the driver model for max8998 i2c: s3c24x0: fix the compiler error for exynos4 i2c: Kconfig: Add SYS_I2C_S3C24X0 entry board: samsung: universal_c210: remove the codes relevant to soft_i2c
Javier Martinez Canillas (1): exynos: video: Enable stdout env var backward compatibility for LCD
Sjoerd Simons (2): exynos5: Don't potentially undervoltage the CPU exynos: Enable XHCI on exynos5250 boards
arch/arm/dts/exynos4.dtsi | 27 +++++++++---- arch/arm/dts/exynos4210-universal_c210.dts | 164 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ arch/arm/dts/s5pc1xx-goni.dts | 2 +- board/samsung/common/exynos5-dt.c | 8 +--- board/samsung/goni/goni.c | 61 ++++++++++++++-------------- board/samsung/universal_c210/universal.c | 180 ++++++++++++++++++++++++++++++++++++++++++--------------------------------------- configs/arndale_defconfig | 2 + configs/peach-pi_defconfig | 1 + configs/peach-pit_defconfig | 1 + configs/s5pc210_universal_defconfig | 3 ++ configs/smdk5250_defconfig | 2 + configs/snow_defconfig | 3 ++ configs/spring_defconfig | 3 ++ drivers/i2c/Kconfig | 5 +++ drivers/i2c/s3c24x0_i2c.c | 8 +++- include/configs/exynos5250-common.h | 2 + 16 files changed, 338 insertions(+), 134 deletions(-)

On Wed, Jan 18, 2017 at 05:07:22PM +0900, Jaehoon Chung wrote:
From: Minkyu Kang mk7.kang@samsung.com
Dear Tom,
The following changes since commit 87f5f5417fc897df0b05826b408f0f4b7d2ee388:
Prepare v2017.01-rc3 (2017-01-02 20:00:55 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-samsung
for you to fetch changes up to 9bbe2ebc4d93a8c68b43442a0f58cba4ce48004b:
exynos: video: Enable stdout env var backward compatibility for LCD (2017-01-18 13:29:52 +0900)
Applied to u-boot/master, thanks!
participants (2)
-
Jaehoon Chung
-
Tom Rini