diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2023-12-21 15:48:16 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-01-04 00:17:40 +0300 |
commit | bb67bf1c4a56cc8bdba93b4f0353d05e777ff44b (patch) | |
tree | 99b1b22bc5eb7f21cbf2aa2117c2a52cb6cde1cc /Documentation | |
parent | 77e075579e88892510ddb7fda47ea15d74a5729f (diff) | |
download | linux-bb67bf1c4a56cc8bdba93b4f0353d05e777ff44b.tar.xz |
Documentation: move driver-api/dcdbas to userspace-api/
This file documents a sysfs interface that is intended for systems
management software. It does NOT document any kind of kernel driver
API. It is also not meant to be used directly by system administrators
or users.
Cc: Stuart Hayes <stuart.w.hayes@gmail.com>
Cc: platform-driver-x86@vger.kernel.org
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231221124816.2978000-3-vegard.nossum@oracle.com
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 | ||||
-rw-r--r-- | Documentation/userspace-api/dcdbas.rst (renamed from Documentation/driver-api/dcdbas.rst) | 0 | ||||
-rw-r--r-- | Documentation/userspace-api/index.rst | 1 |
3 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index b1b82ac1063b..b38f81836118 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -78,7 +78,6 @@ available subsections can be seen below. backlight/lp855x-driver.rst connector console - dcdbas eisa isa io-mapping diff --git a/Documentation/driver-api/dcdbas.rst b/Documentation/userspace-api/dcdbas.rst index 309cc57a7c1c..309cc57a7c1c 100644 --- a/Documentation/driver-api/dcdbas.rst +++ b/Documentation/userspace-api/dcdbas.rst diff --git a/Documentation/userspace-api/index.rst b/Documentation/userspace-api/index.rst index 277b7a40ca91..74bc0716432e 100644 --- a/Documentation/userspace-api/index.rst +++ b/Documentation/userspace-api/index.rst @@ -32,6 +32,7 @@ place where this information is gathered. futex2 tee isapnp + dcdbas .. only:: subproject and html |