All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] phy: intel: Add Keem Bay USB PHY support
@ 2020-09-21  2:44 Wan Ahmad Zainie
  2020-09-21  2:44 ` [PATCH 1/4] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings Wan Ahmad Zainie
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Wan Ahmad Zainie @ 2020-09-21  2:44 UTC (permalink / raw)
  To: kishon, vkoul, robh+dt, balbi, gregkh
  Cc: linux-kernel, devicetree, linux-usb, andriy.shevchenko, mgross,
	lakshmi.bai.raja.subramanian, wan.ahmad.zainie.wan.mohamad

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-09-29 17:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-21  2:44 [PATCH 0/4] phy: intel: Add Keem Bay USB PHY support Wan Ahmad Zainie
2020-09-21  2:44 ` [PATCH 1/4] dt-bindings: phy: Add Intel Keem Bay USB PHY bindings Wan Ahmad Zainie
2020-09-29 17:23   ` Rob Herring
2020-09-21  2:44 ` [PATCH 2/4] phy: intel: Add Keem Bay USB PHY support Wan Ahmad Zainie
2020-09-21  2:44 ` [PATCH 3/4] dt-bindings: usb: Add Intel Keem Bay USB controller bindings Wan Ahmad Zainie
2020-09-29 17:24   ` Rob Herring
2020-09-21  2:44 ` [PATCH 4/4] usb: dwc3: of-simple: Add compatible string for Intel Keem Bay platform Wan Ahmad Zainie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.