Commit 55ca6138240b8c5b986e918aca4d96d402cc2f21

Authored by Lukasz Majewski
Committed by Tom Rini
1 parent 1606b34aa5

MAINTAINERS: Add F: drivers/usb/gadget to DFU custodian responsibility

After discussion during the last u-boot mini summit with USB maintainer -
Marek Vasut - it has been decided, that gadget development should be
coordinated by DFU custodian.

Such patch formalizes current development status.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

... ... @@ -209,6 +209,7 @@
209 209 S: Maintained
210 210 T: git git://git.denx.de/u-boot-dfu.git
211 211 F: drivers/dfu/
  212 +F: drivers/usb/gadget/
212 213  
213 214 DRIVER MODEL
214 215 M: Simon Glass <sjg@chromium.org>