Re: [PATCH 1/2] ohci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-21 Thread Florian Fainelli
2014/1/21 Alan Stern : > On Tue, 21 Jan 2014, Hans de Goede wrote: > >> Hi, >> >> On 01/21/2014 05:40 PM, Alan Stern wrote: >> > On Tue, 21 Jan 2014, Hans de Goede wrote: >> > >> >> Note this commit uses the same devicetree booleans for this as the ones >> >> already existing in the usb-ehci bindin

Re: [PATCH 1/2] ohci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-21 Thread Alan Stern
On Tue, 21 Jan 2014, Hans de Goede wrote: > Hi, > > On 01/21/2014 05:40 PM, Alan Stern wrote: > > On Tue, 21 Jan 2014, Hans de Goede wrote: > > > >> Note this commit uses the same devicetree booleans for this as the ones > >> already existing in the usb-ehci bindings. > >> > >> Signed-off-by: Han

Re: [PATCH 1/2] ohci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-21 Thread Hans de Goede
Hi, On 01/21/2014 05:40 PM, Alan Stern wrote: On Tue, 21 Jan 2014, Hans de Goede wrote: Note this commit uses the same devicetree booleans for this as the ones already existing in the usb-ehci bindings. Signed-off-by: Hans de Goede --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kco

Re: [PATCH 1/2] ohci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-21 Thread Alan Stern
On Tue, 21 Jan 2014, Hans de Goede wrote: > Note this commit uses the same devicetree booleans for this as the ones > already existing in the usb-ehci bindings. > > Signed-off-by: Hans de Goede > --- a/drivers/usb/host/Kconfig > +++ b/drivers/usb/host/Kconfig > @@ -512,6 +512,10 @@ config USB_C

[PATCH 1/2] ohci-platform: Add support for controllers with big-endian regs / descriptors

2014-01-21 Thread Hans de Goede
Note this commit uses the same devicetree booleans for this as the ones already existing in the usb-ehci bindings. Signed-off-by: Hans de Goede --- Documentation/devicetree/bindings/usb/usb-ohci.txt | 3 +++ drivers/usb/host/Kconfig | 4 drivers/usb/host/ohci-pla