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

From: Greg Kroah-Hartman
Date: Mon Mar 07 2022 - 06:09:07 EST


On Mon, Mar 07, 2022 at 07:17:36PM +0900, 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

Please test-build your patches before sending them out :(