Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932178AbbHMSPM (ORCPT ); Thu, 13 Aug 2015 14:15:12 -0400 Received: from mail-bn1bbn0101.outbound.protection.outlook.com ([157.56.111.101]:23531 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753557AbbHMSPG convert rfc822-to-8bit (ORCPT ); Thu, 13 Aug 2015 14:15:06 -0400 From: Ramneek Mehresh To: Ramneek Mehresh , "linux-kernel@vger.kernel.org" CC: "balbi@ti.com" , "stern@rowland.harvard.edu" , "gregkh@linuxfoundation.org" , "linux-usb@vger.kernel.org" Subject: RE: [PATCH 0/8][v2]Add OTG support for FSL socs Thread-Topic: [PATCH 0/8][v2]Add OTG support for FSL socs Thread-Index: AQHQ1fOUYx4HQjcmD0SEKu6rqBgQ0p4KO9mQ Date: Thu, 13 Aug 2015 18:15:04 +0000 Message-ID: References: <1439490305-29215-1-git-send-email-ramneek.mehresh@freescale.com> <1439490305-29215-10-git-send-email-ramneek.mehresh@freescale.com> In-Reply-To: <1439490305-29215-10-git-send-email-ramneek.mehresh@freescale.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=ramneek.mehresh@freescale.com; x-originating-ip: [182.68.245.95] x-microsoft-exchange-diagnostics: 1;SN1PR0301MB1582;5:EqoGL074Vvh4qKZTDAtng0NRklkrOpdGvVOH5qkLFRUQRKcYZX5PNRL7ZD33SVH8foEWPDdmoQ+BFgdfwOy0S4Pcv8sb4eze3z/wUagOdngfq+mRPg4dSCwko49lEYGW8WY459R4cYeoGcLPpnNkkQ==;24:wxuJ1EfUHuXsaoGQqsK629IChkkj9heUFhXbfOiTNCOnSj1eVb6LgX5NlmjUkHvP7hvNf44WDYHgl0szqfK1TkLj6nSNjUIB9qSKkMDniFU=;20:EeXFbJeQmekJvpSNGFFlRqptb4wUwjS7f3CSeYIiTP00zxYe1Kn9hbbfJLRlOnSwjZzfbcSPJZb+Wju9tcu54w== x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:SN1PR0301MB1582; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(5005006)(3002001);SRVR:SN1PR0301MB1582;BCL:0;PCL:0;RULEID:;SRVR:SN1PR0301MB1582; x-forefront-prvs: 0667289FF8 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(377454003)(199003)(13464003)(189002)(5001860100001)(97736004)(99286002)(5001830100001)(106116001)(86362001)(81156007)(106356001)(105586002)(64706001)(40100003)(2501003)(5002640100001)(66066001)(4001540100001)(5001770100001)(189998001)(92566002)(87936001)(2656002)(10400500002)(101416001)(77096005)(5001960100002)(2900100001)(54356999)(68736005)(76176999)(50986999)(62966003)(2950100001)(77156002)(46102003)(19580405001)(33656002)(19580395003)(5003600100002)(76576001)(122556002)(74316001)(102836002);DIR:OUT;SFP:1102;SCL:1;SRVR:SN1PR0301MB1582;H:SN1PR0301MB1583.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-originalarrivaltime: 13 Aug 2015 18:15:04.2632 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 710a03f5-10f6-4d38-9ff4-a80b81da590d X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1PR0301MB1582 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1775 Lines: 45 Please ignore v2 ... sent by mistake...please consider v3 patch-set > -----Original Message----- > From: Ramneek Mehresh [mailto:ramneek.mehresh@freescale.com] > Sent: Thursday, August 13, 2015 11:55 PM > To: linux-kernel@vger.kernel.org > Cc: balbi@ti.com; stern@rowland.harvard.edu; gregkh@linuxfoundation.org; > linux-usb@vger.kernel.org; Mehresh Ramneek-B31383 > > Subject: [PATCH 0/8][v2]Add OTG support for FSL socs > > Add support for otg for all freescale socs having internal usb phy. > > > Ramneek Mehresh (8): > usb:fsl:otg: Make fsl otg driver as tristate > usb:fsl:otg: Add controller version based ULPI and UTMI phy > usb:fsl:otg: Add support to add/remove usb host driver > usb:fsl:otg: Signal host drv when host is otg > usb:fsl:otg: Modify otg_event to start host drv > usb:fsl:otg: Combine host/gadget start/resume for ID change > usb:fsl:otg: Remove host drv upon otg bring-up > usb:fsl:otg: Add host-gadget drv sync delay > > drivers/usb/host/ehci-fsl.c | 85 > +++++++++++++++++++++++++++++++++---------- > drivers/usb/host/ehci-fsl.h | 20 ++++++++++ > drivers/usb/phy/Kconfig | 2 +- > drivers/usb/phy/phy-fsl-usb.c | 58 ++++++++++++++++++++++------- > drivers/usb/phy/phy-fsl-usb.h | 7 ++++ > include/linux/usb.h | 1 + > 6 files changed, 139 insertions(+), 34 deletions(-) > > -- > Changes for v2: > - moved struct ehci_fsl out of ehci-fsl.c > to ehci-fsl.h > - made struct ehci_fsl private of struct ehci_hcd > 1.8.3.1 -- 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/