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

Simon Glass sjg at chromium.org
Wed Mar 11 13:18:00 CET 2020


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?

> 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