Commit bb67bf1c authored by Vegard Nossum's avatar Vegard Nossum Committed by Jonathan Corbet

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: default avatarVegard Nossum <vegard.nossum@oracle.com>
Acked-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231221124816.2978000-3-vegard.nossum@oracle.com
parent 77e07557
...@@ -78,7 +78,6 @@ available subsections can be seen below. ...@@ -78,7 +78,6 @@ available subsections can be seen below.
backlight/lp855x-driver.rst backlight/lp855x-driver.rst
connector connector
console console
dcdbas
eisa eisa
isa isa
io-mapping io-mapping
......
...@@ -32,6 +32,7 @@ place where this information is gathered. ...@@ -32,6 +32,7 @@ place where this information is gathered.
futex2 futex2
tee tee
isapnp isapnp
dcdbas
.. only:: subproject and html .. only:: subproject and html
......
...@@ -5901,7 +5901,7 @@ DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) ...@@ -5901,7 +5901,7 @@ DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
M: Stuart Hayes <stuart.w.hayes@gmail.com> M: Stuart Hayes <stuart.w.hayes@gmail.com>
L: platform-driver-x86@vger.kernel.org L: platform-driver-x86@vger.kernel.org
S: Maintained S: Maintained
F: Documentation/driver-api/dcdbas.rst F: Documentation/userspace-api/dcdbas.rst
F: drivers/platform/x86/dell/dcdbas.* F: drivers/platform/x86/dell/dcdbas.*
DELL WMI DDV DRIVER DELL WMI DDV DRIVER
......
...@@ -37,7 +37,7 @@ config DCDBAS ...@@ -37,7 +37,7 @@ config DCDBAS
Interrupts (SMIs) and Host Control Actions (system power cycle or Interrupts (SMIs) and Host Control Actions (system power cycle or
power off after OS shutdown) on certain Dell systems. power off after OS shutdown) on certain Dell systems.
See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver See <file:Documentation/userspace-api/dcdbas.rst> for more details on the driver
and the Dell systems on which Dell systems management software makes and the Dell systems on which Dell systems management software makes
use of this driver. use of this driver.
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* and Host Control Actions (power cycle or power off after OS shutdown) on * and Host Control Actions (power cycle or power off after OS shutdown) on
* Dell systems. * Dell systems.
* *
* See Documentation/driver-api/dcdbas.rst for more information. * See Documentation/userspace-api/dcdbas.rst for more information.
* *
* Copyright (C) 1995-2006 Dell Inc. * Copyright (C) 1995-2006 Dell Inc.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment