
This was missed when VirtIO support was initially brought to U-Boot back in 2018. Add an entry for it and list myself as the maintainer.
Signed-off-by: Bin Meng bmeng.cn@gmail.com ---
MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 2d267aeff2..20092cb367 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1171,6 +1171,18 @@ F: common/lcd*.c F: include/lcd*.h F: include/video*.h
+VirtIO +M: Bin Meng bmeng.cn@gmail.com +S: Maintained +F: drivers/virtio/ +F: cmd/virtio.c +F: include/config/virtio/ +F: include/config/virtio.h +F: include/config/cmd/virtio.h +F: include/virtio*.h +F: test/dm/virtio.c +F: doc/develop/driver-model/virtio.rst + X86 M: Simon Glass sjg@chromium.org M: Bin Meng bmeng.cn@gmail.com