[U-Boot] [PATCH 05/11] drivers: usb: dwc3: add ti dwc3 misc driver for wrapper

Simon Glass sjg at chromium.org
Wed May 31 03:50:23 UTC 2017


On 23 May 2017 at 05:55, Vignesh R <vigneshr at ti.com> wrote:
> From: Mugunthan V N <mugunthanvnm at ti.com>
>
> Add a misc driver for DWC3 wrapper, so that based on dr_mode the
> USB devices can bind to USB host or USB device drivers.
>
> Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
> Signed-off-by: Vignesh R <vigneshr at ti.com>
> ---
>  board/ti/am57xx/board.c      | 11 ----------
>  drivers/usb/dwc3/core.h      |  4 ++++
>  drivers/usb/dwc3/dwc3-omap.c | 52 ++++++++++++++++++++++++++++++++++++++++++++
>  drivers/usb/dwc3/gadget.c    |  2 +-
>  4 files changed, 57 insertions(+), 12 deletions(-)

Can you explain why this is a misc driver, and how it will be instantiated?


More information about the U-Boot mailing list