[PATCH v2 0/2] phy: Add support for Airoha AN7583 USB PHY
Christian Marangi <[email protected]>
| Newsgroups | org.infradead.lists.linux-phy,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
This small series ass support for Airoha USB PHY and Gen2 PCIe PHY. Changes v2: - Add Documentation - Out of RFC - Rework to Serdes PHY instead of SCU (following for consistency AN7581 implementation) Christian Marangi (2): dt-bindings: phy: Add documentation for Airoha AN7583 USB PHY phy: airoha: Add support for Airoha AN7583 USB PHY .../bindings/phy/airoha,an7583-usb-phy.yaml | 205 +- drivers/phy/Kconfig | 1 + drivers/phy/Makefile | 3 +- drivers/phy/airoha/Kconfig | 11 + drivers/phy/airoha/Makefile | 3 + drivers/phy/airoha/phy-an7583-usb.c | 2009 +++++++++++++++++ 6 files changed, 2194 insertions(+), 38 deletions(-) create mode 100644 drivers/phy/airoha/Kconfig create mode 100644 drivers/phy/airoha/Makefile create mode 100644 drivers/phy/airoha/phy-an7583-usb.c -- 2.53.0 -- linux-phy mailing list [email protected] https://lists.infradead.org/mailman/listinfo/linux-phy