
13 Feb
2012
13 Feb
'12
11:08 a.m.
On Monday 13 February 2012 02:33 PM, Marek Vasut wrote:
This patch adds support for USB EHCI driver for Armada100 SOCs.
Fix the subject, you have ECHI written there ;-)
what a blunder :)
[...snip...]
+#include<common.h> +#include<asm/io.h> +#include<usb.h> +#include "ehci.h" +#include "ehci-core.h" +#include<asm/arch/cpu.h> +#include<asm/arch/armada100.h> +#include "utmi-armada100.h"
Where does this include come from? Maybe this should be part of the platform includes in asm/arch/... and accessed as such too?
M
Utmi might not be required outside usb.. so its always a part of USB. Do i really need to keep it out?
Regards, Ajay Bhargav