Re: [PATCH] usb: typec: tcpm: reset the port on removal

2017-10-10 Thread Guenter Roeck
On Tue, Oct 10, 2017 at 04:40:33PM +0300, Heikki Krogerus wrote: > If a port is unregistered, all the devices attached to it > must be unregistered as well. This will also make sure VBUS > and VCONN are disabled. > > Signed-off-by: Heikki Krogerus Makes sense.

[PATCH] usb: typec: tcpm: reset the port on removal

2017-10-10 Thread Heikki Krogerus
If a port is unregistered, all the devices attached to it must be unregistered as well. This will also make sure VBUS and VCONN are disabled. Signed-off-by: Heikki Krogerus --- drivers/usb/typec/tcpm.c | 1 + 1 file changed, 1 insertion(+) diff --git