[PATCH 0/4] phy: intel: Add Keem Bay USB PHY support

From: Wan Ahmad Zainie
Date: Sun Sep 20 2020 - 22:46:56 EST


Hi.

Intel Keem Bay USB subsystem incorporates DesignWare USB3.1 controller,
an USB3.1 (Gen1/2) PHY and an USB2.0 PHY. It is a Dual Role Device
(DRD), operating as either a USB host or a USB device.

The patchset is tested on Keem Bay EVM.

Thank you.

Best regards,
Zainie


Wan Ahmad Zainie (4):
dt-bindings: phy: Add Intel Keem Bay USB PHY bindings
phy: intel: Add Keem Bay USB PHY support
dt-bindings: usb: Add Intel Keem Bay USB controller bindings
usb: dwc3: of-simple: Add compatible string for Intel Keem Bay
platform

.../bindings/phy/intel,phy-keembay-usb.yaml | 44 +++
.../bindings/usb/intel,keembay-dwc3.yaml | 77 +++++
drivers/phy/intel/Kconfig | 12 +
drivers/phy/intel/Makefile | 1 +
drivers/phy/intel/phy-intel-keembay-usb.c | 319 ++++++++++++++++++
drivers/usb/dwc3/dwc3-of-simple.c | 1 +
6 files changed, 454 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/intel,phy-keembay-usb.yaml
create mode 100644 Documentation/devicetree/bindings/usb/intel,keembay-dwc3.yaml
create mode 100644 drivers/phy/intel/phy-intel-keembay-usb.c

--
2.17.1