diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-05-24 12:02:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | f4c1f705aa6e686bdb68b7092583be17a7bccebf (patch) | |
tree | 9d08cca40a0d8818818861e16c8094d0fa8fa944 /MAINTAINERS | |
parent | d181191e1215204d825db7837ed2c64a5196a734 (diff) |
MAINTAINERS: add dfu.h and dfu.rst to DFU
include/dfu.h and doc/api/dfu.rst belong to the device firmware update
sub-system. So let's add them to DFU in MAINTAINERS.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d1c4a28ce3..9da0459bf7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -600,8 +600,10 @@ F: cmd/usb_*.c F: common/dfu.c F: common/update.c F: common/usb_storage.c +F: doc/api/dfu.rst F: drivers/dfu/ F: drivers/usb/gadget/ +F: include/dfu.h DRIVER MODEL M: Simon Glass <sjg@chromium.org> |