devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] usb: host: ehci-platform: add support for optional external vbus supply
@ 2018-03-01  9:51 Amelie Delaunay
  2018-03-01  9:51 ` [PATCH v4 1/2] dt-bindings: usb: ehci: add optional external vbus supply property Amelie Delaunay
  2018-03-01  9:51 ` [PATCH v4 2/2] usb: host: ehci-platform: add support for optional external vbus supply Amelie Delaunay
  0 siblings, 2 replies; 7+ messages in thread
From: Amelie Delaunay @ 2018-03-01  9:51 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Rob Herring, Mark Rutland, Tony Prisk,
	Alan Stern, Roger Quadros, Felipe Balbi, Robin Murphy
  Cc: linux-usb, devicetree, linux-kernel, linux-arm-kernel,
	Amelie Delaunay

This patchset adds support for optional external vbus supply per port in
ehci-platform.

On some boards, especially when vbus supply requires large current,
and the charge pump on the PHY isn't enough, an external vbus power switch
per port may be used.

---
Changes in v4:
 * Address Roger Quadros comments: split dt-bindings and driver changes.
 * Address Robin Murphy comments: simplify vbus_spplies initialization.

Changes in v3:
 * Address Felipe Balbi comments: reduce indentation in
   ehci_platform_port_power.
 * Address Roger Quadros and Alan Stern comments: platforms can have one
   external vbus supply per port, so add support to get as many optional
   regulator as implemented ports on the host controller.

Changes in v2:
 * Address Roger Quadros comments: move regulator_enable/disable from
   ehci_platform_power_on/off to ehci_platform_port_power.

Amelie Delaunay (2):
  dt-bindings: usb: ehci: add optional external vbus supply property
  usb: host: ehci-platform: add support for optional external vbus
    supply

 Documentation/devicetree/bindings/usb/usb-ehci.txt |  1 +
 drivers/usb/host/ehci-platform.c                   | 51 +++++++++++++++++++++-
 2 files changed, 51 insertions(+), 1 deletion(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-03-20  9:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01  9:51 [PATCH v4 0/2] usb: host: ehci-platform: add support for optional external vbus supply Amelie Delaunay
2018-03-01  9:51 ` [PATCH v4 1/2] dt-bindings: usb: ehci: add optional external vbus supply property Amelie Delaunay
2018-03-06  1:57   ` Rob Herring
2018-03-06 14:09     ` Robin Murphy
2018-03-06 14:40       ` Rob Herring
2018-03-20  9:10         ` Amelie DELAUNAY
2018-03-01  9:51 ` [PATCH v4 2/2] usb: host: ehci-platform: add support for optional external vbus supply Amelie Delaunay

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).