From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Subject: [PATCH 2/4] docs: admin-guide: Move Dell RBU document from driver-api Date: Sat, 12 Oct 2019 19:11:10 +0200 Message-ID: <20191012171114.6589-2-j.neuschaefer@gmx.net> References: <20191012171114.6589-1-j.neuschaefer@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20191012171114.6589-1-j.neuschaefer@gmx.net> Sender: linux-kernel-owner@vger.kernel.org To: linux-doc@vger.kernel.org Cc: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= , Jonathan Corbet , Darren Hart , Andy Shevchenko , Stuart Hayes , Mauro Carvalho Chehab , Logan Gunthorpe , Cornelia Huck , "Darrick J. Wong" , Shobhit Kukreti , Thomas Gleixner , Greg Kroah-Hartman , "Rafael J. Wysocki" , Sinan Kaya , Takashi Iwai , Ayman Bagabas , Matan Ziv-Av , Hans de Goede , Enrico Weigelt, metux List-Id: platform-driver-x86.vger.kernel.org This document describes how an admin can use the dell_rbu driver, rather than any in-kernel API details. Signed-off-by: Jonathan Neusch=C3=A4fer =2D-- Documentation/{driver-api =3D> admin-guide}/dell_rbu.rst | 0 Documentation/admin-guide/index.rst | 1 + Documentation/driver-api/index.rst | 1 - drivers/platform/x86/Kconfig | 2 +- drivers/platform/x86/dell_rbu.c | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/{driver-api =3D> admin-guide}/dell_rbu.rst (100%) diff --git a/Documentation/driver-api/dell_rbu.rst b/Documentation/admin-g= uide/dell_rbu.rst similarity index 100% rename from Documentation/driver-api/dell_rbu.rst rename to Documentation/admin-guide/dell_rbu.rst diff --git a/Documentation/admin-guide/index.rst b/Documentation/admin-gui= de/index.rst index 545ea26364b7..4405b7485312 100644 =2D-- a/Documentation/admin-guide/index.rst +++ b/Documentation/admin-guide/index.rst @@ -72,6 +72,7 @@ configure specific aspects of kernel behavior to your li= king. clearing-warn-once cpu-load cputopology + dell_rbu device-mapper/index efi-stub ext4 diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api= /index.rst index 2b3b6949381e..6a3ac50f51f0 100644 =2D-- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -72,7 +72,6 @@ available subsections can be seen below. connector console dcdbas - dell_rbu edid eisa ipmb diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index ae21d08c65e8..a890f47fbeec 100644 =2D-- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -259,7 +259,7 @@ config DELL_RBU DELL system. Note you need a Dell OpenManage or Dell Update package (DU= P) supporting application to communicate with the BIOS regarding the new image for the image update to take effect. - See for more details on th= e driver. + See for more details on t= he driver. config FUJITSU_LAPTOP diff --git a/drivers/platform/x86/dell_rbu.c b/drivers/platform/x86/dell_r= bu.c index 3691391fea6b..7d5453326b43 100644 =2D-- a/drivers/platform/x86/dell_rbu.c +++ b/drivers/platform/x86/dell_rbu.c @@ -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 #include =2D- 2.20.1