Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-11 Thread Wim Van Sebroeck
;> Cc: Karicheri, Muralidharan > >> Subject: [PATCH] wdt:clk: preparation for switch to common clock framework > >> > >> As a first step towards migrating davinci platforms to use common clock > >> framework, replace all instances of clk_enable() with cl

Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-11 Thread Wim Van Sebroeck
for switch to common clock framework As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use

Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-07 Thread Mike Turquette
Quoting Murali Karicheri (2012-08-30 11:29:10) > As a first step towards migrating davinci platforms to use common clock > framework, replace all instances of clk_enable() with clk_prepare_enable() > and clk_disable() with clk_disable_unprepare(). Until the platform is > switched to use the

RE: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-07 Thread Karicheri, Muralidharan
> Subject: [PATCH] wdt:clk: preparation for switch to common clock framework >> >> As a first step towards migrating davinci platforms to use common clock >> framework, replace all instances of clk_enable() with clk_prepare_enable() >> and clk_disable() with

RE: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-07 Thread Karicheri, Muralidharan
-Original Message- From: Karicheri, Muralidharan Sent: Thursday, August 30, 2012 2:29 PM To: linux-kernel@vger.kernel.org; mturque...@linaro.org; linux- watch...@vger.kernel.org; w...@iguana.be Cc: Karicheri, Muralidharan Subject: [PATCH] wdt:clk: preparation for switch to common

Re: [PATCH] wdt:clk: preparation for switch to common clock framework

2012-09-07 Thread Mike Turquette
Quoting Murali Karicheri (2012-08-30 11:29:10) As a first step towards migrating davinci platforms to use common clock framework, replace all instances of clk_enable() with clk_prepare_enable() and clk_disable() with clk_disable_unprepare(). Until the platform is switched to use the