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
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
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