[PATCH] 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 --- I would maintain this, but I don't have any boards which use fastboot at home. In the future I may come across something appropriate, but for now I'm not set up to test changes.
MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 6db5354322..c17a51dba3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -760,6 +760,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

On Tue, Nov 23, 2021 at 11:33:11PM -0500, Sean Anderson wrote:
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
Applied to u-boot/master, thanks!
participants (2)
-
Sean Anderson
-
Tom Rini