Hello Linus, Here is Generic phy drivers fixes request which contains of bunch of renesas fixes and few smaller fixes in other drivers. The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8: Linux 6.15-rc1 (2025-04-06 13:11:33 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-6.15 for you to fetch changes up to b2ea5f49580c0762d17d80d8083cb89bc3acf74f: phy: Fix error handling in tegra_xusb_port_init (2025-05-14 12:28:43 +0100) ---------------------------------------------------------------- phy fixes for 6.15 - Biggest is Rensas fixes for unbind ole detection, irq, locking etc - tegra fixes for error handling at init and UTMI power states and stray unlock fix - rockchip missing assignment and pll output fixes - startfive usb host detection fixes ---------------------------------------------------------------- Algea Cao (1): phy: phy-rockchip-samsung-hdptx: Fix PHY PLL output 50.25MHz error Claudiu Beznea (5): phy: renesas: rcar-gen3-usb2: Fix role detection on unbind/bind phy: renesas: rcar-gen3-usb2: Move IRQ request in probe phy: renesas: rcar-gen3-usb2: Lock around hardware registers and driver data phy: renesas: rcar-gen3-usb2: Assert PLL reset on PHY power off phy: renesas: rcar-gen3-usb2: Set timing registers only once Dan Carpenter (2): phy: rockchip-samsung-dcphy: Add missing assignment phy: tegra: xusb: remove a stray unlock Geert Uytterhoeven (1): phy: can-transceiver: Re-instate "mux-states" property presence check Hal Feng (1): phy: starfive: jh7110-usb: Fix USB 2.0 host occasional detection failure Ma Ke (1): phy: Fix error handling in tegra_xusb_port_init Nitin Rawat (1): phy: qcom-qmp-ufs: check for mode type for phy setting Wayne Chang (1): phy: tegra: xusb: Use a bitmask for UTMI pad power state tracking drivers/phy/phy-can-transceiver.c | 22 ++-- drivers/phy/qualcomm/phy-qcom-qmp-ufs.c | 3 +- drivers/phy/renesas/phy-rcar-gen3-usb2.c | 133 ++++++++++++---------- drivers/phy/rockchip/phy-rockchip-samsung-dcphy.c | 2 +- drivers/phy/rockchip/phy-rockchip-samsung-hdptx.c | 2 + drivers/phy/starfive/phy-jh7110-usb.c | 7 ++ drivers/phy/tegra/xusb-tegra186.c | 46 ++++---- drivers/phy/tegra/xusb.c | 8 +- 8 files changed, 132 insertions(+), 91 deletions(-) -- ~Vinod