All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] usb : phy: Add USB PHY support on Intel LGM SoC
@ 2020-06-09 11:08 Ramuthevar,Vadivel MuruganX
  2020-06-09 11:08 ` [PATCH v1 1/2] dt-bindings: usb: Add USB PHY support for " Ramuthevar,Vadivel MuruganX
  2020-06-09 11:08 ` [PATCH v1 2/2] usb: phy: Add USB3 " Ramuthevar,Vadivel MuruganX
  0 siblings, 2 replies; 10+ messages in thread
From: Ramuthevar,Vadivel MuruganX @ 2020-06-09 11:08 UTC (permalink / raw)
  To: linux-kernel, balbi
  Cc: gregkh, robh, devicetree, p.zabel, linux-usb, cheol.yong.kim,
	qi-ming.wu, yin1.li, andriy.shevchenko,
	Ramuthevar,Vadivel MuruganX

The USB PHY provides the optimized for low power dissipation while active, idle, or on standby.
Requires minimal external components, a single resistor, for best operation.
Supports 10/5-Gbps high-speed data transmission rates through 3-m USB 3.x cable

Ramuthevar Vadivel Murugan (2):
  dt-bindings: usb: Add USB PHY support for Intel LGM SoC
  usb: phy: Add USB3 PHY support for Intel LGM SoC

 .../devicetree/bindings/usb/intel,lgm-usb-phy.yaml |  53 ++++
 drivers/usb/phy/Kconfig                            |  11 +
 drivers/usb/phy/Makefile                           |   1 +
 drivers/usb/phy/phy-lgm-usb.c                      | 269 +++++++++++++++++++++
 4 files changed, 334 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/intel,lgm-usb-phy.yaml
 create mode 100644 drivers/usb/phy/phy-lgm-usb.c

-- 
2.11.0


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

end of thread, other threads:[~2020-06-10  2:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09 11:08 [PATCH v1 0/2] usb : phy: Add USB PHY support on Intel LGM SoC Ramuthevar,Vadivel MuruganX
2020-06-09 11:08 ` [PATCH v1 1/2] dt-bindings: usb: Add USB PHY support for " Ramuthevar,Vadivel MuruganX
2020-06-09 11:08 ` [PATCH v1 2/2] usb: phy: Add USB3 " Ramuthevar,Vadivel MuruganX
2020-06-09 12:14   ` Philipp Zabel
2020-06-10  1:06     ` Ramuthevar, Vadivel MuruganX
2020-06-10  2:11     ` Ramuthevar, Vadivel MuruganX
2020-06-09 13:11   ` kernel test robot
2020-06-09 13:11     ` kernel test robot
2020-06-09 17:10   ` kernel test robot
2020-06-09 17:10     ` kernel test robot

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.