Re: [PATCH] usb: ehci-platform: Fix using multiple controllers from OF

2015-08-03 Thread Alan Stern
On Mon, 3 Aug 2015, Alban Bedel wrote: > When using OF defined controllers the platform data struct is shared > between all devices, so it can't be used for device specific settings. > However it is currently used for the OF properties > needs-reset-on-resume and has-transaction-translator. > > T

Re: [PATCH] usb: ehci-platform: Fix using multiple controllers from OF

2015-08-03 Thread Sergei Shtylyov
On 08/03/2015 10:12 PM, Alban Bedel wrote: When using OF defined controllers the platform data struct is shared between all devices, so it can't be used for device specific settings. However it is currently used for the OF properties needs-reset-on-resume and has-transaction-translator. To fi