diff mbox series

[v2,7/7] MAINTAINERS: Add an entry for NVMe

Message ID 20210622131623.21265-7-bmeng.cn@gmail.com
State Accepted
Commit f68d5a66cd53a238d64d79cdd330b4dce17c7197
Delegated to: Bin Meng
Headers show
Series [v2,1/7] nvme: Move block dev creation from uclass post_probe() to driver probe() | expand

Commit Message

Bin Meng June 22, 2021, 1:16 p.m. UTC
This was missed when NVMe support was initially brought to U-Boot
back in 2017. Add an entry for it and list myself as the maintainer.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>

---

Changes in v2:
- new patch: Add an entry for NVMe

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Tom Rini June 22, 2021, 1:31 p.m. UTC | #1
On Tue, Jun 22, 2021 at 09:16:23PM +0800, Bin Meng wrote:

> This was missed when NVMe support was initially brought to U-Boot
> back in 2017. Add an entry for it and list myself as the maintainer.
> 
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> 

Reviewed-by: Tom Rini <trini@konsulko.com>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2accd1fb83..81190f8f8f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -913,6 +913,14 @@  S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-nios.git
 F:	arch/nios2/
 
+NVMe
+M:	Bin Meng <bmeng.cn@gmail.com>
+S:	Maintained
+F:	drivers/nvme/
+F:	cmd/nvme.c
+F:	include/nvme.h
+F:	doc/develop/driver-model/nvme.rst
+
 ONENAND
 #M:	Lukasz Majewski <l.majewski@majess.pl>
 S:	Orphaned (Since 2017-01)