diff options
author | Sean Anderson <seanga2@gmail.com> | 2021-11-23 23:33:11 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-29 11:15:37 -0500 |
commit | 7d3bebb2066a807ee8c63b8e99d40663ae534089 (patch) | |
tree | 9a2d80cf01b5276f10ba9aeb85559056dcf49b84 | |
parent | 4469d3b4db69bc2eab2a18527df7014a3bbd2881 (diff) | |
download | u-boot-7d3bebb2066a807ee8c63b8e99d40663ae534089.tar.gz |
fastboot: Add maintainers entry
Add an entry in maintainers for fastboot. It is starting off orphaned, but
hopefully someone can pick it up.
Signed-off-by: Sean Anderson <seanga2@gmail.com>
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d30daff724..e718ad2135 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -761,6 +761,18 @@ F: test/env/ F: tools/env* F: tools/mkenvimage.c +FASTBOOT +S: Orphaned +F: cmd/fastboot.c +F: doc/android/fastboot*.rst +F: include/fastboot.h +F: include/fastboot-internal.h +F: include/net/fastboot.h +F: drivers/fastboot/ +F: drivers/usb/gadget/f_fastboot.c +F: net/fastboot.c +F: test/dm/fastboot.c + FPGA M: Michal Simek <michal.simek@xilinx.com> S: Maintained |