xhci: host: Add Renesas RZ/V2M SoC support
authorBiju Das <biju.das.jz@bp.renesas.com>
Sat, 21 Jan 2023 14:58:50 +0000 (14:58 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Jan 2023 14:48:17 +0000 (15:48 +0100)
commitc52c9acc415eb6ff54f658492f8c53da0fc3528a
tree0b538ef22919c8ede81156de76b7082399148684
parent224eb5311d6a8c180932465873d809b48a2470bf
xhci: host: Add Renesas RZ/V2M SoC support

RZ/V2M is similar to R-Car XHCI but it doesn't require any
firmware, we need to reset the USB Host reset release in DRD Module
before accessing host registers.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Link: https://lore.kernel.org/r/20230121145853.4792-10-biju.das.jz@bp.renesas.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/xhci-plat.c
drivers/usb/host/xhci-rzv2m.c [new file with mode: 0644]
drivers/usb/host/xhci-rzv2m.h [new file with mode: 0644]