
Dear Tom,
The following changes since commit bd2a4888b123713adec271d6c8040ca9f609aa2f:
sunxi: configs/sunxi-common.h: Enable CONFIG_CMD_PART (2015-02-11 19:43:45 -0500)
are available in the git repository at:
http://git.denx.de/u-boot-samsung
for you to fetch changes up to 2e82e9252695a612ab0cbf40fa0c7368515f6506:
Exynos: Clock: Cleanup soc_get_periph_rate (2015-02-13 17:23:06 +0900)
---------------------------------------------------------------- Akshay Saraswat (7): Exynos5: Fix compiler warnings due to clock_get_periph_rate Exynos542x: Move exynos5420_get_pll_clk up and rename Exynos542x: Add and enable get_periph_rate support Exynos5: Fix exynos5_get_periph_rate calculations Exynos5: Use clock_get_periph_rate generic API Exynos: clock: change mask bits as per peripheral Exynos: Clock: Cleanup soc_get_periph_rate
Jaehoon Chung (1): arm: exynos: fix the div value for set_mmc_clk
Joonyoung Shim (5): samsung: board: support eMMC reset using DT Odroid: Add eMMC-reset node on DT Odroid-XU3: Add eMMC-reset node on DT odroid: fix g2d sclk rate EXYNOS5: Add function to enable exynos5420 usbdev phy ctrl
arch/arm/cpu/armv7/exynos/clock.c | 621 ++++++++++++------------ arch/arm/cpu/armv7/exynos/power.c | 28 +- arch/arm/dts/exynos4412-odroid.dts | 5 + arch/arm/dts/exynos5422-odroidxu3.dts | 5 + arch/arm/include/asm/arch-exynos/clk.h | 4 + board/samsung/common/board.c | 28 ++ board/samsung/odroid/odroid.c | 12 +- doc/device-tree-bindings/exynos/emmc-reset.txt | 15 + 8 files changed, 383 insertions(+), 335 deletions(-) create mode 100644 doc/device-tree-bindings/exynos/emmc-reset.txt