Re: [PATCH v3 7/7] arm: meson: change trace level for phy errors managed by uclass

2020-09-22 Thread Tom Rini
On Fri, Jul 03, 2020 at 05:36:46PM +0200, Patrick Delaunay wrote: > As the error message is now displayed by generic phy functions, > the pr_err can be change to pr_debug. > > Signed-off-by: Patrick Delaunay > Acked-by: Neil Armstrong Applied to u-boot/next, thanks! -- Tom signature.asc De

Re: [PATCH v3 7/7] arm: meson: change trace level for phy errors managed by uclass

2020-07-07 Thread Neil Armstrong
Hi, Le 03/07/2020 à 17:36, Patrick Delaunay a écrit : > As the error message is now displayed by generic phy functions, > the pr_err can be change to pr_debug. > > Signed-off-by: Patrick Delaunay > --- > > Changes in v3: > - add update for mach-meson board-gx: new generic_phy API usage > > ar

[PATCH v3 7/7] arm: meson: change trace level for phy errors managed by uclass

2020-07-03 Thread Patrick Delaunay
As the error message is now displayed by generic phy functions, the pr_err can be change to pr_debug. Signed-off-by: Patrick Delaunay --- Changes in v3: - add update for mach-meson board-gx: new generic_phy API usage arch/arm/mach-meson/board-gx.c | 8 1 file changed, 4 insertions(+),