[PATCH] MAINTAINERS: Move usb_storage from DFU to USB

Marek Vasut marex at denx.de
Fri Nov 4 12:28:07 CET 2022


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 at denx.de>
---
Cc: Janne Grunau <j at jannau.net>
Cc: Lukasz Majewski <lukma at denx.de>
Cc: Tom Rini <trini at 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
-- 
2.35.1



More information about the U-Boot mailing list