Re: [PATCH 2/2] USB: ehci-platform: check for platform data misconfiguration

2014-02-11 Thread Hans de Goede
Hi, On 02/11/2014 05:26 PM, Alan Stern wrote: > The ehci-platform driver checks for misconfigurations in cases where > the Device Tree data specifies big-endian registers or descriptors but > the corresponding driver config settings have not been enabled. As > Jonas Gorski suggested, we may as we

[PATCH 2/2] USB: ehci-platform: check for platform data misconfiguration

2014-02-11 Thread Alan Stern
The ehci-platform driver checks for misconfigurations in cases where the Device Tree data specifies big-endian registers or descriptors but the corresponding driver config settings have not been enabled. As Jonas Gorski suggested, we may as well apply the same check to general platform data too.