Re: [PATCH] usb: phy: nop: Prepare clocks as well as enabling them

2013-08-27 Thread Roger Quadros
Hi Mark, On 08/09/2013 05:57 PM, Mark Brown wrote: > On Fri, Aug 09, 2013 at 05:38:57PM +0300, Felipe Balbi wrote: >> On Thu, Aug 08, 2013 at 12:35:04PM +0100, Mark Brown wrote: > >>> Systems with the common clock API need clk_prepare() as well as the enable >>> step. > >> clk_prepare() is done

Re: [PATCH] usb: phy: nop: Prepare clocks as well as enabling them

2013-08-27 Thread Felipe Balbi
On Fri, Aug 09, 2013 at 03:57:27PM +0100, Mark Brown wrote: > On Fri, Aug 09, 2013 at 05:38:57PM +0300, Felipe Balbi wrote: > > On Thu, Aug 08, 2013 at 12:35:04PM +0100, Mark Brown wrote: > > > > Systems with the common clock API need clk_prepare() as well as the enable > > > step. > > > clk_prep

Re: [PATCH] usb: phy: nop: Prepare clocks as well as enabling them

2013-08-09 Thread Mark Brown
On Fri, Aug 09, 2013 at 05:38:57PM +0300, Felipe Balbi wrote: > On Thu, Aug 08, 2013 at 12:35:04PM +0100, Mark Brown wrote: > > Systems with the common clock API need clk_prepare() as well as the enable > > step. > clk_prepare() is done on probe()... -ECONFUSED Ah, so it is, missed that - though

Re: [PATCH] usb: phy: nop: Prepare clocks as well as enabling them

2013-08-09 Thread Felipe Balbi
On Thu, Aug 08, 2013 at 12:35:04PM +0100, Mark Brown wrote: > From: Mark Brown > > Systems with the common clock API need clk_prepare() as well as the enable > step. > > Signed-off-by: Mark Brown clk_prepare() is done on probe()... -ECONFUSED -- balbi signature.asc Description: Digital sig

[PATCH] usb: phy: nop: Prepare clocks as well as enabling them

2013-08-08 Thread Mark Brown
From: Mark Brown Systems with the common clock API need clk_prepare() as well as the enable step. Signed-off-by: Mark Brown --- drivers/usb/phy/phy-nop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/usb/phy/phy-nop.c b/drivers/usb/phy/phy-nop.c index f52b7f8.