All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: Move the HTE documentation to driver-api/
@ 2022-06-06 14:46 Jonathan Corbet
  2022-06-06 16:55 ` Dipen Patel
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2022-06-06 14:46 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Dipen Patel, linux-doc

The hardware timestamp engine documentation is driver API material, and
really belongs in the driver-API book; move it there.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
---
 Documentation/{ => driver-api}/hte/hte.rst          | 0
 Documentation/{ => driver-api}/hte/index.rst        | 0
 Documentation/{ => driver-api}/hte/tegra194-hte.rst | 0
 Documentation/driver-api/index.rst                  | 1 +
 Documentation/index.rst                             | 1 -
 MAINTAINERS                                         | 2 +-
 6 files changed, 2 insertions(+), 2 deletions(-)
 rename Documentation/{ => driver-api}/hte/hte.rst (100%)
 rename Documentation/{ => driver-api}/hte/index.rst (100%)
 rename Documentation/{ => driver-api}/hte/tegra194-hte.rst (100%)

diff --git a/Documentation/hte/hte.rst b/Documentation/driver-api/hte/hte.rst
similarity index 100%
rename from Documentation/hte/hte.rst
rename to Documentation/driver-api/hte/hte.rst
diff --git a/Documentation/hte/index.rst b/Documentation/driver-api/hte/index.rst
similarity index 100%
rename from Documentation/hte/index.rst
rename to Documentation/driver-api/hte/index.rst
diff --git a/Documentation/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst
similarity index 100%
rename from Documentation/hte/tegra194-hte.rst
rename to Documentation/driver-api/hte/tegra194-hte.rst
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
index d76a60d95b58..a6d525cd9fc4 100644
--- a/Documentation/driver-api/index.rst
+++ b/Documentation/driver-api/index.rst
@@ -108,6 +108,7 @@ available subsections can be seen below.
    xilinx/index
    xillybus
    zorro
+   hte/index
 
 .. only::  subproject and html
 
diff --git a/Documentation/index.rst b/Documentation/index.rst
index 8f9be0e658b4..67036a05b771 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -137,7 +137,6 @@ needed).
    scheduler/index
    mhi/index
    peci/index
-   hte/index
 
 Architecture-agnostic documentation
 -----------------------------------
diff --git a/MAINTAINERS b/MAINTAINERS
index a6d3bd9d2a8d..e5b7b78d62d3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9081,7 +9081,7 @@ HTE SUBSYSTEM
 M:	Dipen Patel <dipenp@nvidia.com>
 S:	Maintained
 F:	Documentation/devicetree/bindings/timestamp/
-F:	Documentation/hte/
+F:	Documentation/driver-api/hte/
 F:	drivers/hte/
 F:	include/linux/hte.h
 
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: Move the HTE documentation to driver-api/
  2022-06-06 14:46 [PATCH] docs: Move the HTE documentation to driver-api/ Jonathan Corbet
@ 2022-06-06 16:55 ` Dipen Patel
  2022-06-09 15:33   ` Jonathan Corbet
  0 siblings, 1 reply; 4+ messages in thread
From: Dipen Patel @ 2022-06-06 16:55 UTC (permalink / raw)
  To: Jonathan Corbet, Thierry Reding; +Cc: linux-doc

Acked-by: Dipen Patel <dipenp@nvidia.com>

On 6/6/22 7:46 AM, Jonathan Corbet wrote:
> The hardware timestamp engine documentation is driver API material, and
> really belongs in the driver-API book; move it there.
>
> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
> ---
>  Documentation/{ => driver-api}/hte/hte.rst          | 0
>  Documentation/{ => driver-api}/hte/index.rst        | 0
>  Documentation/{ => driver-api}/hte/tegra194-hte.rst | 0
>  Documentation/driver-api/index.rst                  | 1 +
>  Documentation/index.rst                             | 1 -
>  MAINTAINERS                                         | 2 +-
>  6 files changed, 2 insertions(+), 2 deletions(-)
>  rename Documentation/{ => driver-api}/hte/hte.rst (100%)
>  rename Documentation/{ => driver-api}/hte/index.rst (100%)
>  rename Documentation/{ => driver-api}/hte/tegra194-hte.rst (100%)
>
> diff --git a/Documentation/hte/hte.rst b/Documentation/driver-api/hte/hte.rst
> similarity index 100%
> rename from Documentation/hte/hte.rst
> rename to Documentation/driver-api/hte/hte.rst
> diff --git a/Documentation/hte/index.rst b/Documentation/driver-api/hte/index.rst
> similarity index 100%
> rename from Documentation/hte/index.rst
> rename to Documentation/driver-api/hte/index.rst
> diff --git a/Documentation/hte/tegra194-hte.rst b/Documentation/driver-api/hte/tegra194-hte.rst
> similarity index 100%
> rename from Documentation/hte/tegra194-hte.rst
> rename to Documentation/driver-api/hte/tegra194-hte.rst
> diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst
> index d76a60d95b58..a6d525cd9fc4 100644
> --- a/Documentation/driver-api/index.rst
> +++ b/Documentation/driver-api/index.rst
> @@ -108,6 +108,7 @@ available subsections can be seen below.
>     xilinx/index
>     xillybus
>     zorro
> +   hte/index
>  
>  .. only::  subproject and html
>  
> diff --git a/Documentation/index.rst b/Documentation/index.rst
> index 8f9be0e658b4..67036a05b771 100644
> --- a/Documentation/index.rst
> +++ b/Documentation/index.rst
> @@ -137,7 +137,6 @@ needed).
>     scheduler/index
>     mhi/index
>     peci/index
> -   hte/index
>  
>  Architecture-agnostic documentation
>  -----------------------------------
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a6d3bd9d2a8d..e5b7b78d62d3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9081,7 +9081,7 @@ HTE SUBSYSTEM
>  M:	Dipen Patel <dipenp@nvidia.com>
>  S:	Maintained
>  F:	Documentation/devicetree/bindings/timestamp/
> -F:	Documentation/hte/
> +F:	Documentation/driver-api/hte/
>  F:	drivers/hte/
>  F:	include/linux/hte.h
>  

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: Move the HTE documentation to driver-api/
  2022-06-06 16:55 ` Dipen Patel
