This patcheset add the driver and dt-bindings for the Meson-PCIE-PHY controller. Changes since v1: [0] - move 'apb' and 'port' reset to ctrl driver - format correcting [0] : https://lkml.org/lkml/2018/8/14/66 Yue Wang (2): dt-bindings: phy: add DT bindings for Amlogic Meson PCIe Phy controller PCI: meson: add the Amlogic Meson PCIe phy driver .../bindings/phy/amlogic,meson-pcie-phy.txt | 21 ++++ drivers/phy/amlogic/Kconfig | 8 ++ drivers/phy/amlogic/Makefile | 1 + drivers/phy/amlogic/phy-meson-axg-pcie.c | 124 +++++++++++++++++++++ 4 files changed, 154 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/amlogic,meson-pcie-phy.txt create mode 100644 drivers/phy/amlogic/phy-meson-axg-pcie.c -- 2.7.4