Re: [PATCH 07/25] MIPS: Alchemy: use the ehci platform driver

2012-10-03 Thread Florian Fainelli
On Wednesday 03 October 2012 17:14:21 Manuel Lauss wrote: > On Wed, Oct 3, 2012 at 5:03 PM, 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. > > > > Signed-off-by:

[PATCH 07/25] MIPS: Alchemy: use the ehci platform driver

2012-10-03 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. Signed-off-by: Florian Fainelli --- arch/mips/alchemy/common/platform.c | 23 ++- 1 file changed, 22 insertions(+), 1 deleti

Re: [PATCH 07/25] MIPS: Alchemy: use the ehci platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:03 PM, 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. > > Signed-off-by: Florian Fainelli > --- > arch/mips/alchemy/common/platform.c | 23