Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Vegard Nossum and committed by
Jonathan Corbet
bb67bf1c 77e07557

+4 -4
Documentation/driver-api/dcdbas.rst Documentation/userspace-api/dcdbas.rst
-1
Documentation/driver-api/index.rst
··· 78 78 backlight/lp855x-driver.rst 79 79 connector 80 80 console 81 - dcdbas 82 81 eisa 83 82 isa 84 83 io-mapping
+1
Documentation/userspace-api/index.rst
··· 32 32 futex2 33 33 tee 34 34 isapnp 35 + dcdbas 35 36 36 37 .. only:: subproject and html 37 38
+1 -1
MAINTAINERS
··· 5901 5901 M: Stuart Hayes <stuart.w.hayes@gmail.com> 5902 5902 L: platform-driver-x86@vger.kernel.org 5903 5903 S: Maintained 5904 - F: Documentation/driver-api/dcdbas.rst 5904 + F: Documentation/userspace-api/dcdbas.rst 5905 5905 F: drivers/platform/x86/dell/dcdbas.* 5906 5906 5907 5907 DELL WMI DDV DRIVER
+1 -1
drivers/platform/x86/dell/Kconfig
··· 37 37 Interrupts (SMIs) and Host Control Actions (system power cycle or 38 38 power off after OS shutdown) on certain Dell systems. 39 39 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 41 41 and the Dell systems on which Dell systems management software makes 42 42 use of this driver. 43 43
+1 -1
drivers/platform/x86/dell/dcdbas.c
··· 7 7 * and Host Control Actions (power cycle or power off after OS shutdown) on 8 8 * Dell systems. 9 9 * 10 - * See Documentation/driver-api/dcdbas.rst for more information. 10 + * See Documentation/userspace-api/dcdbas.rst for more information. 11 11 * 12 12 * Copyright (C) 1995-2006 Dell Inc. 13 13 */