Re: [PATCH v3 1/7] phy: generic: add error trace to detect PHY issue in uclass

2020-09-22 Thread Tom Rini
On Fri, Jul 03, 2020 at 05:36:40PM +0200, Patrick Delaunay wrote: > Add an error trace for PHY errors directly in generic phy > functions provided by PHY uclass. > > Signed-off-by: Patrick Delaunay Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v3 1/7] phy: generic: add error trace to detect PHY issue in uclass

2020-07-03 Thread Patrick Delaunay
Add an error trace for PHY errors directly in generic phy functions provided by PHY uclass. Signed-off-by: Patrick Delaunay --- This patch is requested by Marek Vasut to avoid code duplication in usb host serie for dwc2: See http://patchwork.ozlabs.org/patch/1176048/#2297595 [U-Boot,RESEND,1/5]