RE: [PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-09 Thread Peter Chen
> > > USB role is fully controlled by usb role switch consumer(e.g. > > > typec), usb port can be at host mode(USB_ROLE_HOST), device mode > > > connected to host(USB_ROLE_DEVICE), or not connecting any > parter(USB_ROLE_NONE). > > > > > > > %s/parter/partner ? > > Yes, I will update. > > > > >

RE: [PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-09 Thread Jun Li
> -Original Message- > From: Peter Chen > Sent: 2019年8月8日 17:31 > To: Jun Li > Cc: gre...@linuxfoundation.org; Jun Li ; dl-linux-imx > ; linux-usb@vger.kernel.org > Subject: RE: [PATCH v2 2/2] usb: chipidea: add role switch class support > > > > USB rol

RE: [PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-08 Thread Peter Chen
> USB role is fully controlled by usb role switch consumer(e.g. typec), usb > port can be > at host mode(USB_ROLE_HOST), device mode connected to > host(USB_ROLE_DEVICE), or not connecting any parter(USB_ROLE_NONE). > %s/parter/partner ? Are there any ways you could get external cable status

Re: [PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-08 Thread kbuild test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc3 next-20190807] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/jun-li-nxp

Re: [PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-07 Thread kbuild test robot
Hi, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc3 next-20190807] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/jun-li-nxp

[PATCH v2 2/2] usb: chipidea: add role switch class support

2019-08-07 Thread jun . li
From: Li Jun USB role is fully controlled by usb role switch consumer(e.g. typec), usb port can be at host mode(USB_ROLE_HOST), device mode connected to host(USB_ROLE_DEVICE), or not connecting any parter(USB_ROLE_NONE). Signed-off-by: Li Jun --- Change for v2: - Support USB_ROLE_NONE, which f