.../phy/airoha,an7583-pcie-gen2-phy.yaml | 63 + .../bindings/phy/airoha,an7583-usb-phy.yaml | 133 ++ 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 | 2023 +++++++++++++++++ 7 files changed, 2236 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/phy/airoha,an7583-pcie-gen2-phy.yaml create mode 100644 Documentation/devicetree/bindings/phy/airoha,an7583-usb-phy.yaml create mode 100644 drivers/phy/airoha/Kconfig create mode 100644 drivers/phy/airoha/Makefile create mode 100644 drivers/phy/airoha/phy-an7583-usb.c