[PATCH v3 6/9] xhci: mediatek: Add support for MTK xHCI host controller
Weijie Gao
weijie.gao at mediatek.com
Wed Apr 15 09:06:19 CEST 2020
On Thu, 2020-03-26 at 16:01 +0800, Chunfeng Yun wrote:
> This patch is used to support the on-chip xHCI controller on
> MediaTek SoCs, currently only control/bulk transfers are
> supported.
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun at mediatek.com>
> ---
> v3:
> use macro approach to access registers suggested by Marek
>
> v2:
> 1. use clk_bulk to get clocks suggested by Marek
> 2. use clrsetbits_le32() etc suggeseted by Marek
> ---
> drivers/usb/host/Kconfig | 6 +
> drivers/usb/host/Makefile | 1 +
> drivers/usb/host/xhci-mtk.c | 364 ++++++++++++++++++++++++++++++++++++
> 3 files changed, 371 insertions(+)
> create mode 100644 drivers/usb/host/xhci-mtk.c
>
Reviewed-by: Weijie Gao <weijie.gao at mediatek.com>
More information about the U-Boot
mailing list