Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-03 Thread Anand Moon
Hi Tobias, On Thu, 4 Apr 2019 at 01:28, Tobias Jakobi wrote: > > Hello, > > in case this isn't totally obvious, I want to state it here again: THIS IS A > HACK! > > This patch of mine was never meant for upstream submission. Note that the > original commit has a TODO included, which again makes

Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-03 Thread Tobias Jakobi
Hello, in case this isn't totally obvious, I want to state it here again: THIS IS A HACK! This patch of mine was never meant for upstream submission. Note that the original commit has a TODO included, which again makes clear: This is not the proper way to do it. It's a quick&dirty solution becau

Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-01 Thread Anand Moon
Hi Krzysztof, On Mon, 1 Apr 2019 at 18:18, Krzysztof Kozlowski wrote: > > On Mon, 1 Apr 2019 at 13:52, Anand Moon wrote: > > > > From: Tobias Jakobi > > > > Rename board_usb_init() to exynos_usb_init() and call it > > early in the Exynos EHCI driver when probing. > > > > This kind of works. Aft

Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-01 Thread Jack Mitchell
On 01/04/2019 13:57, Lukasz Majewski wrote: > Hi Anand, > >> From: Tobias Jakobi >> >> Rename board_usb_init() to exynos_usb_init() and call it >> early in the Exynos EHCI driver when probing. >> >> This kind of works. After a 'usb start; usb stop; usb start' >> cycle the attached devices are r

Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-01 Thread Lukasz Majewski
Hi Anand, > From: Tobias Jakobi > > Rename board_usb_init() to exynos_usb_init() and call it > early in the Exynos EHCI driver when probing. > > This kind of works. After a 'usb start; usb stop; usb start' > cycle the attached devices are recognized. > > Add small delay between gpio_direction_

Re: [U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-01 Thread Krzysztof Kozlowski
On Mon, 1 Apr 2019 at 13:52, Anand Moon wrote: > > From: Tobias Jakobi > > Rename board_usb_init() to exynos_usb_init() and call it > early in the Exynos EHCI driver when probing. > > This kind of works. After a 'usb start; usb stop; usb start' > cycle the attached devices are recognized. > > Add

[U-Boot] [RFC 1/6] odroid: exynos: USB initialization on the U3/X2

2019-04-01 Thread Anand Moon
From: Tobias Jakobi Rename board_usb_init() to exynos_usb_init() and call it early in the Exynos EHCI driver when probing. This kind of works. After a 'usb start; usb stop; usb start' cycle the attached devices are recognized. Add small delay between gpio_direction_output to stable initializati