Message ID | 20241210072721.157323-1-ajd@linux.ibm.com |
---|---|
Headers | show |
Series | Remove cxl and cxlflash drivers | expand |
On 10/12/2024 08:27, Andrew Donnellan wrote: > Remove the cxlflash driver for IBM CAPI Flash devices. > > The cxlflash driver has received minimal maintenance for some time, and > the CAPI Flash hardware that uses it is no longer commercially available. > > Thanks to Uma Krishnan, Matthew Ochs and Manoj Kumar for their work on > this driver over the years. > > Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com> Reviewed-by: Frederic Barrat <fbarrat@linux.ibm.com>" Fred
Andrew Donnellan <ajd@linux.ibm.com> writes: > This series removes the cxl and cxlflash drivers for IBM CAPI devices. > > CAPI devices have been out of production for some time, and we're not > aware of any remaining users who are likely to want a modern kernel. > There's almost certainly some remaining driver bugs and we don't have much > hardware available to properly test the drivers any more. Removing these > drivers will also mean we can get rid of a non-trivial amount of support > code in arch/powerpc. > > Thanks to everyone who's worked on these drivers over the last decade. It would be good to explain that this only removes support for the original CAPI interface - not the Power9 "OpenCAPI", which is still supported by drivers/misc/ocxl. cheers
On Tue, 2024-12-17 at 14:26 +1100, Michael Ellerman wrote: > It would be good to explain that this only removes support for the > original CAPI interface - not the Power9 "OpenCAPI", which is still > supported by drivers/misc/ocxl. Agreed, will mention if/when I respin this