From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932668AbdABJ67 (ORCPT ); Mon, 2 Jan 2017 04:58:59 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:50014 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932360AbdABJ65 (ORCPT ); Mon, 2 Jan 2017 04:58:57 -0500 Date: Mon, 2 Jan 2017 10:59:10 +0100 From: "gregkh@linuxfoundation.org" To: Manish Narani Cc: "mathias.nyman@intel.com" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Anurag Kumar Vulisha , Punnaiah Choudary Kalluri , Anirudha Sarangi Subject: Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call Message-ID: <20170102095910.GA10355@kroah.com> References: <1481788413-27496-1-git-send-email-mnarani@xilinx.com> <20170102092250.GD3740@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Mon, Jan 02, 2017 at 09:35:21AM +0000, Manish Narani wrote: > Hi Greg, > > > I need to have this infrastructure while implementing DWC3 OTG driver. > The current scenario is that we are using xHCI drivers with High-Speed > OTG because DWC3 uses xHCI framework. So I wanted to confirm that > before adding DWC3 OTG driver, this support should be already there. I > am planning to add DWC3 OTG driver after this patch is added. > > Please let me know your valuable suggestions on this. Post your whole series, that shows how you are using the new infrastructure, otherwise how are we supposed to know this? thanks, greg k-h