On 15/04/13 12:27, Matthijs Kooijman wrote:
From: John Crispin<blogic@xxxxxxxxxxx>
Add code to load the platform ehci/ohci driver on Ralink SoC. For the usb core
to work we need to populate the platform_data during boot, prior to the usb
driver being loaded.
Signed-off-by: John Crispin<blogic@xxxxxxxxxxx>
[matthijs@xxxxxxxx: Extracted non-ohci/ehci 3052 code into separate patch]
Signed-off-by: Matthijs Kooijman<matthijs@xxxxxxxx>
Hi,
this patch sits ontop of a patch from openwrt that adds a OF binding for
ohci/ehci so it wont go upstream until the usb people decided how to
expose ohci-platform and ehci-platform in OF
John