Re: [PATCH 03/32 v4] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.

2012-10-23 Thread Florian Fainelli
On Tuesday 23 October 2012 10:46:50 Florian Fainelli wrote: > Hi Kelvin, > > On Tuesday 23 October 2012 16:13:01 Kelvin Cheung wrote: > > Thank Florian. > > It looks great. > > However, you forget to remove corresponding section in > > drivers/usb/host/ehci-hcd.c > > ... > > #ifdef CONFIG_MACH_LOO

Re: [PATCH 03/32 v4] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.

2012-10-23 Thread Florian Fainelli
Hi Kelvin, On Tuesday 23 October 2012 16:13:01 Kelvin Cheung wrote: > Thank Florian. > It looks great. > However, you forget to remove corresponding section in > drivers/usb/host/ehci-hcd.c > ... > #ifdef CONFIG_MACH_LOONGSON1 > #include "ehci-ls1x.c" > #define PLATFORM_DRIVER ehci_ls1x_dr

[PATCH 03/32 v4] MIPS: Loongson 1B: use ehci-platform instead of ehci-ls1x.

2012-10-08 Thread Florian Fainelli
The Loongson 1B EHCI driver does nothing more than what the EHCI platform driver already does, so use the generic implementation. Signed-off-by: Florian Fainelli --- Changes in v4: - rebased against greg's latest usb-next No changes since v1 arch/mips/configs/ls1b_defconfig |1 + arch