mbox series

[0/2] phy: renesas: r8a779f0-ether-serdes: Add Re-initialize code

Message ID 20231011081817.257113-1-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series phy: renesas: r8a779f0-ether-serdes: Add Re-initialize code | expand

Message

Yoshihiro Shimoda Oct. 11, 2023, 8:18 a.m. UTC
This patch series can re-initialize this PHY after called phy_exit() and
phy_init() again. Such re-initializing the PHY will be needed for system
suspend/resume.

Yoshihiro Shimoda (2):
  phy: renesas: r8a779f0-ether-serdes: Reset in .init()
  phy: renesas: r8a779f0-ether-serdes: Add .exit() ops

 drivers/phy/renesas/r8a779f0-ether-serdes.c | 16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)

Comments

Vinod Koul Oct. 13, 2023, 10:43 a.m. UTC | #1
On Wed, 11 Oct 2023 17:18:15 +0900, Yoshihiro Shimoda wrote:
> This patch series can re-initialize this PHY after called phy_exit() and
> phy_init() again. Such re-initializing the PHY will be needed for system
> suspend/resume.
> 
> Yoshihiro Shimoda (2):
>   phy: renesas: r8a779f0-ether-serdes: Reset in .init()
>   phy: renesas: r8a779f0-ether-serdes: Add .exit() ops
> 
> [...]

Applied, thanks!

[1/2] phy: renesas: r8a779f0-ether-serdes: Reset in .init()
      commit: aa4c0bbf820ddb9dd8105a403aa12df57b9e5129
[2/2] phy: renesas: r8a779f0-ether-serdes: Add .exit() ops
      commit: 1a5361189b7acac15b9b086b2300a11b7aa84c06

Best regards,