
On 11 November 2013 06:08, Rajeshwari Birje rajeshwari.birje@gmail.com wrote:
Hi All,
This patch is based on:
[U-Boot] [PATCH 00/10 V6] EXYNOS5420: Add SMDK5420 board support
-- Regards, Rajeshwari Shinde
On Mon, Nov 11, 2013 at 6:23 PM, Rajeshwari S Shinde rajeshwari.s@samsung.com wrote:
This patch implements generic api for exynos5250 and exynos5420. These api's set and get clock rate based on the peripheral id.
Signed-off-by: Andrew Bresticker abrestic@chromium.org Signed-off-by: Rajeshwari S Shinde rajeshwari.s@samsung.com
arch/arm/cpu/armv7/exynos/clock.c | 958 ++++++++++++--------------------- arch/arm/include/asm/arch-exynos/clk.h | 30 +- drivers/mmc/exynos_dw_mmc.c | 15 +- 3 files changed, 385 insertions(+), 618 deletions(-)
Acked-by: Simon Glass sjg@chromium.org