RE: [PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-06-13 Thread Jun Li
chtek.com; > Peter Chen ; garsi...@embeddedor.com; > gso...@gmail.com; linux-usb@vger.kernel.org; devicet...@vger.kernel.org; > dl-linux-imx > Subject: Re: [PATCH v6 05/15] usb: typec: add API to get typec basic port > power > and data config > > Hi Jun, > > On Mon

Re: [PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-06-11 Thread Heikki Krogerus
Hi Jun, On Mon, May 28, 2018 at 10:52:37AM +0800, Li Jun wrote: > This patch adds 3 APIs to get the typec port power and data type, > and preferred power role by its name string. > > Signed-off-by: Li Jun > --- > drivers/usb/typec/class.c | 50 > +++

Re: [PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-05-30 Thread kbuild test robot
Hi Li, Thank you for the patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.17-rc7 next-20180529] [cannot apply to staging/staging-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

RE: [PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-05-29 Thread Jun Li
; a.ha...@samsung.com; shufan_...@richtek.com; > Peter Chen ; garsi...@embeddedor.com; > gso...@gmail.com; Jun Li ; linux-usb@vger.kernel.org; > devicet...@vger.kernel.org; dl-linux-imx > Subject: Re: [PATCH v6 05/15] usb: typec: add API to get typec basic port > power > and

Re: [PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-05-29 Thread kbuild test robot
Hi Li, Thank you for the patch! Yet something to improve: [auto build test ERROR on usb/usb-testing] [also build test ERROR on v4.17-rc7 next-20180529] [cannot apply to staging/staging-testing] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]

[PATCH v6 05/15] usb: typec: add API to get typec basic port power and data config

2018-05-27 Thread Li Jun
This patch adds 3 APIs to get the typec port power and data type, and preferred power role by its name string. Signed-off-by: Li Jun --- drivers/usb/typec/class.c | 50 +++ include/linux/usb/typec.h | 3 +++ 2 files changed, 53