diff options
author | Andrew Donnellan <ajd@linux.ibm.com> | 2025-02-19 17:48:07 +1100 |
---|---|---|
committer | Madhavan Srinivasan <maddy@linux.ibm.com> | 2025-02-19 13:33:58 +0530 |
commit | eff2eb592efd73f00590d578c3d6021f604df62c (patch) | |
tree | 01d77e77ab599344a80771afae6347ecb60a4fb9 /Documentation | |
parent | d262a192d38e527faa5984629aabda2e0d1c4f54 (diff) | |
download | linux-eff2eb592efd73f00590d578c3d6021f604df62c.tar.gz linux-eff2eb592efd73f00590d578c3d6021f604df62c.tar.bz2 linux-eff2eb592efd73f00590d578c3d6021f604df62c.zip |
cxl: Fix cross-reference in documentation and add deprecation warning
commit 5731d41af924 ("cxl: Deprecate driver") labelled the cxl driver as
deprecated and moved the ABI documentation to the obsolete/ subdirectory,
but didn't update cxl.rst, causing a warning once ff7ff6eb4f809 ("docs:
media: Allow creating cross-references for RC ABI") was merged.
Fix the cross-reference, and also add a deprecation warning.
Fixes: 5731d41af924 ("cxl: Deprecate driver")
Reported-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Acked-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Madhavan Srinivasan <maddy@linux.ibm.com>
Link: https://patch.msgid.link/20250219064807.175107-1-ajd@linux.ibm.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/arch/powerpc/cxl.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/arch/powerpc/cxl.rst b/Documentation/arch/powerpc/cxl.rst index d2d77057610e..778adda740d2 100644 --- a/Documentation/arch/powerpc/cxl.rst +++ b/Documentation/arch/powerpc/cxl.rst @@ -18,6 +18,7 @@ Introduction both access system memory directly and with the same effective addresses. + **This driver is deprecated and will be removed in a future release.** Hardware overview ================= @@ -453,7 +454,7 @@ Sysfs Class A cxl sysfs class is added under /sys/class/cxl to facilitate enumeration and tuning of the accelerators. Its layout is - described in Documentation/ABI/testing/sysfs-class-cxl + described in Documentation/ABI/obsolete/sysfs-class-cxl Udev rules |