Hello Greg, Please pull to receive the Generic phy updates for v5.19. This time no new driver, few driver with new chip support and driver updates. As usual the changes are already in linux-next. The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-for-5.19 for you to fetch changes up to d413a34932f98cc5bf0ffdd332884a8b63a1a7f9: phy: qcom-qmp: rename error labels (2022-05-03 10:12:03 +0530) ---------------------------------------------------------------- phy-for-5.19 - New support: - LVDS configuration support and implementation in fsl driver - Qualcomm UFS phy support for SM6350 and USB PHY for SDX65 - Allwinner D-PHY Rx mode support - Yamilfy Mixel mipi-dsi-phy - Updates: - Documentation for phy ops order - Can transceiver mux support - Qualcomm QMP phy updates - Uniphier phy updates ---------------------------------------------------------------- AngeloGioacchino Del Regno (2): phy: mediatek: phy-mtk-mipi-dsi: Simplify with dev_err_probe() phy: mediatek: phy-mtk-hdmi: Simplify with dev_err_probe() Aswath Govindraju (1): phy: phy-can-transceiver: Add support for setting mux Biju Das (1): dt-bindings: phy: renesas,usb2-phy: Document RZ/G2UL phy bindings Jiapeng Chong (1): phy: rockchip-inno-usb2: Clean up some inconsistent indenting Johan Hovold (6): phy: qcom-qmp: fix phy-descriptor kernel-doc typo phy: qcom-qmp: fix struct clk leak on probe errors phy: qcom-qmp: fix reset-controller leak on probe errors phy: qcom-qmp: switch to explicit reset helpers phy: qcom-qmp: fix pipe-clock imbalance on power-on failure phy: qcom-qmp: rename error labels Jules Maselbas (3): phy: core: Add documentation of phy operation order phy: core: Update documentation syntax phy: core: Warn when phy_power_on is called before phy_init Kunihiko Hayashi (5): dt-bindings: phy: uniphier-usb2: Add vbus-supply dt-bindings: phy: uniphier-usb3ss: Treat vbus-supply as optional dt-bindings: phy: uniphier-ahci: Fix missing reset-names dt-bindings: phy: uniphier-usb3hs: Fix incorrect clock-names and reset-names dt-bindings: phy: uniphier: Clean up clocks, resets, and their names using compatible string Liu Ying (4): phy: Add LVDS configuration options dt-bindings: phy: Convert mixel,mipi-dsi-phy to json-schema dt-bindings: phy: mixel: mipi-dsi-phy: Add Mixel combo PHY support for i.MX8qxp phy: freescale: phy-fsl-imx8-mipi-dphy: Add i.MX8qxp LVDS PHY mode support Luca Weiss (2): dt-bindings: phy: qcom,qmp: Add SM6350 UFS PHY bindings phy: qcom-qmp: Add SM6350 UFS PHY support Marek Vasut (1): phy: freescale: imx8m-pcie: Handle IMX8_PCIE_REFCLK_PAD_UNUSED Minghao Chi (CGEL ZTE) (2): phy/rockchip: Use of_device_get_match_data() phy/rockchip: Use of_device_get_match_data() Paul Kocialkowski (2): dt-bindings: sun6i-a31-mipi-dphy: Add optional direction property phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2 Rob Herring (1): dt-bindings: phy: marvell,armada-3700-utmi-host-phy: Fix incorrect compatible in example Rohit Agarwal (2): dt-bindings: phy: qcom,qmp: Add SDX65 USB PHY binding phy: qcom-qmp: Add support for SDX65 QMP PHY Samuel Holland (6): phy: rockchip-inno-usb2: Fix muxed interrupt support phy: rockchip-inno-usb2: Do not check bvalid twice phy: rockchip-inno-usb2: Do not lock in bvalid IRQ handler phy: rockchip-inno-usb2: Support multi-bit mask properties phy: rockchip-inno-usb2: Handle bvalid falling phy: rockchip-inno-usb2: Handle ID IRQ Swapnil Jakhade (1): phy: cadence: Sierra: Add TI J721E specific PCIe multilink lane configuration .../phy/allwinner,sun6i-a31-mipi-dphy.yaml | 12 + .../bindings/phy/marvell,armada-3700-utmi-phy.yaml | 2 +- .../devicetree/bindings/phy/mixel,mipi-dsi-phy.txt | 29 --- .../bindings/phy/mixel,mipi-dsi-phy.yaml | 107 ++++++++ .../devicetree/bindings/phy/qcom,qmp-phy.yaml | 4 + .../devicetree/bindings/phy/renesas,usb2-phy.yaml | 1 + .../bindings/phy/socionext,uniphier-ahci-phy.yaml | 91 +++++-- .../bindings/phy/socionext,uniphier-pcie-phy.yaml | 47 +++- .../bindings/phy/socionext,uniphier-usb2-phy.yaml | 3 + .../phy/socionext,uniphier-usb3hs-phy.yaml | 89 +++++-- .../phy/socionext,uniphier-usb3ss-phy.yaml | 98 ++++++-- drivers/phy/Kconfig | 1 + drivers/phy/allwinner/phy-sun6i-mipi-dphy.c | 166 ++++++++++++- drivers/phy/cadence/phy-cadence-sierra.c | 193 +++++++++++++- drivers/phy/freescale/phy-fsl-imx8-mipi-dphy.c | 276 ++++++++++++++++++++- drivers/phy/freescale/phy-fsl-imx8m-pcie.c | 10 +- drivers/phy/mediatek/phy-mtk-hdmi.c | 50 ++-- drivers/phy/mediatek/phy-mtk-mipi-dsi.c | 29 +-- drivers/phy/phy-can-transceiver.c | 24 +- drivers/phy/phy-core.c | 44 +++- drivers/phy/qualcomm/phy-qcom-qmp.c | 124 +++++++-- drivers/phy/rockchip/phy-rockchip-dphy-rx0.c | 7 +- drivers/phy/rockchip/phy-rockchip-inno-usb2.c | 129 ++++++++-- drivers/phy/rockchip/phy-rockchip-typec.c | 6 +- include/linux/phy/phy-lvds.h | 32 +++ include/linux/phy/phy.h | 4 + 26 files changed, 1353 insertions(+), 225 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.txt create mode 100644 Documentation/devicetree/bindings/phy/mixel,mipi-dsi-phy.yaml create mode 100644 include/linux/phy/phy-lvds.h -- ~Vinod