Hello Greg, Please pull to recieve the fixes for v5.17 for Generic phy subsystem. The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes-5.17 for you to fetch changes up to 9a8406ba1a9a2965c27e0db1d7753471d12ee9ff: phy: dphy: Correct clk_pre parameter (2022-02-02 10:33:04 +0530) ---------------------------------------------------------------- phy: fixes for 5.17 Fixes for bunch of drivers: - clk params for dphy - arg fix for mtk-tphy - refcount leak fix for stm32 - bus width fix for zynqmp - sentinel fix ti - PHY_BRCM_USB Kconfig fix - clk fix for usb phy ---------------------------------------------------------------- Al Cooper (2): phy: usb: Leave some clocks running during suspend phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option Dan Carpenter (2): phy: cadence: Sierra: fix error handling bugs in probe() phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() Kishon Vijay Abraham I (1): phy: ti: Fix missing sentinel for clk_div_table Liu Ying (1): phy: dphy: Correct clk_pre parameter Robert Hancock (1): phy: xilinx: zynqmp: Fix bus width setting for SGMII Wan Jiabing (1): phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy drivers/gpu/drm/bridge/nwl-dsi.c | 12 ++++---- drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 3 +- drivers/phy/broadcom/Kconfig | 3 +- drivers/phy/broadcom/phy-brcm-usb.c | 38 ++++++++++++++++++++++++ drivers/phy/cadence/phy-cadence-sierra.c | 35 +++++++++++++--------- drivers/phy/mediatek/phy-mtk-tphy.c | 2 +- drivers/phy/phy-core-mipi-dphy.c | 4 +-- drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 3 +- drivers/phy/st/phy-stm32-usbphyc.c | 2 +- drivers/phy/ti/phy-j721e-wiz.c | 1 + drivers/phy/xilinx/phy-zynqmp.c | 11 +++---- 11 files changed, 80 insertions(+), 34 deletions(-) -- ~Vinod