diff options
author | Lukasz Majewski <l.majewski@samsung.com> | 2015-02-26 13:23:49 +0100 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2015-02-26 21:09:54 -0500 |
commit | 55ca6138240b8c5b986e918aca4d96d402cc2f21 (patch) | |
tree | 165bc9608f06e9bac454bcc7d4c40f64045d6773 /MAINTAINERS | |
parent | 1606b34aa50804227806971dbb6b82ea0bf81f55 (diff) |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index eef70d0f681..b709e96ef6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -209,6 +209,7 @@ M: Lukasz Majewski <l.majewski@samsung.com> S: Maintained T: git git://git.denx.de/u-boot-dfu.git F: drivers/dfu/ +F: drivers/usb/gadget/ DRIVER MODEL M: Simon Glass <sjg@chromium.org> |