]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: admin-guide: Move Dell RBU document from driver-api
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 12 Oct 2019 17:11:10 +0000 (19:11 +0200)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Oct 2019 18:35:39 +0000 (12:35 -0600)
This document describes how an admin can use the dell_rbu driver, rather
than any in-kernel API details.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/admin-guide/dell_rbu.rst [moved from Documentation/driver-api/dell_rbu.rst with 100% similarity]
Documentation/admin-guide/index.rst
Documentation/driver-api/index.rst
drivers/platform/x86/Kconfig
drivers/platform/x86/dell_rbu.c

index 545ea26364b7656004cc9ef8ebae348a4cc21f79..4405b74853121c6fa3ab8e9b294aada80c3a72dd 100644 (file)
@@ -72,6 +72,7 @@ configure specific aspects of kernel behavior to your liking.
    clearing-warn-once
    cpu-load
    cputopology
+   dell_rbu
    device-mapper/index
    efi-stub
    ext4
index 38e638abe3ebcee44d990bb74da7089a6421b1fc..c1e1b3f6d419c652f0bb268159606a6a0c474e43 100644 (file)
@@ -73,7 +73,6 @@ available subsections can be seen below.
    connector
    console
    dcdbas
-   dell_rbu
    edid
    eisa
    ipmb
index ae21d08c65e8d3d63b8c52c1a8e1f03675041325..a890f47fbeec5dcaabcffa36702a4382c3df40fb 100644 (file)
@@ -259,7 +259,7 @@ config DELL_RBU
         DELL system. Note you need a Dell OpenManage or Dell Update package (DUP)
         supporting application to communicate with the BIOS regarding the new
         image for the image update to take effect.
-        See <file:Documentation/driver-api/dell_rbu.rst> for more details on the driver.
+        See <file:Documentation/admin-guide/dell_rbu.rst> for more details on the driver.
 
 
 config FUJITSU_LAPTOP
index 3691391fea6b1cade4caff8ea01cb32e50e8f230..7d5453326b43a29d6129c1dde03c135b496f3a17 100644 (file)
@@ -24,7 +24,7 @@
  * on every time the packet data is written. This driver requires an
  * application to break the BIOS image in to fixed sized packet chunks.
  *
- * See Documentation/driver-api/dell_rbu.rst for more info.
+ * See Documentation/admin-guide/dell_rbu.rst for more info.
  */
 #include <linux/init.h>
 #include <linux/module.h>