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 clk_p

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 CONFIG_

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 clk