diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2024-04-09 05:10:26 +0200 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 2024-04-12 03:59:39 +0200 |
commit | 6d97e807c9067e154f4f5c5c2d17b54678df2898 (patch) | |
tree | 11c89600e8fac021da14067a708b962b1981ce0a | |
parent | scsi: ufs: mediatek: Fix module autoloading (diff) | |
download | linux-6d97e807c9067e154f4f5c5c2d17b54678df2898.tar.xz linux-6d97e807c9067e154f4f5c5c2d17b54678df2898.zip |
scsi: MAINTAINERS: Make cxlflash obsolete
The cxlflash driver is no longer actively maintained and we intend to
remove it in a future kernel release. Change its status to obsolete.
While we're here, Matthew Ochs no longer works at IBM and is no longer in a
position to access cxlflash hardware, so remove him from the maintainers
list.
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Link: https://lore.kernel.org/r/20240409031027.41587-1-ajd@linux.ibm.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa3b947fb080..7edba21309cd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5781,10 +5781,9 @@ F: include/uapi/misc/cxl.h CXLFLASH (IBM Coherent Accelerator Processor Interface CAPI Flash) SCSI DRIVER M: Manoj N. Kumar <manoj@linux.ibm.com> -M: Matthew R. Ochs <mrochs@linux.ibm.com> M: Uma Krishnan <ukrishn@linux.ibm.com> L: linux-scsi@vger.kernel.org -S: Supported +S: Obsolete F: Documentation/arch/powerpc/cxlflash.rst F: drivers/scsi/cxlflash/ F: include/uapi/scsi/cxlflash_ioctl.h |