projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d181191
)
MAINTAINERS: add dfu.h and dfu.rst to DFU
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Sun, 24 May 2020 10:02:14 +0000
(12:02 +0200)
committer
Tom Rini
<trini@konsulko.com>
Mon, 25 May 2020 15:54:53 +0000
(11:54 -0400)
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>
MAINTAINERS
patch
|
blob
|
history
diff --git
a/MAINTAINERS
b/MAINTAINERS
index
d1c4a28
..
9da0459
100644
(file)
--- 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>