From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 06 Apr 2015 15:38:10 +0900 Subject: [U-Boot] please pull u-boot-samsung master Message-ID: <552229D2.8070008@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Tom, The following changes since commit d68df028099235c5316eec1ed5f586f3744a8707: Merge git://git.denx.de/u-boot-arc (2015-04-03 09:14:44 -0400) are available in the git repository at: http://git.denx.de/u-boot-samsung for you to fetch changes up to 1018b0a56a4719a64fb6867337a72d6a9343008b: config: exynos: trats2: Enable support for Image.itb at trats2 device (2015-04-06 15:23:59 +0900) ---------------------------------------------------------------- Ajay Kumar (8): arm: exynos: add display clocks for Exynos5800 Exynos5: Fix rpll_sdiv to support both peach-pit and peach-pi panels video: exynos_fb: configure backlight GPIOs if specified in DT video: parade: configure SLP and RST GPIOs if specified in DT dts: exynos54xx: Add samsung, pwm-out-gpio property to FIMD node dts: peach_pit: Add SLP and RST GPIO properties in parade DT node dts: peach_pi: Add DT properties needed for display smdk5420: Remove GPIO enums Guillaume GARDET (1): Exynos: Clock: Fix exynos5_get_periph_rate for I2C. Inha Song (1): exynos5: add trace feature #ifdef in exynos5-common.h Sjoerd Simons (1): config: peach: Correct memory layout environment settings ?ukasz Majewski (3): config: exynos: common: Provide env variables to support Image.itb config: exynos: trats: Enable support for Image.itb at trats device config: exynos: trats2: Enable support for Image.itb at trats2 device arch/arm/cpu/armv7/exynos/clock.c | 69 ++++++++++++++++++++++-- arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 4 +- arch/arm/dts/exynos5420-peach-pit.dts | 2 + arch/arm/dts/exynos54xx.dtsi | 1 + arch/arm/dts/exynos5800-peach-pi.dts | 3 ++ arch/arm/include/asm/arch-exynos/clk.h | 3 ++ board/samsung/smdk5420/smdk5420.c | 15 ------ doc/device-tree-bindings/video/exynos-fb.txt | 2 + drivers/video/exynos_fb.c | 21 ++++++++ drivers/video/parade.c | 11 ++++ include/configs/exynos4-common.h | 54 +++++++++++++++++++ include/configs/exynos5-common.h | 4 +- include/configs/peach-pi.h | 8 +++ include/configs/peach-pit.h | 8 +++ include/configs/trats.h | 8 ++- include/configs/trats2.h | 8 ++- 16 files changed, 193 insertions(+), 28 deletions(-) -- Thanks, Minkyu Kang.