linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] usb : phy: Add USB PHY support on Intel LGM SoC
@ 2020-07-13  8:54 Ramuthevar,Vadivel MuruganX
  2020-07-13  8:54 ` [PATCH v5 1/2] dt-bindings: phy: Add USB PHY support for " Ramuthevar,Vadivel MuruganX
  2020-07-13  8:54 ` [PATCH v5 2/2] phy: Add USB3 " Ramuthevar,Vadivel MuruganX
  0 siblings, 2 replies; 7+ messages in thread
From: Ramuthevar,Vadivel MuruganX @ 2020-07-13  8:54 UTC (permalink / raw)
  To: kishon, linux-kernel
  Cc: robh+dt, devicetree, p.zabel, gregkh, andriy.shevchenko, balbi,
	cheol.yong.kim, qi-ming.wu, yin1.li, 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
---
v5:
  - As per Felipe and Greg's suggestion usb phy driver reviewed patches
    changed the folder from drivers/usb/phy to drivers/phy
  - Reviewed-By tag added in commit message
v4:
  - Andy's review comments addressed
  - drop the excess error debug prints
  - error check optimized
  - merge the split line to one line
v3:
  - Andy's review comments update
  - hardcode return value changed to actual return value from the callee
  - add error check is fixed according to the above
  - correct the assignment in redundant
  - combine the split line into one line
v2:
  - Address Phillip's review comments
  - replace devm_reset_control_get() by devm_reset_control_get_exclusive()
  - re-design the assert and deassert fucntion calls as per review comments
  - address kbuild bot warnings
  - add the comments
v1:
  - initial version

---
dt-bindings: usb: Add USB PHY support for Intel LGM SoC
v5:
  - Reviewed-By tag added
v4:
  - No Change
v3:
  - No Change
v2:
  - No Change
v1:
  - initial version
 

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

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

-- 
2.11.0


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

end of thread, other threads:[~2020-07-14  3:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-13  8:54 [PATCH v5 0/2] usb : phy: Add USB PHY support on Intel LGM SoC Ramuthevar,Vadivel MuruganX
2020-07-13  8:54 ` [PATCH v5 1/2] dt-bindings: phy: Add USB PHY support for " Ramuthevar,Vadivel MuruganX
2020-07-13 15:07   ` Rob Herring
2020-07-14  3:52     ` Ramuthevar, Vadivel MuruganX
2020-07-13 15:08   ` Rob Herring
2020-07-14  3:53     ` Ramuthevar, Vadivel MuruganX
2020-07-13  8:54 ` [PATCH v5 2/2] phy: Add USB3 " Ramuthevar,Vadivel MuruganX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).