Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-08 Thread Florian Fainelli
Hello Manjunath, On 02/07/2013 06:34 PM, manjunath.gou...@linaro.org wrote: From: Manjunath Goudar Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. [snip] The changes you introduce in ehci-hcd.c would certainly deserve their own

Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-08 Thread Florian Fainelli
Hello Manjunath, On 02/07/2013 06:34 PM, manjunath.gou...@linaro.org wrote: From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. [snip] The changes you introduce in ehci-hcd.c would certainly

Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-07 Thread Arnd Bergmann
On Thursday 07 February 2013, manjunath.gou...@linaro.org wrote: > @@ -155,7 +155,7 @@ static inline unsigned ehci_read_frame_index(struct > ehci_hcd *ehci) > * before driver shutdown. But it also seems to be caused by bugs in cardbus > * bridge shutdown: shutting down the bridge before the

[PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-07 Thread manjunath . goudar
From: Manjunath Goudar Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar Cc: Greg KH Cc: Alan Stern Cc: Jason Cooper Cc: Andrew Lunn Cc: Russell King Cc: linux-arm-ker...@lists.infradead.org Cc:

Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-07 Thread Arnd Bergmann
On Thursday 07 February 2013, manjunath.gou...@linaro.org wrote: @@ -155,7 +155,7 @@ static inline unsigned ehci_read_frame_index(struct ehci_hcd *ehci) * before driver shutdown. But it also seems to be caused by bugs in cardbus * bridge shutdown: shutting down the bridge before the

[PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-07 Thread manjunath . goudar
From: Manjunath Goudar manjunath.gou...@linaro.org Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. Signed-off-by: Manjunath Goudar manjunath.gou...@linaro.org Cc: Greg KH g...@kroah.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Jason