Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2016-10-27 Thread Axel Haslam
On Thu, Oct 27, 2016 at 2:58 AM, David Lechner wrote: > On 10/26/2016 04:08 PM, ahas...@baylibre.com wrote: > >> +module_exit(ohci_da8xx_exit); >> +MODULE_DESCRIPTION(DRIVER_DESC); >> +MODULE_LICENSE("GPL"); >> MODULE_ALIAS("platform:ohci"); > > > The "ohci" in

Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2016-10-26 Thread David Lechner
On 10/26/2016 04:08 PM, ahas...@baylibre.com wrote: From: Manjunath Goudar Separate the Davinci OHCI host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM

Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2016-10-26 Thread David Lechner
On 10/26/2016 04:08 PM, ahas...@baylibre.com wrote: +module_exit(ohci_da8xx_exit); +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_LICENSE("GPL"); MODULE_ALIAS("platform:ohci"); The "ohci" in MODULE_ALIAS() should also be replaced with hcd_name. -- To unsubscribe from this list: send the line

[PATCH] USB: OHCI: make ohci-da8xx a separate driver

2016-10-26 Thread ahaslam
From: Manjunath Goudar Separate the Davinci OHCI host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM Signed-off-by: Manjunath Goudar

Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2013-07-02 Thread Sergei Shtylyov
Hello. On 02-07-2013 15:36, Manjunath Goudar wrote: Separate the Davinci OHCI host controller driver from ohci-hcd host code so that it can be built as a separate driver module. This work is part of enabling multi-platform kernels on ARM; it would be nice to have in 3.11. One preexisting

Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2013-07-02 Thread Kevin Hilman
On 07/02/2013 08:14 AM, Manjunath Goudar wrote: On 2 July 2013 20:20, Sergei Shtylyov sergei.shtyl...@cogentembedded.com mailto:sergei.shtyl...@cogentembedded.com wrote: Hello. On 02-07-2013 15:36, Manjunath Goudar wrote: Separate the Davinci OHCI host controller

Re: [PATCH] USB: OHCI: make ohci-da8xx a separate driver

2013-07-02 Thread Sekhar Nori
On 7/2/2013 10:50 PM, Kevin Hilman wrote: On 07/02/2013 08:14 AM, Manjunath Goudar wrote: On 2 July 2013 20:20, Sergei Shtylyov sergei.shtyl...@cogentembedded.com mailto:sergei.shtyl...@cogentembedded.com wrote: Hello. On 02-07-2013 15:36, Manjunath Goudar wrote: