Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762350Ab3JQSZ6 (ORCPT ); Thu, 17 Oct 2013 14:25:58 -0400 Received: from dukecmmtar04.coxmail.com ([68.99.120.47]:65467 "EHLO dukecmmtar04.coxmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756973Ab3JQSZ5 (ORCPT ); Thu, 17 Oct 2013 14:25:57 -0400 From: H Hartley Sweeten To: linux-usb@vger.kernel.org Subject: [PATCH 0/2 v3] usb: ohci: remove ep93xx bus glue driver Date: Thu, 17 Oct 2013 11:25:22 -0700 User-Agent: KMail/1.9.9 Cc: ARM Kernel , Linux Kernel , Ryan Mallon , stern@rowland.harvard.edu, Lennert Buytenhek , gregkh@linuxfoundation.org, olof@lixom.net, Russell King MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201310171125.22523.hartleys@visionengravers.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1271 Lines: 33 Refresh the ep93xx_defconfig then remove the ep93xx OHCI bus glue driver in favor of the Generic OHCI driver for a platform device. v3: split patch to refresh the ep93xx_defconfig before removing ohci-ep93xx.c in favor 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 Sweeten (2): ARM: ep93xx_defconfig: cleanup ep93xx_defconfig usb: ohci: remove ep93xx bus glue platform driver arch/arm/configs/ep93xx_defconfig | 17 +--- arch/arm/mach-ep93xx/clock.c | 2 +- arch/arm/mach-ep93xx/core.c | 40 ++++++++- drivers/usb/host/ohci-ep93xx.c | 184 -------------------------------------- drivers/usb/host/ohci-hcd.c | 18 ---- 5 files changed, 40 insertions(+), 221 deletions(-) delete mode 100644 drivers/usb/host/ohci-ep93xx.c -- 1.8.3.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/