| From: |
| Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad-AT-intel.com> |
| To: |
| kishon-AT-ti.com, vkoul-AT-kernel.org, robh+dt-AT-kernel.org, balbi-AT-kernel.org, gregkh-AT-linuxfoundation.org |
| Subject: |
| [PATCH 0/4] phy: intel: Add Keem Bay USB PHY support |
| Date: |
| Mon, 21 Sep 2020 10:44:55 +0800 |
| Message-ID: |
| <20200921024459.20899-1-wan.ahmad.zainie.wan.mohamad@intel.com> |
| Cc: |
| linux-kernel-AT-vger.kernel.org, devicetree-AT-vger.kernel.org, linux-usb-AT-vger.kernel.org, andriy.shevchenko-AT-linux.intel.com, mgross-AT-linux.intel.com, lakshmi.bai.raja.subramanian-AT-intel.com, wan.ahmad.zainie.wan.mohamad-AT-intel.com |
| Archive-link: |
| Article |
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