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

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

Hi Minkyu,
On 13 February 2015 at 01:31, Minkyu Kang mk7.kang@samsung.com wrote:
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
There are 6 patches here which I think are waiting on a new version:
https://patchwork.ozlabs.org/patch/418114/
I will ping that thread.
There are also 11 patches starting here:
https://patchwork.ozlabs.org/patch/435722/
What is the status of those?
Regards, Simon

Dear Simon,
On 14/02/15 00:13, Simon Glass wrote:
Hi Minkyu,
On 13 February 2015 at 01:31, Minkyu Kang mk7.kang@samsung.com wrote:
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
There are 6 patches here which I think are waiting on a new version:
https://patchwork.ozlabs.org/patch/418114/
I will ping that thread.
I request new patchset, but I didn't get. http://patchwork.ozlabs.org/patch/418116/
There are also 11 patches starting here:
https://patchwork.ozlabs.org/patch/435722/
What is the status of those?
missing. I'll review them soon.
Thanks, Minkyu Kang.

On Fri, Feb 13, 2015 at 05:31:54PM +0900, Minkyu Kang wrote:
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)
Applied to u-boot/master, thanks!
participants (3)
-
Minkyu Kang
-
Simon Glass
-
Tom Rini