Skip to content

Commit bb67bf1

Browse files
vegardJonathan Corbet
authored andcommitted
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
1 parent 77e0755 commit bb67bf1

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/driver-api/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ available subsections can be seen below.
7878
backlight/lp855x-driver.rst
7979
connector
8080
console
81-
dcdbas
8281
eisa
8382
isa
8483
io-mapping

Documentation/userspace-api/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ place where this information is gathered.
3232
futex2
3333
tee
3434
isapnp
35+
dcdbas
3536

3637
.. only:: subproject and html
3738

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5901,7 +5901,7 @@ DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
59015901
M: Stuart Hayes <stuart.w.hayes@gmail.com>
59025902
L: platform-driver-x86@vger.kernel.org
59035903
S: Maintained
5904-
F: Documentation/driver-api/dcdbas.rst
5904+
F: Documentation/userspace-api/dcdbas.rst
59055905
F: drivers/platform/x86/dell/dcdbas.*
59065906

59075907
DELL WMI DDV DRIVER

drivers/platform/x86/dell/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ config DCDBAS
3737
Interrupts (SMIs) and Host Control Actions (system power cycle or
3838
power off after OS shutdown) on certain Dell systems.
3939

40-
See <file:Documentation/driver-api/dcdbas.rst> for more details on the driver
40+
See <file:Documentation/userspace-api/dcdbas.rst> for more details on the driver
4141
and the Dell systems on which Dell systems management software makes
4242
use of this driver.
4343

drivers/platform/x86/dell/dcdbas.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* and Host Control Actions (power cycle or power off after OS shutdown) on
88
* Dell systems.
99
*
10-
* See Documentation/driver-api/dcdbas.rst for more information.
10+
* See Documentation/userspace-api/dcdbas.rst for more information.
1111
*
1212
* Copyright (C) 1995-2006 Dell Inc.
1313
*/

0 commit comments

Comments
 (0)