Re: [PATCH] MAINTAINERS: Move usb_storage from DFU to USB

2022-12-02 Thread Tom Rini
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 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH] MAINTAINERS: Move usb_storage from DFU to USB

2022-11-04 Thread Marek Vasut
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 
---
Cc: Janne Grunau 
Cc: Lukasz Majewski 
Cc: Tom Rini 
---
 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