From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752108Ab3CRMv2 (ORCPT ); Mon, 18 Mar 2013 08:51:28 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:44414 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751587Ab3CRMv0 (ORCPT ); Mon, 18 Mar 2013 08:51:26 -0400 From: Roger Quadros To: CC: , , , , , Subject: [PATCH v3 0/4] ARM: OMAP2+: Adapt to ehci-omap changes for 3.10 Date: Mon, 18 Mar 2013 14:51:14 +0200 Message-ID: <1363611078-13002-1-git-send-email-rogerq@ti.com> X-Mailer: git-send-email 1.7.4.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Tony, I've revised the patches based on your comments. For now I've just adapted Panda and Beagleboard. If this looks OK then I can adapt the other boards as well. cheers, -roger Roger Quadros (4): usb: phy: nop: Add some parameters to platform data ARM: OMAP2+: omap-usb-host: Add usbhs_init_phys() ARM: OMAP2+: omap4panda: Adapt to ehci-omap changes ARM: OMAP3: Beagle: Adapt to ehci-omap changes arch/arm/mach-omap2/board-omap3beagle.c | 32 ++++-- arch/arm/mach-omap2/board-omap4panda.c | 55 ++++------ arch/arm/mach-omap2/usb-host.c | 177 ++++++++++++++++++++++++++++++- arch/arm/mach-omap2/usb.h | 9 ++ include/linux/usb/nop-usb-xceiv.h | 5 + 5 files changed, 232 insertions(+), 46 deletions(-) -- 1.7.4.1