[U-Boot] [PATCH v2 08/18] usb: ehci-ci: Add missing registers.

2016-02-07 Thread Mateusz Kulikowski
Some registers of usb_ehci were marked as reserved. This may be true for some variants of Chipidea USB core, but they have meaning on other devices. The following registers were added: sbusstatus/sbusmode: AHB-related registers genconfig*: Auxiluary IP core configuration registers. Signed-off-by:

Re: [U-Boot] [PATCH v2 08/18] usb: ehci-ci: Add missing registers.

2016-01-31 Thread Simon Glass
On 24 January 2016 at 13:53, Mateusz Kulikowski wrote: > Some registers of usb_ehci were marked as reserved. > This may be true for some variants of Chipidea USB core, but they have > meaning on other devices. > > The following registers were added: > sbusstatus/sbusmode: AHB-related registers > g

[U-Boot] [PATCH v2 08/18] usb: ehci-ci: Add missing registers.

2016-01-24 Thread Mateusz Kulikowski
Some registers of usb_ehci were marked as reserved. This may be true for some variants of Chipidea USB core, but they have meaning on other devices. The following registers were added: sbusstatus/sbusmode: AHB-related registers genconfig*: Auxiluary IP core configuration registers. Signed-off-by: