diff options
author | Vineeth Vijayan <[email protected]> | 2023-02-06 14:26:31 +0100 |
---|---|---|
committer | Heiko Carstens <[email protected]> | 2023-02-09 20:11:23 +0100 |
commit | be20b9d357c722f1fda32b937faf2677ab25cefa (patch) | |
tree | 64ce5977c1cc78c41258b74553d181b3cd7c65b9 | |
parent | 87f79d886dd8c53bc61b09078764e50e3ac631cc (diff) |
MAINTAINERS: add entry for s390 SCM driver
Storage Class Memory driver support for s390 architecture has been there
for a while. The original author of this work, Sebastian Ott has left IBM
and I am taking over this module. Adding myself as the upstream maintainer
for SCM on s390 architecture.
Signed-off-by: Vineeth Vijayan <[email protected]>
Acked-by: Peter Oberparleiter <[email protected]>
Signed-off-by: Heiko Carstens <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a36df9ed283d..7a2ce3840b5c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18320,6 +18320,13 @@ F: arch/s390/pci/ F: drivers/pci/hotplug/s390_pci_hpc.c F: Documentation/s390/pci.rst +S390 SCM DRIVER +M: Vineeth Vijayan <[email protected]> +S: Supported +F: drivers/s390/block/scm* +F: drivers/s390/cio/scm.c + S390 VFIO AP DRIVER M: Tony Krowiak <[email protected]> M: Halil Pasic <[email protected]> |