Re: [PATCH 08/32 v4] MIPS: Alchemy: use the ehci platform driver

2012-10-22 Thread Greg KH
On Mon, Oct 08, 2012 at 03:11:22PM +0200, Florian Fainelli wrote: > Use the ehci platform driver power_{on,suspend,off} callbacks to perform the > USB block gate enabling/disabling as what the ehci-au1xxx.c driver does. > Update the db1200 and db1300 defconfigs to now select the EHCI platform > dri

[PATCH 08/32 v4] MIPS: Alchemy: use the ehci platform driver

2012-10-08 Thread Florian Fainelli
Use the ehci platform driver power_{on,suspend,off} callbacks to perform the USB block gate enabling/disabling as what the ehci-au1xxx.c driver does. Update the db1200 and db1300 defconfigs to now select the EHCI platform driver. Signed-off-by: Florian Fainelli --- Changes in v4: - rebased agains