[PATCH] MAINTAINERS: Move usb_storage from DFU to USB

The usb_storage.c is the host-side USB mass storage device support, it is not the DFU/UMS gadget-side implementation. Fix the entry.
Signed-off-by: Marek Vasut marex@denx.de --- Cc: Janne Grunau j@jannau.net Cc: Lukasz Majewski lukma@denx.de Cc: Tom Rini trini@konsulko.com --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index cb4d44584d8..e6ebdbbce5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -829,7 +829,6 @@ F: cmd/dfu.c F: cmd/usb_*.c F: common/dfu.c F: common/update.c -F: common/usb_storage.c F: doc/api/dfu.rst F: doc/usage/dfu.rst F: drivers/dfu/ @@ -1452,6 +1451,7 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-usb.git F: drivers/usb/ F: common/usb.c F: common/usb_kbd.c +F: common/usb_storage.c F: include/usb.h
USB xHCI

On Fri, Nov 04, 2022 at 12:28:07PM +0100, Marek Vasut wrote:
The usb_storage.c is the host-side USB mass storage device support, it is not the DFU/UMS gadget-side implementation. Fix the entry.
Signed-off-by: Marek Vasut marex@denx.de
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini