Re: [PATCH v2 15/18] usb: xhci-mtk: support to build xhci-mtk-hcd.ko

From: Mathias Nyman
Date: Mon Mar 08 2021 - 06:05:56 EST


On 8.3.2021 4.52, Chunfeng Yun wrote:
> Currently xhci-hcd.ko building depends on USB_XHCI_MTK, this
> is not flexible for some cases. For example:
> USB_XHCI_HCD is y, and USB_XHCI_MTK is m, then we can't
> implement extended functions if only update xhci-mtk.ko
> This patch is used to remove the dependence.
>
> Signed-off-by: Chunfeng Yun <chunfeng.yun@xxxxxxxxxxxx>
> ---
> v2: no changes
> ---
> drivers/usb/host/Makefile | 6 ++---
> drivers/usb/host/xhci-mem.c | 2 +-
> drivers/usb/host/xhci-mtk-sch.c | 48 +++++++++++++++++++++++----------
> drivers/usb/host/xhci-mtk.c | 2 ++
> drivers/usb/host/xhci-mtk.h | 33 +++--------------------
> drivers/usb/host/xhci-ring.c | 1 -
> drivers/usb/host/xhci.c | 30 +++++++++------------
> drivers/usb/host/xhci.h | 8 ++++++
> 8 files changed, 64 insertions(+), 66 deletions(-)
>

Acked-by: Mathias Nyman <mathias.nyman@xxxxxxxxxxxxxxx>