Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-20 Thread Alan Stern
On Mon, 20 Apr 2015, Ivan T. Ivanov wrote: > > On Mon, 2015-04-20 at 10:14 -0400, Alan Stern wrote: > > On Mon, 20 Apr 2015, Ivan T. Ivanov wrote: > > > > > Hi Alan, > > > > > > Perhaps I have to resend this patch with updated commit > > > message? Are they any other obstacles? > > > > Instead

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-20 Thread Ivan T. Ivanov
On Mon, 2015-04-20 at 10:14 -0400, Alan Stern wrote: > On Mon, 20 Apr 2015, Ivan T. Ivanov wrote: > > > Hi Alan, > > > > Perhaps I have to resend this patch with updated commit > > message? Are they any other obstacles? > > Instead of submitting this new patch, would it be okay to revert commit

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-20 Thread Alan Stern
On Mon, 20 Apr 2015, Ivan T. Ivanov wrote: > Hi Alan, > > Perhaps I have to resend this patch with updated commit > message? Are they any other obstacles? Instead of submitting this new patch, would it be okay to revert commit 70843f623b58? That would be simpler. Also, I'd like to get an Ac

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-20 Thread Ivan T. Ivanov
On Thu, 2015-04-16 at 10:42 +0300, Ivan T. Ivanov wrote: > Hi, > > On Wed, 2015-04-15 at 21:28 +0530, Vivek Gautam wrote: > > On Thu, Apr 9, 2015 at 8:19 PM, Alan Stern > > wrote: > > > On Thu, 9 Apr 2015, Ivan T. Ivanov wrote: > > > > > > > This allow same IO space to be shared between HCD an

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-16 Thread Ivan T. Ivanov
Hi, On Wed, 2015-04-15 at 21:28 +0530, Vivek Gautam wrote: > On Thu, Apr 9, 2015 at 8:19 PM, Alan Stern wrote: > > On Thu, 9 Apr 2015, Ivan T. Ivanov wrote: > > > > > This allow same IO space to be shared between HCD and Device > > > controller driver. Which can be loaded simultaneously and > >

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-15 Thread Vivek Gautam
On Thu, Apr 9, 2015 at 8:19 PM, Alan Stern wrote: > On Thu, 9 Apr 2015, Ivan T. Ivanov wrote: > >> This allow same IO space to be shared between HCD and Device >> controller driver. Which can be loaded simultaneously and >> started/stopped on demand by USB OTG PHY driver. Are you sure ? Will ehci

Re: [PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-09 Thread Alan Stern
On Thu, 9 Apr 2015, Ivan T. Ivanov wrote: > This allow same IO space to be shared between HCD and Device > controller driver. Which can be loaded simultaneously and > started/stopped on demand by USB OTG PHY driver. You really should CC the person who wrote the code you are changing. This is al

[PATCH] usb: ehci-msm: Don't ioremap configuration space exclusively

2015-04-09 Thread Ivan T. Ivanov
This allow same IO space to be shared between HCD and Device controller driver. Which can be loaded simultaneously and started/stopped on demand by USB OTG PHY driver. Signed-off-by: Ivan T. Ivanov --- drivers/usb/host/ehci-msm.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-)