usb: host: xhci: Make U_BOOT_DRIVER entries unique
authorTom Rini <trini@konsulko.com>
Fri, 26 Sep 2025 15:30:33 +0000 (09:30 -0600)
committerMarek Vasut <marek.vasut+usb@mailbox.org>
Wed, 12 Nov 2025 21:13:03 +0000 (22:13 +0100)
commit4ea93facebcd22d18e390fa566ae2bd79fcc4672
tree425db6eb87de48428a06dcf3ea49548524212461
parent91b9659273029151d9be3c79f3a2cb4da261d241
usb: host: xhci: Make U_BOOT_DRIVER entries unique

All instances of the U_BOOT_DRIVER must use a unique name or they will
lead to link time failures due to name space conflicts when both are
present. Most of the XHCI drivers follow pattern of xhci_xxx in their
name, but a few used "usb_xhci". Change these to follow the pattern of
the rest of the XHCI glue drivers.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Peter Robinson <pbrobinson@gmail.com>
drivers/usb/host/xhci-brcm.c
drivers/usb/host/xhci-exynos5.c
drivers/usb/host/xhci-generic.c
drivers/usb/host/xhci-mtk.c
drivers/usb/host/xhci-mvebu.c
drivers/usb/host/xhci-rcar.c