This patchset is used to add spreadtrum usb20 high speed phy driver. Patch 1 is dt-binding Documentation supports, and patch 2 is the specific implementation. Pu Li (2): dt-bindings: phy: Add Spreadtrum usb20 hsphy yaml phy: sprd: Add Spreadtrum usb20 hsphy driver .../bindings/phy/phy-sprd-usb20-hs.yaml | 70 + drivers/phy/Kconfig | 1 + drivers/phy/Makefile | 1 + drivers/phy/sprd/Kconfig | 14 + drivers/phy/sprd/Makefile | 6 + drivers/phy/sprd/phy-sprd-usb20-hs.c | 1324 +++++++++++++++++ drivers/phy/sprd/phy-sprd-usb20-hs.h | 525 +++++++ 7 files changed, 1941 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-sprd-usb20-hs.yaml create mode 100644 drivers/phy/sprd/Kconfig create mode 100644 drivers/phy/sprd/Makefile create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.c create mode 100644 drivers/phy/sprd/phy-sprd-usb20-hs.h -- 2.17.1