Re: [PATCH 6/7] ARM: SAMSUNG: use clk_prepare_enable in samsung-time

2013-03-13 Thread Heiko Stübner
Hi, Am Mittwoch, 13. März 2013, 17:59:04 schrieb Pankaj Jangra: > Hi, > > On Tue, Mar 12, 2013 at 6:15 AM, Heiko Stübner wrote: > > The common clock framework expects clocks to be prepared > > before they are enabled. > > > > Signed-off-by: Heiko Stuebner > > --- > > > > arch/arm/plat-samsun

Re: [PATCH 6/7] ARM: SAMSUNG: use clk_prepare_enable in samsung-time

2013-03-13 Thread Pankaj Jangra
Hi, On Tue, Mar 12, 2013 at 6:15 AM, Heiko Stübner wrote: > The common clock framework expects clocks to be prepared > before they are enabled. > > Signed-off-by: Heiko Stuebner > --- > arch/arm/plat-samsung/samsung-time.c |6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > di

[PATCH 6/7] ARM: SAMSUNG: use clk_prepare_enable in samsung-time

2013-03-11 Thread Heiko Stübner
The common clock framework expects clocks to be prepared before they are enabled. Signed-off-by: Heiko Stuebner --- arch/arm/plat-samsung/samsung-time.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/plat-samsung/samsung-time.c b/arch/arm/plat-samsung/sam