Re: [RFC PATCH 1/1] usb: dwc3: of-simple: Add extcon support

2020-05-28 Thread Guenter Roeck
On Fri, May 22, 2020 at 09:12:02PM -0700, Prashant Malani wrote: > Add optional extcon notifier support to enable the hotplug / unplug of > the underlying PHY layer devices. > > If supported, the Device Tree (DT) node for the device should include an > "extcon" property which is a phandle to an ex

[RFC PATCH 1/1] usb: dwc3: of-simple: Add extcon support

2020-05-22 Thread Prashant Malani
Add optional extcon notifier support to enable the hotplug / unplug of the underlying PHY layer devices. If supported, the Device Tree (DT) node for the device should include an "extcon" property which is a phandle to an extcon DT node. This patch is an effort to incorporate the equivalent suppor