Re: [PATCH 01/12] usb: typec: add API to get port type and preferred role

2017-09-26 Thread Guenter Roeck
On 09/25/2017 05:45 PM, Li Jun wrote: This patch add 2 APIs to get port type and preferred role from firmware description. Signed-off-by: Li Jun --- drivers/usb/typec/typec.c | 45 + include/linux/usb/typec.h | 2 ++ 2 files

RE: [PATCH 01/12] usb: typec: add API to get port type and preferred role

2017-09-26 Thread Jun Li
ue...@google.com; o_leve...@orange.fr; Peter > Chen <peter.c...@nxp.com>; A.s. Dong <aisheng.d...@nxp.com>; linux- > u...@vger.kernel.org; devicet...@vger.kernel.org > Subject: Re: [PATCH 01/12] usb: typec: add API to get port type and preferred > role > > Hi, >

Re: [PATCH 01/12] usb: typec: add API to get port type and preferred role

2017-09-26 Thread Heikki Krogerus
Hi, On Tue, Sep 26, 2017 at 08:45:16AM +0800, Li Jun wrote: > This patch add 2 APIs to get port type and preferred role from firmware > description. > > Signed-off-by: Li Jun > --- > drivers/usb/typec/typec.c | 45 + >

[PATCH 01/12] usb: typec: add API to get port type and preferred role

2017-09-25 Thread Li Jun
This patch add 2 APIs to get port type and preferred role from firmware description. Signed-off-by: Li Jun --- drivers/usb/typec/typec.c | 45 + include/linux/usb/typec.h | 2 ++ 2 files changed, 47 insertions(+) diff --git