Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread Guenter Roeck
On 8/28/20 7:33 AM, ChiYuan Huang wrote: > Chunfeng Yun 於 2020年8月28日 週五 下午8:11寫道: >> >> On Thu, 2020-08-27 at 19:18 +0800, cy_huang wrote: >>> From: ChiYuan Huang >>> >>> Mediatek MT6360 is a multi-functional IC that includes USB Type-C. >>> It works with Type-C Port Controller Manager to provide

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread ChiYuan Huang
Chunfeng Yun 於 2020年8月28日 週五 下午8:11寫道: > > On Thu, 2020-08-27 at 19:18 +0800, cy_huang wrote: > > From: ChiYuan Huang > > > > Mediatek MT6360 is a multi-functional IC that includes USB Type-C. > > It works with Type-C Port Controller Manager to provide USB PD > > and USB Type-C functionalities. >

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread Chunfeng Yun
On Thu, 2020-08-27 at 19:18 +0800, cy_huang wrote: > From: ChiYuan Huang > > Mediatek MT6360 is a multi-functional IC that includes USB Type-C. > It works with Type-C Port Controller Manager to provide USB PD > and USB Type-C functionalities. > > v1 to v2 > 1. Add fix to Prevent the race conditi

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread Heikki Krogerus
On Fri, Aug 28, 2020 at 06:27:26PM +0800, ChiYuan Huang wrote: > Heikki Krogerus 於 2020年8月28日 週五 下午5:39寫道: > > > > On Thu, Aug 27, 2020 at 10:51:43PM +0800, ChiYuan Huang wrote: > > > Heikki Krogerus 於 2020年8月27日 週四 > > > 下午10:00寫道: > > > > > > > > On Thu, Aug 27, 2020 at 07:18:55PM +0800, cy_hu

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread ChiYuan Huang
Heikki Krogerus 於 2020年8月28日 週五 下午5:39寫道: > > On Thu, Aug 27, 2020 at 10:51:43PM +0800, ChiYuan Huang wrote: > > Heikki Krogerus 於 2020年8月27日 週四 下午10:00寫道: > > > > > > On Thu, Aug 27, 2020 at 07:18:55PM +0800, cy_huang wrote: > > > > From: ChiYuan Huang > > > > > > > > Mediatek MT6360 is a multi

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-28 Thread Heikki Krogerus
On Thu, Aug 27, 2020 at 10:51:43PM +0800, ChiYuan Huang wrote: > Heikki Krogerus 於 2020年8月27日 週四 下午10:00寫道: > > > > On Thu, Aug 27, 2020 at 07:18:55PM +0800, cy_huang wrote: > > > From: ChiYuan Huang > > > > > > Mediatek MT6360 is a multi-functional IC that includes USB Type-C. > > > It works wit

[PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-27 Thread cy_huang
From: ChiYuan Huang Mediatek MT6360 is a multi-functional IC that includes USB Type-C. It works with Type-C Port Controller Manager to provide USB PD and USB Type-C functionalities. v1 to v2 1. Add fix to Prevent the race condition from interrupt and tcpci port unregister during module remove.

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-27 Thread ChiYuan Huang
Heikki Krogerus 於 2020年8月27日 週四 下午10:00寫道: > > On Thu, Aug 27, 2020 at 07:18:55PM +0800, cy_huang wrote: > > From: ChiYuan Huang > > > > Mediatek MT6360 is a multi-functional IC that includes USB Type-C. > > It works with Type-C Port Controller Manager to provide USB PD > > and USB Type-C functio

Re: [PATCH v3 1/3] usb typec: mt6360: Add support for mt6360 Type-C driver

2020-08-27 Thread Heikki Krogerus
On Thu, Aug 27, 2020 at 07:18:55PM +0800, cy_huang wrote: > From: ChiYuan Huang > > Mediatek MT6360 is a multi-functional IC that includes USB Type-C. > It works with Type-C Port Controller Manager to provide USB PD > and USB Type-C functionalities. > > v1 to v2 > 1. Add fix to Prevent the race