Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Marek Vasut
On 07/03/2018 12:08 PM, Andre Przywara wrote: > Hi, Hi, > On 03/07/18 09:24, Marek Vasut wrote: >> On 07/03/2018 01:44 AM, Andre Przywara wrote: >>> The USB host controllers on the H3, H5 and A64 have the oddity of >>> sharing some clock and reset gates, so both the OHCI and EHCI bits have >>>

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Marek Vasut
On 07/03/2018 12:11 PM, Andre Przywara wrote: > Hi, > > On 03/07/18 07:19, Jagan Teki wrote: >> On Tue, Jul 3, 2018 at 5:14 AM, Andre Przywara >> wrote: >>> The USB host controllers on the H3, H5 and A64 have the oddity of >>> sharing some clock and reset gates, so both the OHCI and EHCI bits

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Jagan Teki
On Tue, Jul 3, 2018 at 3:41 PM, Andre Przywara wrote: > Hi, > > On 03/07/18 07:19, Jagan Teki wrote: >> On Tue, Jul 3, 2018 at 5:14 AM, Andre Przywara >> wrote: >>> The USB host controllers on the H3, H5 and A64 have the oddity of >>> sharing some clock and reset gates, so both the OHCI and

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Andre Przywara
Hi, On 03/07/18 07:19, Jagan Teki wrote: > On Tue, Jul 3, 2018 at 5:14 AM, Andre Przywara wrote: >> The USB host controllers on the H3, H5 and A64 have the oddity of >> sharing some clock and reset gates, so both the OHCI and EHCI bits have >> to be enabled to make only one of them working. We

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Andre Przywara
Hi, On 03/07/18 09:24, Marek Vasut wrote: > On 07/03/2018 01:44 AM, Andre Przywara wrote: >> The USB host controllers on the H3, H5 and A64 have the oddity of >> sharing some clock and reset gates, so both the OHCI and EHCI bits have >> to be enabled to make only one of them working. We take care

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Jagan Teki
On Tue, Jul 3, 2018 at 1:54 PM, Marek Vasut wrote: > On 07/03/2018 01:44 AM, Andre Przywara wrote: >> The USB host controllers on the H3, H5 and A64 have the oddity of >> sharing some clock and reset gates, so both the OHCI and EHCI bits have >> to be enabled to make only one of them working. We

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Marek Vasut
On 07/03/2018 01:44 AM, Andre Przywara wrote: > The USB host controllers on the H3, H5 and A64 have the oddity of > sharing some clock and reset gates, so both the OHCI and EHCI bits have > to be enabled to make only one of them working. We take care of this, and > initialisation works fine (due

Re: [U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-03 Thread Jagan Teki
On Tue, Jul 3, 2018 at 5:14 AM, Andre Przywara wrote: > The USB host controllers on the H3, H5 and A64 have the oddity of > sharing some clock and reset gates, so both the OHCI and EHCI bits have > to be enabled to make only one of them working. We take care of this, and > initialisation works

[U-Boot] [PATCH] sunxi: H3/H5/A64: OHCI: prevent turning off shared gates

2018-07-02 Thread Andre Przywara
The USB host controllers on the H3, H5 and A64 have the oddity of sharing some clock and reset gates, so both the OHCI and EHCI bits have to be enabled to make only one of them working. We take care of this, and initialisation works fine (due to setting already set bits). However on shutdown we