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

Mathias Nyman mathias.nyman at linux.intel.com
Mon Mar 8 11:06:53 GMT 2021


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 at mediatek.com>
> ---
> 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 at linux.intel.com>



More information about the linux-arm-kernel mailing list