summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-05-24 12:02:14 +0200
committerTom Rini <trini@konsulko.com>2020-05-25 11:54:53 -0400
commitf4c1f705aa6e686bdb68b7092583be17a7bccebf (patch)
tree9d08cca40a0d8818818861e16c8094d0fa8fa944 /MAINTAINERS
parentd181191e1215204d825db7837ed2c64a5196a734 (diff)
downloadu-boot-f4c1f705aa6e686bdb68b7092583be17a7bccebf.tar.gz
u-boot-f4c1f705aa6e686bdb68b7092583be17a7bccebf.tar.xz
u-boot-f4c1f705aa6e686bdb68b7092583be17a7bccebf.zip
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--MAINTAINERS2
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>