mbox series

[0/2] phy: renesas: r8a779f0-eth-serdes: Add .power_on()

Message ID 20221226065316.3895480-1-yoshihiro.shimoda.uh@renesas.com
Headers show
Series phy: renesas: r8a779f0-eth-serdes: Add .power_on() | expand

Message

Yoshihiro Shimoda Dec. 26, 2022, 6:53 a.m. UTC
Add initialization function for each channel from step 9 or later on
the datasheet. Otherwise, the rswitch driver cannot initialize
this SERDES hardware correctly.

Yoshihiro Shimoda (2):
  phy: renesas: r8a779f0-eth-serdes: Add .power_on() into phy_ops
  phy: renesas: r8a779f0-eth-serdes: Remove retry code in .init()

 drivers/phy/renesas/r8a779f0-ether-serdes.c | 65 ++++++++++-----------
 1 file changed, 30 insertions(+), 35 deletions(-)

Comments

Vinod Koul Jan. 13, 2023, 6:04 p.m. UTC | #1
On 26-12-22, 15:53, Yoshihiro Shimoda wrote:
> Add initialization function for each channel from step 9 or later on
> the datasheet. Otherwise, the rswitch driver cannot initialize
> this SERDES hardware correctly.

Applied, thanks