[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <ae4edbc6753dc522cb93de36800978e3b58e0cfb.1588345503.git.mchehab+huawei@kernel.org>
Date: Fri, 1 May 2020 17:37:48 +0200
From: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
To: Linux Doc Mailing List <linux-doc@...r.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>,
linux-kernel@...r.kernel.org, Jonathan Corbet <corbet@....net>,
Corey Minyard <minyard@....org>,
Jonathan Neuschäfer <j.neuschaefer@....net>,
Pragat Pandya <pragat.pandya@...il.com>,
Jason Gunthorpe <jgg@...pe.ca>, Harald Seiler <hws@...x.de>,
openipmi-developer@...ts.sourceforge.net
Subject: [PATCH 04/14] docs: move IPMI.txt to the driver API book
The IPMI is under drivers/char. This doc describes the kAPI
part of the IPMI (mainly).
So, move it to the driver-api directory and add it to the
corresponding index.rst file.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
---
Documentation/driver-api/index.rst | 1 +
Documentation/{IPMI.txt => driver-api/ipmi.rst} | 0
2 files changed, 1 insertion(+)
rename Documentation/{IPMI.txt => driver-api/ipmi.rst} (100%)
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index dcc47c029f8e..6567187e7687 100644
--- a/Documentation/driver-api/index.rst
+++ b/Documentation/driver-api/index.rst
@@ -39,6 +39,7 @@ available subsections can be seen below.
spi
i2c
ipmb
+ ipmi
i3c/index
interconnect
devfreq
diff --git a/Documentation/IPMI.txt b/Documentation/driver-api/ipmi.rst
similarity index 100%
rename from Documentation/IPMI.txt
rename to Documentation/driver-api/ipmi.rst
--
2.25.4
Powered by blists - more mailing lists