From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCHv2 0/3] Make ohci-platform usable for omap3/4/5 Date: Mon, 22 May 2017 09:00:04 -0700 Message-ID: <20170522160007.9264-1-tony@atomide.com> Return-path: Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Alan Stern Cc: Greg Kroah-Hartman , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-omap@vger.kernel.org Hi, Here's v2 of this series. Regards, Tony Changes since v1: - Update runtime PM support for ohci based on Alan's comments and more testing - Just remove ohci-omap3 as it needs LS/FS USB PHY not available on most hardware Tony Lindgren (3): usb: host: ohci-platform: Add basic runtime PM support usb: host: ohci-platform: Add support for omap3 and later usb: host: ohci-omap3: Remove driver in favor of ohci-platform Documentation/devicetree/bindings/usb/usb-ohci.txt | 1 + drivers/usb/host/Kconfig | 6 +- drivers/usb/host/Makefile | 1 - drivers/usb/host/ohci-omap3.c | 211 --------------------- drivers/usb/host/ohci-platform.c | 22 ++- 5 files changed, 27 insertions(+), 214 deletions(-) delete mode 100644 drivers/usb/host/ohci-omap3.c -- 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html