[RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-04 Thread Manish Narani
This patch will add support for OTG host initialization. This will help OTG drivers to populate their host subsystem. Signed-off-by: Manish Narani --- drivers/usb/host/xhci-plat.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/usb/host/xhci-p

Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-02 Thread gre...@linuxfoundation.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 +, Manish Narani wrote: > Hi Greg, > > > I need to have t

RE: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-02 Thread Manish Narani
Narani ; mathias.ny...@intel.com; linux-...@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 On Mon, Jan 02, 2017 at 06:30:02AM +, Manish Narani

Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-02 Thread gre...@linuxfoundation.org
x-...@vger.kernel.org; linux-kernel@vger.kernel.org > Cc: Anurag Kumar Vulisha ; Punnaiah Choudary Kalluri > ; Anirudha Sarangi ; Manish Narani > > Subject: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() > call > > This patch will add support for OTG host ini

RE: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2017-01-01 Thread Manish Narani
; Anirudha Sarangi ; Manish Narani Subject: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call This patch will add support for OTG host initialization. This will help OTG drivers to populate their host subsystem. Signed-off-by: Manish Narani --- drivers/usb/host/xhci

RE: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2016-12-15 Thread Manish Narani
: mathias.ny...@intel.com; linux-...@vger.kernel.org; linux-kernel@vger.kernel.org; Anurag Kumar Vulisha ; Punnaiah Choudary Kalluri ; Anirudha Sarangi ; Manish Narani Subject: Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call On Thu, Dec 15, 2016 at 12:25:08AM +0530, Manish

[RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2016-12-14 Thread Manish Narani
This patch will add support for OTG host initialization. This will help OTG drivers to populate their host subsystem. Signed-off-by: Manish Narani --- drivers/usb/host/xhci-plat.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/usb/host/xhci-p

Re: [RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2016-12-14 Thread Greg KH
On Thu, Dec 15, 2016 at 12:25:08AM +0530, Manish Narani wrote: > This patch will add support for OTG host initialization. This will > help OTG drivers to populate their host subsystem. > > Signed-off-by: Manish Narani > --- > drivers/usb/host/xhci-plat.c | 35 ++

[RFC PATCH] usb: host: xhci: plat: add support for otg_set_host() call

2016-12-14 Thread Manish Narani
This patch will add support for OTG host initialization. This will help OTG drivers to populate their host subsystem. Signed-off-by: Manish Narani --- drivers/usb/host/xhci-plat.c | 35 +++ 1 files changed, 35 insertions(+), 0 deletions(-) diff --git a/drivers/