* [PATCH] dt-bindings: timer: renesas,tpu: remove DoC
@ 2025-04-08 6:09 Kuninori Morimoto
2025-04-08 6:59 ` Geert Uytterhoeven
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2025-04-08 6:09 UTC (permalink / raw)
To: "Uwe Kleine-König", Conor Dooley, Daniel Lezcano,
Geert Uytterhoeven, Krzysztof Kozlowski, Laurent Pinchart,
Rob Herring, Thomas Gleixner, devicetree, linux-pwm,
linux-renesas-soc
commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU
timer driver. Let's remove its Doc.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
---
.../bindings/pwm/renesas,tpu-pwm.yaml | 9 ---
.../bindings/timer/renesas,tpu.yaml | 56 -------------------
2 files changed, 65 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tpu.yaml
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index a4dfa09344dd7..f85ee5d20ccbb 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -9,15 +9,6 @@ title: Renesas R-Car Timer Pulse Unit PWM Controller
maintainers:
- Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
-select:
- properties:
- compatible:
- contains:
- const: renesas,tpu
- required:
- - compatible
- - '#pwm-cells'
-
properties:
compatible:
items:
diff --git a/Documentation/devicetree/bindings/timer/renesas,tpu.yaml b/Documentation/devicetree/bindings/timer/renesas,tpu.yaml
deleted file mode 100644
index 7a473b3027751..0000000000000
--- a/Documentation/devicetree/bindings/timer/renesas,tpu.yaml
+++ /dev/null
@@ -1,56 +0,0 @@
-# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
-%YAML 1.2
----
-$id: http://devicetree.org/schemas/timer/renesas,tpu.yaml#
-$schema: http://devicetree.org/meta-schemas/core.yaml#
-
-title: Renesas H8/300 Timer Pulse Unit
-
-maintainers:
- - Yoshinori Sato <ysato@users.sourceforge.jp>
-
-description:
- The TPU is a 16bit timer/counter with configurable clock inputs and
- programmable compare match.
- This implementation supports only cascade mode.
-
-select:
- properties:
- compatible:
- contains:
- const: renesas,tpu
- '#pwm-cells': false
- required:
- - compatible
-
-properties:
- compatible:
- const: renesas,tpu
-
- reg:
- items:
- - description: First channel
- - description: Second channel
-
- clocks:
- maxItems: 1
-
- clock-names:
- const: fck
-
-required:
- - compatible
- - reg
- - clocks
- - clock-names
-
-additionalProperties: false
-
-examples:
- - |
- tpu: tpu@ffffe0 {
- compatible = "renesas,tpu";
- reg = <0xffffe0 16>, <0xfffff0 12>;
- clocks = <&pclk>;
- clock-names = "fck";
- };
--
2.43.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas,tpu: remove DoC
2025-04-08 6:09 [PATCH] dt-bindings: timer: renesas,tpu: remove DoC Kuninori Morimoto
@ 2025-04-08 6:59 ` Geert Uytterhoeven
2025-04-08 7:29 ` "Uwe Kleine-König"
2025-04-11 14:50 ` Rob Herring (Arm)
2 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2025-04-08 6:59 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Uwe Kleine-König, Conor Dooley, Daniel Lezcano,
Krzysztof Kozlowski, Laurent Pinchart, Rob Herring,
Thomas Gleixner, devicetree, linux-pwm, linux-renesas-soc
On Tue, 8 Apr 2025 at 08:09, Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com> wrote:
> commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU
> timer driver. Let's remove its Doc.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas,tpu: remove DoC
2025-04-08 6:09 [PATCH] dt-bindings: timer: renesas,tpu: remove DoC Kuninori Morimoto
2025-04-08 6:59 ` Geert Uytterhoeven
@ 2025-04-08 7:29 ` "Uwe Kleine-König"
2025-04-08 23:12 ` Kuninori Morimoto
2025-04-11 14:50 ` Rob Herring (Arm)
2 siblings, 1 reply; 5+ messages in thread
From: "Uwe Kleine-König" @ 2025-04-08 7:29 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Conor Dooley, Daniel Lezcano, Geert Uytterhoeven,
Krzysztof Kozlowski, Laurent Pinchart, Rob Herring,
Thomas Gleixner, devicetree, linux-pwm, linux-renesas-soc
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
Hello,
what is "DoC" in the Subject?
On Tue, Apr 08, 2025 at 06:09:15AM +0000, Kuninori Morimoto wrote:
> commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU
> timer driver. Let's remove its Doc.
s/Doc/binding documentation/ ?
Best regards
Uwe
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas,tpu: remove DoC
2025-04-08 7:29 ` "Uwe Kleine-König"
@ 2025-04-08 23:12 ` Kuninori Morimoto
0 siblings, 0 replies; 5+ messages in thread
From: Kuninori Morimoto @ 2025-04-08 23:12 UTC (permalink / raw)
To: "Uwe Kleine-König"
Cc: Conor Dooley, Daniel Lezcano, Geert Uytterhoeven,
Krzysztof Kozlowski, Laurent Pinchart, Rob Herring,
Thomas Gleixner, devicetree, linux-pwm, linux-renesas-soc
Hi Uwe
> what is "DoC" in the Subject?
>
> On Tue, Apr 08, 2025 at 06:09:15AM +0000, Kuninori Morimoto wrote:
> > commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU
> > timer driver. Let's remove its Doc.
>
> s/Doc/binding documentation/ ?
Yes. Should I post v2 patch ?
Thank you for your help !!
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: timer: renesas,tpu: remove DoC
2025-04-08 6:09 [PATCH] dt-bindings: timer: renesas,tpu: remove DoC Kuninori Morimoto
2025-04-08 6:59 ` Geert Uytterhoeven
2025-04-08 7:29 ` "Uwe Kleine-König"
@ 2025-04-11 14:50 ` Rob Herring (Arm)
2 siblings, 0 replies; 5+ messages in thread
From: Rob Herring (Arm) @ 2025-04-11 14:50 UTC (permalink / raw)
To: Kuninori Morimoto
Cc: Krzysztof Kozlowski, devicetree, linux-pwm, Daniel Lezcano,
Geert Uytterhoeven, Laurent Pinchart, Uwe Kleine-König,
linux-renesas-soc, Thomas Gleixner, Conor Dooley
On Tue, 08 Apr 2025 06:09:15 +0000, Kuninori Morimoto wrote:
> commit 1c4b5ecb7ea1 ("remove the h8300 architecture") removes Renesas TPU
> timer driver. Let's remove its Doc.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> Cc: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> .../bindings/pwm/renesas,tpu-pwm.yaml | 9 ---
> .../bindings/timer/renesas,tpu.yaml | 56 -------------------
> 2 files changed, 65 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/timer/renesas,tpu.yaml
>
I fixed up the subject and commit msg, and applied it, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2025-04-11 14:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 6:09 [PATCH] dt-bindings: timer: renesas,tpu: remove DoC Kuninori Morimoto
2025-04-08 6:59 ` Geert Uytterhoeven
2025-04-08 7:29 ` "Uwe Kleine-König"
2025-04-08 23:12 ` Kuninori Morimoto
2025-04-11 14:50 ` Rob Herring (Arm)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox