Re: [PATCH 1/2] extcon: add driver for TI TUSB320

2020-10-19 Thread Chanwoo Choi
On 10/15/20 11:07 PM, Michael Auchter wrote: > This patch adds an extcon driver for the TI TUSB320 USB Type-C device. > This can be used to detect whether the port is configured as a > downstream or upstream facing port. > > Signed-off-by: Michael Auchter > --- > Changes since v1: > - Drop

[PATCH 1/2] extcon: add driver for TI TUSB320

2020-10-15 Thread Michael Auchter
This patch adds an extcon driver for the TI TUSB320 USB Type-C device. This can be used to detect whether the port is configured as a downstream or upstream facing port. Signed-off-by: Michael Auchter --- Changes since v1: - Drop license text that's redundant with SPDX tag - Cleanup, sort list

Re: [PATCH 1/2] extcon: add driver for TI TUSB320

2020-10-08 Thread Chanwoo Choi
Hi, Almost looks good to me. I added some comments. On 10/9/20 7:39 AM, Michael Auchter wrote: > This patch adds an extcon driver for the TI TUSB320 USB Type-C device. > This can be used to detect whether the port is configured as a > downstream or upstream facing port. > > Signed-off-by:

[PATCH 1/2] extcon: add driver for TI TUSB320

2020-10-08 Thread Michael Auchter
This patch adds an extcon driver for the TI TUSB320 USB Type-C device. This can be used to detect whether the port is configured as a downstream or upstream facing port. Signed-off-by: Michael Auchter --- drivers/extcon/Kconfig | 7 ++ drivers/extcon/Makefile | 1