RE: [PATCH 2/2 v4] usb: ohci: remove ep93xx bus glue platform driver

2013-10-21 Thread Hartley Sweeten
On Saturday, October 19, 2013 2:22 PM, Greg KH wrote: On Thu, Oct 17, 2013 at 01:29:11PM -0700, H Hartley Sweeten wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB is still

[PATCH 2/2 v5] usb: ohci: remove ep93xx bus glue platform driver

2013-10-21 Thread H Hartley Sweeten
Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB is still enabled by default on the EP93xx platform. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: Alan Stern st

RE: [PATCH 2/2 v4] usb: ohci: remove ep93xx bus glue platform driver

2013-10-21 Thread Hartley Sweeten
On Saturday, October 19, 2013 2:22 PM, Greg KH wrote: On Thu, Oct 17, 2013 at 01:29:11PM -0700, H Hartley Sweeten wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB is still

[PATCH 0/2 v3] usb: ohci: remove ep93xx bus glue driver

2013-10-17 Thread H Hartley Sweeten
the (*power_off) callback for (*power_suspend), as suggested by Alan Stern. Remove the Kconfig change to USB_OHCI_HCD_PLATFORM and refresh the ep93xx_defconfig to enable this option, as suggested by Alan Stern. H Hartley Sweeten (2): ARM: ep93xx_defconfig: cleanup ep93xx_defconfig usb

[PATCH 2/2 v3] usb: ohci: remove ep93xx bus glue platform driver

2013-10-17 Thread H Hartley Sweeten
Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB is still enabled by default on the EP93xx platform. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Ryan Mallon rmal

[PATCH 1/2 v3] ARM: ep93xx_defconfig: cleanup ep93xx_defconfig

2013-10-17 Thread H Hartley Sweeten
Generate ep93xx_defconfig by doing: make ep93xx_defconfig make savedefconfig mv defconfig arch/arm/configs/ep93xx_defconfig No functional change. This just refreshes the ep93xx_defconfig to make it easier and cleaner when adding new entries. Signed-off-by: H Hartley Sweeten hswee

RE: [PATCH v2] usb: ohci: remove ep93xx bus glue platform driver

2013-10-17 Thread Hartley Sweeten
On Wednesday, October 16, 2013 2:13 PM, Alan Stern wrote: Sure, that's what I meant. All that churn was caused by re-minimizing the defconfig file, not by adding USB_OHCI_HCD_PLATFORM. As requested, I have split this patch to: 1) refresh the ep93xx_defconfig 2) remove the ep93xx bus glue

[PATCH 1/2 v4] ARM: ep93xx_defconfig: cleanup ep93xx_defconfig

2013-10-17 Thread H Hartley Sweeten
Generate ep93xx_defconfig by doing: make ep93xx_defconfig make savedefconfig mv defconfig arch/arm/configs/ep93xx_defconfig No function change. This just refreshes the ep93xx_defconfig to make it easier and cleaner when adding new entries. Signed-off-by: H Hartley Sweeten hswee

[PATCH 2/2 v4] usb: ohci: remove ep93xx bus glue platform driver

2013-10-17 Thread H Hartley Sweeten
Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM in the ep93xx_defconfig so that USB is still enabled by default on the EP93xx platform. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Acked-by: Alan Stern st

[PATCH 0/2 v4] usb: ohci: remove ep93xx bus glue platform driver

2013-10-17 Thread H Hartley Sweeten
of the Generic OHCI driver for a platform device. v2: Use the (*power_off) callback for (*power_suspend), as suggested by Alan Stern. Remove the Kconfig change to USB_OHCI_HCD_PLATFORM and refresh the ep93xx_defconfig to enable this option, as suggested by Alan Stern. H Hartley

RE: [PATCH] usb: ohci: remove ep93xx bus glue platform driver

2013-10-15 Thread Hartley Sweeten
On Tuesday, October 15, 2013 8:50 AM, Olof Johansson wrote: On Mon, Oct 14, 2013 at 2:35 PM, H Hartley Sweeten hartl...@visionengravers.com wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Signed-off-by: H Hartley Sweeten hswee

[PATCH v2] usb: ohci: remove ep93xx bus glue platform driver

2013-10-15 Thread H Hartley Sweeten
Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM and refresh the ep93xx_defconfig so that USB is still enabled by default on the EP93xx platform. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Alan Stern

RE: [PATCH v2] usb: ohci: remove ep93xx bus glue platform driver

2013-10-15 Thread Hartley Sweeten
On Tuesday, October 15, 2013 5:57 PM, Ryan Mallon wrote: On 16/10/13 11:47, H Hartley Sweeten wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Enable CONFIG_OHCI_HCD_PLATFORM and refresh the ep93xx_defconfig so that USB is still enabled

RE: [PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-14 Thread Hartley Sweeten
On Monday, October 14, 2013 1:35 PM, Alan Stern wrote: On Mon, 14 Oct 2013, Olof Johansson wrote: Hi, Greg, [Adding ep93xx maintainers as well] On Wed, Oct 2, 2013 at 3:15 AM, Majunath Goudar csmanjuvi...@gmail.com wrote: From: Manjunath Goudar manjunath.gou...@linaro.org Suspend

RE: [PATCH 05/11] USB: OHCI: Properly handle ohci-ep93xx suspend

2013-10-14 Thread Hartley Sweeten
On Monday, October 14, 2013 1:50 PM, Alan Stern wrote: On Mon, 14 Oct 2013, Hartley Sweeten wrote: As an alternative to this patch, I have successfully used the ohci-platform driver on the ep93xx. This does move a bit of glue code into the ep93xx core (arch/arm/mach-ep93xx/core.c

RE: [PATCH] usb: ohci: remove ep93xx bus glue platform driver

2013-10-14 Thread Hartley Sweeten
On Monday, October 14, 2013 3:01 PM, Ryan Mallon wrote: On 15/10/13 08:35, H Hartley Sweeten wrote: Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Alan Stern st

[PATCH] usb: ohci: remove ep93xx bus glue platform driver

2013-10-14 Thread H Hartley Sweeten
Convert ep93xx to use the OHCI platform driver and remove the ohci-ep93xx bus glue driver. Signed-off-by: H Hartley Sweeten hswee...@visionengravers.com Cc: Alan Stern st...@rowland.harvard.edu Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Cc: Ryan Mallon rmal...@gmail.com --- arch/arm/mach