Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-30 Thread Heiko Schocher
Hello Marek, Jean, as travis build for u-boot-usb.git still fails, see https://travis-ci.org/marex/u-boot-usb/builds/564952927 just did a bisect (tried to build u200 board) on u-boot-usb.git master: Reason for build failure is: 67ebbc98a19c35eb42e0fbdb00983ea548647c9d is the first bad commit

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-30 Thread Heiko Schocher
Hello Marek, Am 30.07.2019 um 14:04 schrieb Marek Vasut: On 7/30/19 7:08 AM, Heiko Schocher wrote: [...] https://travis-ci.org/marex/u-boot-usb/builds/564952927 Still fails, now it fails elsewhere though. Hmm.. it does not fail anymore for the "buildman arm926ejs (non-NXP,siemens,at91,kirkw

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-30 Thread Marek Vasut
On 7/30/19 7:08 AM, Heiko Schocher wrote: [...] https://travis-ci.org/marex/u-boot-usb/builds/564952927 Still fails, now it fails elsewhere though. ___ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Heiko Schocher
Hello Adam, Am 29.07.2019 um 18:05 schrieb Adam Ford: On Mon, Jul 29, 2019 at 9:38 AM Marek Vasut wrote: On 7/29/19 3:19 PM, Adam Ford wrote: On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: On 7/29/19 2:16 PM, Adam Ford wrote: On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: The om

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Adam Ford
On Mon, Jul 29, 2019 at 11:54 AM Marek Vasut wrote: > > On 7/29/19 6:05 PM, Adam Ford wrote: > > On Mon, Jul 29, 2019 at 9:38 AM Marek Vasut wrote: > >> > >> On 7/29/19 3:19 PM, Adam Ford wrote: > >>> On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: > > On 7/29/19 2:16 PM, Adam Ford

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Marek Vasut
On 7/29/19 6:05 PM, Adam Ford wrote: > On Mon, Jul 29, 2019 at 9:38 AM Marek Vasut wrote: >> >> On 7/29/19 3:19 PM, Adam Ford wrote: >>> On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: On 7/29/19 2:16 PM, Adam Ford wrote: > On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: >>

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Adam Ford
On Mon, Jul 29, 2019 at 9:38 AM Marek Vasut wrote: > > On 7/29/19 3:19 PM, Adam Ford wrote: > > On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: > >> > >> On 7/29/19 2:16 PM, Adam Ford wrote: > >>> On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: > > The omap3.dtsi file shows the usb

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Marek Vasut
On 7/29/19 3:19 PM, Adam Ford wrote: > On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: >> >> On 7/29/19 2:16 PM, Adam Ford wrote: >>> On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: The omap3.dtsi file shows the usbhshost node with two sub-nodes for ohci and ehci. This patch f

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Adam Ford
On Mon, Jul 29, 2019 at 7:30 AM Marek Vasut wrote: > > On 7/29/19 2:16 PM, Adam Ford wrote: > > On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: > >> > >> The omap3.dtsi file shows the usbhshost node with two sub-nodes > >> for ohci and ehci. This patch file creates the usbhshost, and > >> pulls

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Marek Vasut
On 7/29/19 2:16 PM, Adam Ford wrote: > On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: >> >> The omap3.dtsi file shows the usbhshost node with two sub-nodes >> for ohci and ehci. This patch file creates the usbhshost, and >> pulls the portX-mode information. It then locates the EHCI >> sub-node

Re: [U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-07-29 Thread Adam Ford
On Sun, Jun 30, 2019 at 5:21 PM Adam Ford wrote: > > The omap3.dtsi file shows the usbhshost node with two sub-nodes > for ohci and ehci. This patch file creates the usbhshost, and > pulls the portX-mode information. It then locates the EHCI > sub-node, and initializes the EHCI controller with t

[U-Boot] [PATCH] usb: ehci-omap: Add Support DM_USB and OF_CONTROL

2019-06-30 Thread Adam Ford
The omap3.dtsi file shows the usbhshost node with two sub-nodes for ohci and ehci. This patch file creates the usbhshost, and pulls the portX-mode information. It then locates the EHCI sub-node, and initializes the EHCI controller with the info pulled from the usbhshost node. There is still more