Re: [PATCH 07/29] mfd: omap-usb: use clk_prepare_enable and clk_disable_unprepare

2012-07-02 Thread Samuel Ortiz
Hi Rajendra, On Mon, Jul 02, 2012 at 04:46:21PM +0530, Rajendra Nayak wrote: > Hi Samuel, > > On Monday 02 July 2012 04:48 PM, Samuel Ortiz wrote: > >Hi Rajendra, > > > >On Thu, Jun 14, 2012 at 06:16:56PM +0530, Rajendra Nayak wrote: > >>As we move to Common clk framework use clk_prepare_enable()

Re: [PATCH 07/29] mfd: omap-usb: use clk_prepare_enable and clk_disable_unprepare

2012-07-02 Thread Rajendra Nayak
Hi Samuel, On Monday 02 July 2012 04:48 PM, Samuel Ortiz wrote: Hi Rajendra, On Thu, Jun 14, 2012 at 06:16:56PM +0530, Rajendra Nayak wrote: As we move to Common clk framework use clk_prepare_enable() instead of clk_enable() and similarly clk_disable_unprepare() instead of clk_disable() Signe

Re: [PATCH 07/29] mfd: omap-usb: use clk_prepare_enable and clk_disable_unprepare

2012-07-02 Thread Samuel Ortiz
Hi Rajendra, On Thu, Jun 14, 2012 at 06:16:56PM +0530, Rajendra Nayak wrote: > As we move to Common clk framework use clk_prepare_enable() > instead of clk_enable() and similarly clk_disable_unprepare() > instead of clk_disable() > > Signed-off-by: Rajendra Nayak > Cc: Samuel Ortiz > --- > dri

[PATCH 07/29] mfd: omap-usb: use clk_prepare_enable and clk_disable_unprepare

2012-06-14 Thread Rajendra Nayak
As we move to Common clk framework use clk_prepare_enable() instead of clk_enable() and similarly clk_disable_unprepare() instead of clk_disable() Signed-off-by: Rajendra Nayak Cc: Samuel Ortiz --- drivers/mfd/omap-usb-host.c | 28 ++-- 1 files changed, 14 insertions(+