From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Wed, 10 Jul 2013 13:43:15 +0900 Subject: [U-Boot] [PATCH v2] arm: exynos: fix clock calculation In-Reply-To: References: <51D69C56.8060105@samsung.com> <51DBBDB2.9060708@samsung.com> Message-ID: <51DCE663.2020608@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 09/07/13 16:56, Rajeshwari Birje wrote: > Looks fine to me. > > Acked-by: Rajeshwari Shinde > > On Tue, Jul 9, 2013 at 1:07 PM, Minkyu Kang wrote: >> There are differnce with clock calcuation by cpu variations. >> This patch will fix it according to user manual. >> >> Signed-off-by: Minkyu Kang >> Signed-off-by: Rajeshwari Shinde >> --- >> Changes for v2: >> - remove hard-coded constants. >> >> arch/arm/cpu/armv7/exynos/clock.c | 43 ++++++++++++++++++++++++++++++++----- >> 1 file changed, 38 insertions(+), 5 deletions(-) >> applied to u-boot-samsung.