diff options
author | Lukasz Majewski | 2015-02-26 13:23:49 +0100 |
---|---|---|
committer | Marek Vasut | 2015-03-02 11:02:59 +0100 |
commit | c01c418717d718603e746fbc7885f76a5f8f73a5 (patch) | |
tree | 4f7cdedd2e541a5959ad689ac4ed0c2bce4c9415 | |
parent | 537cd072da9c350d6709785c85f83cae2ad53493 (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>
-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> |