Re: [PATCH v2 4/4] usb: host: add xhci-exynos module

From: Krzysztof Kozlowski
Date: Tue Mar 08 2022 - 10:37:51 EST


On 07/03/2022 11:17, Daehwan Jung wrote:
> This is for reference to introduce usb offload as seeing how a user does.
> We only care DCBAA, Device Context, Transfer Ring, Event Ring, and ERST.
> They are allocated on specific address(SRAM) for Co-Processor.
> Co-processor could use them directly without xhci driver after then.
>
> Signed-off-by: Daehwan Jung <dh10.jung@xxxxxxxxxxx>
> ---
> drivers/usb/host/xhci-exynos.c | 2025 ++++++++++++++++++++++++++++++++
> drivers/usb/host/xhci-exynos.h | 150 +++
> 2 files changed, 2175 insertions(+)
> create mode 100644 drivers/usb/host/xhci-exynos.c
> create mode 100644 drivers/usb/host/xhci-exynos.h
>

NAK. I wrote in reply to your v1 - you need an in-tree user. Not
out-of-tree.

Best regards,
Krzysztof