Re: [PATCH v2 03/30] usb: phy: nop: Manage PHY clock

2013-02-05 Thread Felipe Balbi
Hi, On Mon, Jan 28, 2013 at 01:30:04PM +0200, Roger Quadros wrote: > If the PHY has a clock associated to it then manage the clock. > We just enable the clock in .init() and disable it in .shutdown(). > > Add clk_rate parameter in platform data and configure the > clock rate during probe if suppl

[PATCH v2 03/30] usb: phy: nop: Manage PHY clock

2013-01-28 Thread Roger Quadros
If the PHY has a clock associated to it then manage the clock. We just enable the clock in .init() and disable it in .shutdown(). Add clk_rate parameter in platform data and configure the clock rate during probe if supplied. Signed-off-by: Roger Quadros --- drivers/usb/otg/nop-usb-xceiv.c |