From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751892AbbGMKYT (ORCPT ); Mon, 13 Jul 2015 06:24:19 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:56384 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751363AbbGMKYS (ORCPT ); Mon, 13 Jul 2015 06:24:18 -0400 Message-ID: <55A391C5.4010701@ti.com> Date: Mon, 13 Jul 2015 13:24:05 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Li Jun , CC: , , , , , , , , , , Subject: Re: [PATCH v3 00/11] USB: OTG/DRD Core functionality References: <1436350777-28056-1-git-send-email-rogerq@ti.com> <20150710075854.GA14729@shlinux2> In-Reply-To: <20150710075854.GA14729@shlinux2> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 10/07/15 10:58, Li Jun wrote: > On Wed, Jul 08, 2015 at 01:19:26PM +0300, Roger Quadros wrote: >> Hi, >> >> This series centralizes OTG/Dual-role functionality in the kernel. >> As of now I've got Dual-role functionality working pretty reliably on >> dra7-evm and am437x-gp-evm. xhci side of things for OTG/DRD use are already >> in v4.2 > > Do you have any plan to implement OTG(HNP) on some of your platforms based on > this OTG core? Not yet but Joao Pinto was interested to implement full OTG for dwc3 controllers. Would you be interested to try out one of your platforms so that we can address any issues early? cheers, -roger > > Li Jun >> >> http://thread.gmane.org/gmane.linux.kernel/1923161 >> >> DWC3 controller and platform related patches are sent separately. >> >> Changelog: