[PATCH V5 1/9] USB: OHCI: make ohci-exynos a separate driver
From: Greg KH <hidden>
Date: 2013-09-26 16:50:50
On Sat, Sep 21, 2013 at 04:38:38PM +0530, 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. Signed-off-by: Manjunath Goudar <redacted> Signed-off-by: Deepak Saxena <redacted> Acked-by: Alan Stern <stern@rowland.harvard.edu> Acked-by: Jingoo Han <redacted> Cc: Vivek Gautam <redacted> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Kukjin Kim <redacted> Cc: Greg KH <redacted> Cc: linux-usb at vger.kernel.org V2->V3: -No major changes only "exynos" written in capital letters in "OHCI exynos driver". V1->V2: -exynos_ohci_hcd structure assignment error fixed. -Removed multiple usb_create_hcd() from prob funtion. -platform_set_drvdata() called before exynos_ohci_phy_enable(). -ohci_setup() removed because it is called in .reset member of the ohci_hc_driver structure ---
In the future, these "version" lines need to go below the cut ("---"),
not above it, as I need to edit these patches by hand to remove them now
:(
thanks,
greg k-h