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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -78,7 +78,6 @@ available subsections can be seen below.
   backlight/lp855x-driver.rst
   connector
   console
   dcdbas
   eisa
   isa
   io-mapping
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ place where this information is gathered.
   futex2
   tee
   isapnp
   dcdbas

.. only::  subproject and html

+1 −1
Original line number Diff line number Diff line
@@ -5901,7 +5901,7 @@ DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
M:	Stuart Hayes <stuart.w.hayes@gmail.com>
L:	platform-driver-x86@vger.kernel.org
S:	Maintained
F:	Documentation/driver-api/dcdbas.rst
F:	Documentation/userspace-api/dcdbas.rst
F:	drivers/platform/x86/dell/dcdbas.*
DELL WMI DDV DRIVER
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ config DCDBAS
	  Interrupts (SMIs) and Host Control Actions (system power cycle or
	  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
	  use of this driver.

Loading