phy: generic: add error trace to detect PHY issue in uclass
authorPatrick Delaunay <patrick.delaunay@st.com>
Fri, 3 Jul 2020 15:36:40 +0000 (17:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 Sep 2020 12:46:32 +0000 (08:46 -0400)
commit2041ae5a5a84a2461b4754250d4301d8d0533fdd
treece358d07ef6a47abf05880312f5f0c6cedca5133
parent314b9b4a38befd120ce1c566d9eea8e0ec9d8336
phy: generic: add error trace to detect PHY issue in uclass

Add an error trace for PHY errors directly in generic phy
functions provided by PHY uclass.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/phy/phy-uclass.c