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 <[email protected]> > --- > 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 <[email protected]>

