Re: [PATCH v2 1/2] usb: core: phy: add support for PHY calibration

2019-07-28 Thread Jochen Sprickerhof
Hi Marek, thanks for working on this! Tested on my XU4 Tested-by: Jochen Sprickerhof * Anand Moon [2019-07-23 00:30]: Hi Marek, On Fri, 19 Jul 2019 at 13:43, Marek Szyprowski wrote: Some PHYs (for example Exynos5 USB3.0 DRD PHY) require calibration to be done after every USB HCD reset

Re: [PATCH v2 2/2] usb: dwc3: remove generic PHY calibrate() calls

2019-07-28 Thread Jochen Sprickerhof
Hi Marek, Tested on my XU4 Tested-by: Jochen Sprickerhof * Anand Moon [2019-07-23 00:30]: Hi Marek, On Fri, 19 Jul 2019 at 13:43, Marek Szyprowski wrote: Calls to USB2 generic PHY calibrate() method has been moved to HCD core, which now successfully handles generic PHYs and their

[PATCH] usb: dwc3: core: Setup phy before trying to read from it

2017-07-07 Thread Jochen Sprickerhof
to be run before. Fix this by moving the call to dwc3_phy_setup() before dwc3_core_is_valid(). This fixes USB and Ethernet on Odroid XU4. This needs and is supposed to be applied on top of https://patchwork.kernel.org/patch/9815981/ Also see https://bugs.debian.org/843448 Signed-off-by: Jochen S

Re: USB 3.0 is broken on Odroid Xu4 on latest kernel

2017-07-21 Thread Jochen Sprickerhof
Hi, I've send a patch for this some time ago here: http://marc.info/?l=linux-usb&m=149945465112440&w=2 This goes along with the patch in this thread: http://marc.info/?l=linux-usb&m=149983203023058&w=2 Would be great if you could give it a try and report back. @Felipe can I do anything more t

Re: USB 3.0 is broken on Odroid Xu4 on latest kernel

2017-07-21 Thread Jochen Sprickerhof
* Felipe Balbi [2017-07-21 11:10]: > Hi, > > Jochen Sprickerhof writes: > > Hi, > > > > I've send a patch for this some time ago here: > > > > http://marc.info/?l=linux-usb&m=149945465112440&w=2 > > > > This goes along with t

[PATCH] usb: dwc3: Enable GBit Ethernet on Odroid XU4

2019-01-21 Thread Jochen Sprickerhof
: Dev 1, Class=root_hub, Driver=xhci-hcd/1p, 5000M |__ Port 1: Dev 2, If 0, Class=Vendor Specific Class, Driver=r8152, 5000M Tested on Debian unstable using u-boot-exynos (2018.11+dfsg-2) and Linux 4.19.14. Signed-off-by: Jochen Sprickerhof --- Hi, I'm not sure why this it only works wit

Re: [PATCH] usb: dwc3: Enable GBit Ethernet on Odroid XU4

2019-02-06 Thread Jochen Sprickerhof
* Roger Quadros [2019-02-06 10:41]: Hi, On 21/01/19 16:02, Jochen Sprickerhof wrote: [..] I'm not sure why this it only works with the driver compiled into the kernel nor why it needs a hard reset or why it was the line was dropped when the patch was accepted. Would be great to get

Re: [PATCH] usb: dwc3: Enable GBit Ethernet on Odroid XU4

2019-02-08 Thread Jochen Sprickerhof
Hi Marek, * Marek Szyprowski [2019-02-08 13:36]: On 21/01/19 16:02, Jochen Sprickerhof wrote: [..] I'm not sure why this it only works with the driver compiled into the kernel nor why it needs a hard reset or why it was the line was dropped when the patch was accepted. Would be great t