From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 11 Jan 2013 17:01:41 +0900 Subject: [U-Boot] [PATCH 1/2] Exynos: clock: support get_mmc_clk for exynos In-Reply-To: <50DD58A8.9060906@samsung.com> References: <50DD58A8.9060906@samsung.com> Message-ID: <50EFC6E5.2050609@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 On 28/12/12 17:30, Jaehoon Chung wrote: > To get exactly clock value for mmc, support the get_mmc_clk() like > set_mmc_clk(). > > Signed-off-by: Jaehoon Chung > Signed-off-by: Kyungmin Park > --- > arch/arm/cpu/armv7/exynos/clock.c | 102 ++++++++++++++++++++++++++++++++ > arch/arm/include/asm/arch-exynos/clk.h | 1 + > 2 files changed, 103 insertions(+), 0 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.