Re: [RFC][PATCH 1/7] USB: OHCI: make ohci-exynos a separate driver

2013-06-07 Thread Alan Stern
On Fri, 7 Jun 2013, Manjunath Goudar wrote: > Separate the Samsung OHCI EXYNOS 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. > -static void exynos_ohci_phy_enable(struct exynos_

Re: [RFC][PATCH 1/7] USB: OHCI: make ohci-exynos a separate driver

2013-06-07 Thread Arnd Bergmann
On Friday 07 June 2013 11:33:27 Manjunath Goudar wrote: > > #if!IS_ENABLED(CONFIG_USB_OHCI_HCD_PCI) && \ > !IS_ENABLED(CONFIG_USB_OHCI_HCD_PLATFORM) && \ > + !IS_ENABLED(CONFIG_USB_OHCI_EXYNOS) && \ > !defined(PLATFORM_DRIVER) &&\ > !defined(OMAP1_PLATFORM_DR

[RFC][PATCH 1/7] USB: OHCI: make ohci-exynos a separate driver

2013-06-06 Thread Manjunath Goudar
Separate the Samsung OHCI EXYNOS 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 Cc: Arnd Bergmann Cc: Jingoo Han Cc: Kukjin Kim Cc: Greg KH Cc: Al