Re: [PATCH 14/16] mfd: omap-usb-host: Support an auxiliary clock per port

2012-11-21 Thread Roger Quadros
On 11/21/2012 03:58 PM, Felipe Balbi wrote: > On Thu, Nov 15, 2012 at 04:34:12PM +0200, Roger Quadros wrote: >> Boards like Panda require an auxiliary clock to clock the PHY >> that is connected to one of the USB ports. This patch enables >> board support code to provide the name and the rate of s

Re: [PATCH 14/16] mfd: omap-usb-host: Support an auxiliary clock per port

2012-11-21 Thread Felipe Balbi
On Thu, Nov 15, 2012 at 04:34:12PM +0200, Roger Quadros wrote: > Boards like Panda require an auxiliary clock to clock the PHY > that is connected to one of the USB ports. This patch enables > board support code to provide the name and the rate of such > a clock for each of the USB ports. omap-usb

[PATCH 14/16] mfd: omap-usb-host: Support an auxiliary clock per port

2012-11-15 Thread Roger Quadros
Boards like Panda require an auxiliary clock to clock the PHY that is connected to one of the USB ports. This patch enables board support code to provide the name and the rate of such a clock for each of the USB ports. omap-usb-host driver can then manage the clock. Signed-off-by: Roger Quadros