diff options
author | Michael Neuling <mikey@neuling.org> | 2015-05-27 16:07:01 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-06-03 13:27:16 +1000 |
commit | aee85fb6ba766dc813ec0211a7340334b27b8f47 (patch) | |
tree | e0297982f59d6610e732f893f19c7795ae109da5 /Documentation/powerpc | |
parent | abeeed6d3d9948b3235a5bb77759d8c1f84de39d (diff) | |
download | talos-obmc-linux-aee85fb6ba766dc813ec0211a7340334b27b8f47.tar.gz talos-obmc-linux-aee85fb6ba766dc813ec0211a7340334b27b8f47.zip |
cxl: Document external user of existing API
Now that libcxl is public, let's document it.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Acked-by: Ian Munsie <imunsie@au1.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'Documentation/powerpc')
-rw-r--r-- | Documentation/powerpc/cxl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/powerpc/cxl.txt b/Documentation/powerpc/cxl.txt index 2c71ecc519d9..2a230d01cd8c 100644 --- a/Documentation/powerpc/cxl.txt +++ b/Documentation/powerpc/cxl.txt @@ -133,6 +133,9 @@ User API The following file operations are supported on both slave and master devices. + A userspace library libcxl is avaliable here: + https://github.com/ibm-capi/libcxl + This provides a C interface to this kernel API. open ---- @@ -366,6 +369,7 @@ Sysfs Class enumeration and tuning of the accelerators. Its layout is described in Documentation/ABI/testing/sysfs-class-cxl + Udev rules ========== |