@ 2022-06-09 15:33   ` Jonathan Corbet
  2022-06-13 10:34     ` Thierry Reding
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Corbet @ 2022-06-09 15:33 UTC (permalink / raw)
  To: Dipen Patel, Thierry Reding; +Cc: linux-doc

Dipen Patel <dipenp@nvidia.com> writes:

> Acked-by: Dipen Patel <dipenp@nvidia.com>
>
> On 6/6/22 7:46 AM, Jonathan Corbet wrote:
>> The hardware timestamp engine documentation is driver API material, and
>> really belongs in the driver-API book; move it there.

Thanks...I'll push this through the docs tree unless I hear an
objection.

jon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] docs: Move the HTE documentation to driver-api/
  2022-06-09 15:33   ` Jonathan Corbet
@ 2022-06-13 10:34     ` Thierry Reding
  0 siblings, 0 replies; 4+ messages in thread
From: Thierry Reding @ 2022-06-13 10:34 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Dipen Patel, linux-doc

[-- Attachment #1: Type: text/plain, Size: 558 bytes --]

On Thu, Jun 09, 2022 at 09:33:16AM -0600, Jonathan Corbet wrote:
> Dipen Patel <dipenp@nvidia.com> writes:
> 
> > Acked-by: Dipen Patel <dipenp@nvidia.com>
> >
> > On 6/6/22 7:46 AM, Jonathan Corbet wrote:
> >> The hardware timestamp engine documentation is driver API material, and
> >> really belongs in the driver-API book; move it there.
> 
> Thanks...I'll push this through the docs tree unless I hear an
> objection.

Fine with me. We can coordinate if other documentation related updates
surface that may conflict with these.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-13 11:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-06 14:46 [PATCH] docs: Move the HTE documentation to driver-api/ Jonathan Corbet
2022-06-06 16:55 ` Dipen Patel
2022-06-09 15:33   ` Jonathan Corbet
2022-06-13 10:34     ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.