Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2017-05-16 Thread Tony Lindgren
Hi, * Tony Lindgren [160913 15:48]: > * Alan Stern [160910 19:27]: > > On Fri, 9 Sep 2016, Alan Stern wrote: > > > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > > > * Alan Stern [160909 13:41]: > > > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > > > > > > > * Alan Stern [1

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-13 Thread Tony Lindgren
* Alan Stern [160910 19:27]: > On Fri, 9 Sep 2016, Alan Stern wrote: > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > * Alan Stern [160909 13:41]: > > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > > > > > * Alan Stern [160909 12:47]: > > > > > > You know, as far as I can tell

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-10 Thread Alan Stern
On Fri, 9 Sep 2016, Alan Stern wrote: > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > * Alan Stern [160909 13:41]: > > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > > > * Alan Stern [160909 12:47]: > > > > > You know, as far as I can tell the only thing that is OMAP-specific > > > > >

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Alan Stern
On Fri, 9 Sep 2016, Tony Lindgren wrote: > * Alan Stern [160909 13:41]: > > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > > > * Alan Stern [160909 12:47]: > > > > You know, as far as I can tell the only thing that is OMAP-specific > > > > about the ohci-omap3 driver is the initialization of OH

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Tony Lindgren
* Alan Stern [160909 13:41]: > On Fri, 9 Sep 2016, Tony Lindgren wrote: > > > * Alan Stern [160909 12:47]: > > > You know, as far as I can tell the only thing that is OMAP-specific > > > about the ohci-omap3 driver is the initialization of OHCI_CTRL_RWC. > > > This could be added to the platfo

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Alan Stern
On Fri, 9 Sep 2016, Tony Lindgren wrote: > * Alan Stern [160909 12:47]: > > You know, as far as I can tell the only thing that is OMAP-specific > > about the ohci-omap3 driver is the initialization of OHCI_CTRL_RWC. > > This could be added to the platform data or the DT bindings, after > > whic

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Tony Lindgren
* Alan Stern [160909 12:47]: > You know, as far as I can tell the only thing that is OMAP-specific > about the ohci-omap3 driver is the initialization of OHCI_CTRL_RWC. > This could be added to the platform data or the DT bindings, after > which this driver wouldn't be needed at all -- the ohci_

Re: [PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Alan Stern
On Fri, 9 Sep 2016, Tony Lindgren wrote: > With LPAE config we don't have omap3 or omap4 selected for > omap5 variants. > > Signed-off-by: Tony Lindgren > --- > drivers/usb/host/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/usb/host/Kconfig b/drivers/

[PATCH] usb: ohci: Allow ohci on omap5 also

2016-09-09 Thread Tony Lindgren
With LPAE config we don't have omap3 or omap4 selected for omap5 variants. Signed-off-by: Tony Lindgren --- drivers/usb/host/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig --- a/drivers/usb/host/Kconfig +++ b/driver