[PATCH 5/8] xhci: mediatek: Add support for MTK xHCI host controller

Chunfeng Yun chunfeng.yun at mediatek.com
Thu Mar 12 07:23:54 CET 2020


On Wed, 2020-03-11 at 06:18 -0600, Simon Glass wrote:
> Hi Chunfeng,
> 
> On Wed, 11 Mar 2020 at 01:00, Chunfeng Yun <chunfeng.yun at mediatek.com> wrote:
> >
> > This patch is used to support the on-chip xHCI controller on
> > MediaTek SoCs, currently only control/bulk transfers are
> > supported.
> >
> 
> Are interrupt transfers planned for later?
Yes, will support it in the later version

> 
> > Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> > ---
> >  drivers/usb/host/Kconfig    |   6 +
> >  drivers/usb/host/Makefile   |   1 +
> >  drivers/usb/host/xhci-mtk.c | 508 ++++++++++++++++++++++++++++++++++++
> >  3 files changed, 515 insertions(+)
> >  create mode 100644 drivers/usb/host/xhci-mtk.c
> 
> Regards,
> Simon



More information about the U-Boot mailing list