summaryrefslogtreecommitdiff
path: root/drivers/usb/host/xhci-rzv2m.c
AgeCommit message (Collapse)AuthorFilesLines
2023-01-25xhci: host: Add Renesas RZ/V2M SoC supportBiju Das1-0/+38
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>