On Mon, Aug 12, 2013 at 03:52:01PM +0200, Nicolas Ferre wrote:This mail was sent to linux-usb@xxxxxxxxxxxxxxx and to you (balbi@xxxxxx).On 01/08/2013 08:18, Boris BREZILLON :I don't have the original, where is it ? Was it not Cced to linux-usb ?The AT91 PMC (Power Management Controller) provides an USB clock used byAcked-by: Nicolas Ferre <nicolas.ferre@xxxxxxxxx>
USB Full Speed host (ohci) and USB Full Speed device (udc).
The usb drivers (ohci and udc) must configure this clock to 48Mhz.
This configuration was formely done in mach-at91/clock.c, but this
implementation will be removed when moving to common clk framework.
This patch adds support for usb clock retrieval and configuration, and is
backward compatible with the current at91 clk implementation (if usb clk
is not found, it does not configure/enable it).
Signed-off-by: Boris BREZILLON <b.brezillon@xxxxxxxxxxx>
Can someone resend with Nicolas' Acked-by in place ?