2020-05-01 15:44:03

by Mauro Carvalho Chehab

[permalink] [raw]
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 <[email protected]>
---
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


2020-05-01 16:18:48

by Corey Minyard

[permalink] [raw]
Subject: Re: [PATCH 04/14] docs: move IPMI.txt to the driver API book

On Fri, May 01, 2020 at 05:37:48PM +0200, Mauro Carvalho Chehab wrote:
> 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 <[email protected]>

This is fine with me.

Acked-by: Corey Minyard <[email protected]>

> ---
> 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
>

2020-05-15 17:58:38

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 04/14] docs: move IPMI.txt to the driver API book

On Fri, 1 May 2020 17:37:48 +0200
Mauro Carvalho Chehab <[email protected]> wrote:

> 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 <[email protected]>

Applied this one (and the fixups in patch 5), thanks.

jon