Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-10-09 Thread Marek Vasut
On 10/8/19 7:25 PM, Igor Opaniuk wrote: > Hi Marek, Hi, [...] >> drivers/usb/host/ehci-mx6.c | 37 + >> 1 file changed, 37 insertions(+) >> >> diff --git a/drivers/usb/host/ehci-mx6.c b/drivers/usb/host/ehci-mx6.c >> index 33abfeada0..e9e6ed596d 100644 >>

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-10-08 Thread Igor Opaniuk
Hi Marek, On Mon, Jun 24, 2019 at 8:08 PM Marek Vasut wrote: > > The EHCI iMX6 driver is only partly converted to DT probing and > still uses a tremendous amount of hard-coded addresses. Worse, > the driver uses hard-coded SoC-model-specific base addresses, which > are derived from values

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-06-26 Thread Adam Ford
On Wed, Jun 26, 2019 at 4:39 AM Lukasz Majewski wrote: > > Hi Marek, > > > The EHCI iMX6 driver is only partly converted to DT probing and > > still uses a tremendous amount of hard-coded addresses. Worse, > > the driver uses hard-coded SoC-model-specific base addresses, which > > are derived

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-06-26 Thread Lukasz Majewski
Hi Marek, > The EHCI iMX6 driver is only partly converted to DT probing and > still uses a tremendous amount of hard-coded addresses. Worse, > the driver uses hard-coded SoC-model-specific base addresses, which > are derived from values protected by SoC-specific macros, hence the > driver is also

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-06-24 Thread Marek Vasut
On 6/24/19 7:47 PM, Adam Ford wrote: > On Mon, Jun 24, 2019 at 12:07 PM Marek Vasut wrote: >> >> The EHCI iMX6 driver is only partly converted to DT probing and >> still uses a tremendous amount of hard-coded addresses. Worse, >> the driver uses hard-coded SoC-model-specific base addresses, which

Re: [U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-06-24 Thread Adam Ford
On Mon, Jun 24, 2019 at 12:07 PM Marek Vasut wrote: > > The EHCI iMX6 driver is only partly converted to DT probing and > still uses a tremendous amount of hard-coded addresses. Worse, > the driver uses hard-coded SoC-model-specific base addresses, which > are derived from values protected by

[U-Boot] [PATCH V2] usb: ehci-mx6: Fix bus enumeration for DM case

2019-06-24 Thread Marek Vasut
The EHCI iMX6 driver is only partly converted to DT probing and still uses a tremendous amount of hard-coded addresses. Worse, the driver uses hard-coded SoC-model-specific base addresses, which are derived from values protected by SoC-specific macros, hence the driver is also compiled for a