RE: [PATCH v2 2/2] usb: typec: add typec switch via GPIO control

2019-03-04 Thread Jun Li
ux-imx > Subject: Re: [PATCH v2 2/2] usb: typec: add typec switch via GPIO control > > On Fri, Mar 1, 2019 at 3:25 AM Jun Li wrote: > > > > This patch adds a simple typec switch driver which only needs a GPIO > > to switch the super speed active channel according to typec

Re: [PATCH v2 2/2] usb: typec: add typec switch via GPIO control

2019-03-02 Thread Andy Shevchenko
On Fri, Mar 1, 2019 at 3:25 AM Jun Li wrote: > > This patch adds a simple typec switch driver which only needs > a GPIO to switch the super speed active channel according to > typec orientation. FWIW, Reviewed-by: Andy Shevchenko One minor below. > > Signed-off-by: Li Jun > --- > > Changes fo

[PATCH v2 2/2] usb: typec: add typec switch via GPIO control

2019-02-28 Thread Jun Li
This patch adds a simple typec switch driver which only needs a GPIO to switch the super speed active channel according to typec orientation. Signed-off-by: Li Jun --- Changes for v2: - Use the correct head files for gpio api and of_device_id: #include #include - Add driver dependency on G