diff options
author | Tom Rini <trini@konsulko.com> | 2021-06-23 08:46:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-06-23 08:46:26 -0400 |
commit | fcf3981161140d265b873a5b609b8867328dc9dc (patch) | |
tree | 5542a322551d604c1f0ba5ff910984480b57ec7c /MAINTAINERS | |
parent | c3a095d1ce16c4a416d831223e10dd95c15f3780 (diff) | |
parent | f68d5a66cd53a238d64d79cdd330b4dce17c7197 (diff) | |
download | u-boot-fcf3981161140d265b873a5b609b8867328dc9dc.tar.gz |
Merge https://source.denx.de/u-boot/custodians/u-boot-x86WIP/23Jun2021
- x86: Discard .note.gnu.property sections
- nvme: Skip block device creation for inactive namespaces
- nvme: Convert NVMe doc to reST, and various minor fixes
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 5ec1e366a17..11e11d51a7d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -914,6 +914,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) |