Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > This also greatly simplifies the power_{on,off} callbacks and make them > work on platform device id instead of checking the OHCI controller base > address like what was done in ohci-au1xxx.c. > > Signed-off-by: Florian Fainelli > --- > a

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:24 PM, Florian Fainelli wrote: > On Wednesday 03 October 2012 17:21:37 Manuel Lauss wrote: >> On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: >> > This also greatly simplifies the power_{on,off} callbacks and make them >> > work on pl

Re: [PATCH 24/25] MIPS: Alchemy: use the OHCI platform driver

2012-10-03 Thread Manuel Lauss
On Wed, Oct 3, 2012 at 5:03 PM, Florian Fainelli wrote: > This also greatly simplifies the power_{on,off} callbacks and make them > work on platform device id instead of checking the OHCI controller base > address like what was done in ohci-au1xxx.c. That was by design -- the base address is far

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

Re: USB: panic with printk

2012-07-22 Thread Manuel Lauss
Hello, It was fixed in the latest mips pull. (See https://patchwork.linux-mips.org/patch/3881/ , it accounts also for the randomness in appearance). Manuel Lauss On Mon, Jul 16, 2012 at 9:52 PM, Joe Perches wrote: > On Mon, 2012-07-16 at 17:37 +0200, Daniel Mack wrote: >> (Cc Ka

Re: USB: panic with printk

2012-07-16 Thread Manuel Lauss
On Mon, Jul 16, 2012 at 1:38 PM, Daniel Mack wrote: > On 09.07.2012 14:01, Manuel Lauss wrote: >> Hello, >> >> Current 3.5-rc5-git panics on my MIPS targets during USB host >> controller initialization. >> Disabling CONFIG_PRINTK fixes it. >> >> ehci_

USB: panic with printk

2012-07-09 Thread Manuel Lauss
found hub 2-0:1.0: 2 ports detected usbcore: registered new interface driver uas Initializing USB Mass Storage driver... usbcore: registered new interface driver usb-storage USB Mass Storage support registered. Thanks! Manuel Lauss