devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
@ 2022-02-14 21:21 Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
                   ` (17 more replies)
  0 siblings, 18 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Hi,

Changes since v1:
1. Add tags.
2. Adjust subject (Uwe).

Best regards,
Krzysztof

Krzysztof Kozlowski (15):
  dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
  dt-bindings: pwm: imx: Include generic pwm schema
  dt-bindings: pwm: intel,lgm: Include generic pwm schema
  dt-bindings: pwm: iqs620a: Include generic pwm schema
  dt-bindings: pwm: mxs: Include generic pwm schema
  dt-bindings: pwm: rockchip: Include generic pwm schema
  dt-bindings: pwm: sifive: Include generic pwm schema
  dt-bindings: pwm: renesas,pwm: Include generic pwm schema
  dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
  dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
  dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
  dt-bindings: pwm: samsung: Do not require pwm-cells twice
  dt-bindings: pwm: tiecap: Do not require pwm-cells twice
  dt-bindings: pwm: tiehrpwm: Do not require pwm-cells twice
  dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice

 .../bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 53 ++++++-------
 .../bindings/pwm/brcm,bcm7038-pwm.yaml        |  1 -
 .../devicetree/bindings/pwm/imx-pwm.yaml      |  4 +-
 .../devicetree/bindings/pwm/imx-tpm-pwm.yaml  |  4 +-
 .../bindings/pwm/intel,keembay-pwm.yaml       |  1 -
 .../bindings/pwm/intel,lgm-pwm.yaml           |  3 +
 .../devicetree/bindings/pwm/iqs620a-pwm.yaml  |  4 +-
 .../devicetree/bindings/pwm/mxs-pwm.yaml      |  4 +-
 .../devicetree/bindings/pwm/pwm-rockchip.yaml | 74 ++++++++++---------
 .../devicetree/bindings/pwm/pwm-samsung.yaml  |  1 -
 .../devicetree/bindings/pwm/pwm-sifive.yaml   |  4 +-
 .../devicetree/bindings/pwm/pwm-tiecap.yaml   |  1 -
 .../devicetree/bindings/pwm/pwm-tiehrpwm.yaml |  1 -
 .../bindings/pwm/renesas,pwm-rcar.yaml        | 26 ++++---
 .../bindings/pwm/renesas,tpu-pwm.yaml         |  1 -
 .../bindings/pwm/toshiba,pwm-visconti.yaml    |  4 +-
 16 files changed, 101 insertions(+), 85 deletions(-)

-- 
2.32.0


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

* [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 02/15] dt-bindings: pwm: imx: " Krzysztof Kozlowski
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com>
---
 .../bindings/pwm/allwinner,sun4i-a10-pwm.yaml | 53 ++++++++++---------
 1 file changed, 28 insertions(+), 25 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml b/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml
index 800d511502c4..e93e935564fb 100644
--- a/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/allwinner,sun4i-a10-pwm.yaml
@@ -52,33 +52,36 @@ properties:
   resets:
     maxItems: 1
 
-if:
-  properties:
-    compatible:
-      contains:
-        const: allwinner,sun50i-h6-pwm
-
-then:
-  properties:
-    clocks:
-      maxItems: 2
-
-    clock-names:
-      items:
-        - const: mod
-        - const: bus
-
-  required:
-    - clock-names
-    - resets
-
-else:
-  properties:
-    clocks:
-      maxItems: 1
+
+allOf:
+  - $ref: pwm.yaml#
+
+  - if:
+      properties:
+        compatible:
+          contains:
+            const: allwinner,sun50i-h6-pwm
+
+    then:
+      properties:
+        clocks:
+          maxItems: 2
+
+        clock-names:
+          items:
+            - const: mod
+            - const: bus
+
+      required:
+        - clock-names
+        - resets
+
+    else:
+      properties:
+        clocks:
+          maxItems: 1
 
 required:
-  - "#pwm-cells"
   - compatible
   - reg
   - clocks
-- 
2.32.0


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

* [PATCH v2 02/15] dt-bindings: pwm: imx: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 03/15] dt-bindings: pwm: intel,lgm: " Krzysztof Kozlowski
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/imx-pwm.yaml     | 4 +++-
 Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
index 379d693889f6..b3da4e629341 100644
--- a/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/imx-pwm.yaml
@@ -9,6 +9,9 @@ title: Freescale i.MX PWM controller
 maintainers:
   - Philipp Zabel <p.zabel@pengutronix.de>
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   "#pwm-cells":
     description: |
@@ -59,7 +62,6 @@ properties:
     maxItems: 1
 
 required:
-  - "#pwm-cells"
   - compatible
   - reg
   - clocks
diff --git a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
index fe9ef42544f1..8bef9dfeba9a 100644
--- a/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/imx-tpm-pwm.yaml
@@ -13,6 +13,9 @@ description: |
   The TPM counter and period counter are shared between multiple
   channels, so all channels should use same period setting.
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   "#pwm-cells":
     const: 3
@@ -34,7 +37,6 @@ properties:
     maxItems: 1
 
 required:
-  - "#pwm-cells"
   - compatible
   - reg
   - clocks
-- 
2.32.0


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

* [PATCH v2 03/15] dt-bindings: pwm: intel,lgm: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 02/15] dt-bindings: pwm: imx: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: " Krzysztof Kozlowski
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml b/Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml
index 11a606536169..59d7c4d864c1 100644
--- a/Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/intel,lgm-pwm.yaml
@@ -9,6 +9,9 @@ title: LGM SoC PWM fan controller
 maintainers:
   - Rahul Tanwar <rtanwar@maxlinear.com>
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   compatible:
     const: intel,lgm-pwm
-- 
2.32.0


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

* [PATCH v2 04/15] dt-bindings: pwm: iqs620a: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (2 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 03/15] dt-bindings: pwm: intel,lgm: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 23:23   ` Jeff LaBundy
  2022-02-14 21:21 ` [PATCH v2 05/15] dt-bindings: pwm: mxs: " Krzysztof Kozlowski
                   ` (13 subsequent siblings)
  17 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml b/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
index 1d7c27be50da..0a46af240d83 100644
--- a/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
@@ -15,6 +15,9 @@ description: |
   Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
   well as an example.
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   compatible:
     enum:
@@ -25,7 +28,6 @@ properties:
 
 required:
   - compatible
-  - "#pwm-cells"
 
 additionalProperties: false
 
-- 
2.32.0


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

* [PATCH v2 05/15] dt-bindings: pwm: mxs: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (3 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 06/15] dt-bindings: pwm: rockchip: " Krzysztof Kozlowski
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/mxs-pwm.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
index 8740e076061e..a34cbc13f691 100644
--- a/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mxs-pwm.yaml
@@ -10,6 +10,9 @@ maintainers:
   - Shawn Guo <shawnguo@kernel.org>
   - Anson Huang <anson.huang@nxp.com>
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   compatible:
     enum:
@@ -28,7 +31,6 @@ properties:
 required:
   - compatible
   - reg
-  - "#pwm-cells"
   - fsl,pwm-number
 
 additionalProperties: false
-- 
2.32.0


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

* [PATCH v2 06/15] dt-bindings: pwm: rockchip: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (4 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 05/15] dt-bindings: pwm: mxs: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 07/15] dt-bindings: pwm: sifive: " Krzysztof Kozlowski
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
---
 .../devicetree/bindings/pwm/pwm-rockchip.yaml | 74 ++++++++++---------
 1 file changed, 38 insertions(+), 36 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
index 81a54a4e8e3e..a336ff9364a9 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
@@ -51,42 +51,44 @@ properties:
 required:
   - compatible
   - reg
-  - "#pwm-cells"
-
-if:
-  properties:
-    compatible:
-      contains:
-        enum:
-          - rockchip,rk3328-pwm
-          - rockchip,rv1108-pwm
-
-then:
-  properties:
-    clocks:
-      items:
-        - description: Used to derive the functional clock for the device.
-        - description: Used as the APB bus clock.
-
-    clock-names:
-      items:
-        - const: pwm
-        - const: pclk
-
-  required:
-    - clocks
-    - clock-names
-
-else:
-  properties:
-    clocks:
-      maxItems: 1
-      description:
-        Used both to derive the functional clock
-        for the device and as the bus clock.
-
-  required:
-    - clocks
+
+allOf:
+  - $ref: pwm.yaml#
+
+  - if:
+      properties:
+        compatible:
+          contains:
+            enum:
+              - rockchip,rk3328-pwm
+              - rockchip,rv1108-pwm
+
+    then:
+      properties:
+        clocks:
+          items:
+            - description: Used to derive the functional clock for the device.
+            - description: Used as the APB bus clock.
+
+        clock-names:
+          items:
+            - const: pwm
+            - const: pclk
+
+      required:
+        - clocks
+        - clock-names
+
+    else:
+      properties:
+        clocks:
+          maxItems: 1
+          description:
+            Used both to derive the functional clock
+            for the device and as the bus clock.
+
+      required:
+        - clocks
 
 additionalProperties: false
 
-- 
2.32.0


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

* [PATCH v2 07/15] dt-bindings: pwm: sifive: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (5 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 06/15] dt-bindings: pwm: rockchip: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: " Krzysztof Kozlowski
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/pwm-sifive.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
index 84e66913d042..676b2160bada 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-sifive.yaml
@@ -22,6 +22,9 @@ description:
 
   https://github.com/sifive/sifive-blocks/tree/master/src/main/scala/devices/pwm
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   compatible:
     items:
@@ -55,7 +58,6 @@ required:
   - compatible
   - reg
   - clocks
-  - "#pwm-cells"
   - interrupts
 
 additionalProperties: false
-- 
2.32.0


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

* [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (6 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 07/15] dt-bindings: pwm: sifive: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-15  1:50   ` Yoshihiro Shimoda
  2022-02-14 21:21 ` [PATCH v2 09/15] dt-bindings: pwm: toshiba,visconti: " Krzysztof Kozlowski
                   ` (9 subsequent siblings)
  17 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 .../bindings/pwm/renesas,pwm-rcar.yaml        | 26 ++++++++++---------
 1 file changed, 14 insertions(+), 12 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
index 7ea1070b4b3a..1c94acbc2b4a 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.yaml
@@ -59,21 +59,23 @@ properties:
 required:
   - compatible
   - reg
-  - '#pwm-cells'
   - clocks
   - power-domains
 
-if:
-  not:
-    properties:
-      compatible:
-        contains:
-          enum:
-            - renesas,pwm-r8a7778
-            - renesas,pwm-r8a7779
-then:
-  required:
-    - resets
+allOf:
+  - $ref: pwm.yaml#
+
+  - if:
+      not:
+        properties:
+          compatible:
+            contains:
+              enum:
+                - renesas,pwm-r8a7778
+                - renesas,pwm-r8a7779
+    then:
+      required:
+        - resets
 
 additionalProperties: false
 
-- 
2.32.0


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

* [PATCH v2 09/15] dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (7 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 10/15] dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice Krzysztof Kozlowski
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

Include generic pwm.yaml schema, which enforces PWM node naming and
brings pwm-cells requirement.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../devicetree/bindings/pwm/toshiba,pwm-visconti.yaml         | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
index d350f5edfb67..46622661e5fb 100644
--- a/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
+++ b/Documentation/devicetree/bindings/pwm/toshiba,pwm-visconti.yaml
@@ -9,6 +9,9 @@ title: Toshiba Visconti PWM Controller
 maintainers:
   - Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
 
+allOf:
+  - $ref: pwm.yaml#
+
 properties:
   compatible:
     items:
@@ -23,7 +26,6 @@ properties:
 required:
   - compatible
   - reg
-  - '#pwm-cells'
 
 additionalProperties: false
 
-- 
2.32.0


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

* [PATCH v2 10/15] dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (8 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 09/15] dt-bindings: pwm: toshiba,visconti: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 11/15] dt-bindings: pwm: intel,keembay: " Krzysztof Kozlowski
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
---
 Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml b/Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml
index 4080e098f746..119de3d7f9dd 100644
--- a/Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml
@@ -28,7 +28,6 @@ properties:
 required:
   - compatible
   - reg
-  - "#pwm-cells"
   - clocks
 
 additionalProperties: false
-- 
2.32.0


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

* [PATCH v2 11/15] dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (9 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 10/15] dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 12/15] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Acked-by: Vijayakannan Ayyathurai <vijayakannan.ayyathurai@intel.com>
---
 Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml b/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
index ff6880a02ce6..ec9f6bab798c 100644
--- a/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/intel,keembay-pwm.yaml
@@ -31,7 +31,6 @@ required:
   - compatible
   - reg
   - clocks
-  - '#pwm-cells'
 
 additionalProperties: false
 
-- 
2.32.0


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

* [PATCH v2 12/15] dt-bindings: pwm: samsung: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (10 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 11/15] dt-bindings: pwm: intel,keembay: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 13/15] dt-bindings: pwm: tiecap: " Krzysztof Kozlowski
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
index 188679cb8b8c..fe603fb1b2cc 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
@@ -86,7 +86,6 @@ required:
   - clocks
   - clock-names
   - compatible
-  - "#pwm-cells"
   - reg
 
 additionalProperties: false
-- 
2.32.0


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

* [PATCH v2 13/15] dt-bindings: pwm: tiecap: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (11 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 12/15] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: " Krzysztof Kozlowski
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml b/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml
index ed35b6cc48d5..3840ae709bc6 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-tiecap.yaml
@@ -47,7 +47,6 @@ properties:
 required:
   - compatible
   - reg
-  - "#pwm-cells"
   - clocks
   - clock-names
 
-- 
2.32.0


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

* [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (12 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 13/15] dt-bindings: pwm: tiecap: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-14 21:21 ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: " Krzysztof Kozlowski
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml
index ee312cb210e6..70a8f766212e 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-tiehrpwm.yaml
@@ -48,7 +48,6 @@ properties:
 required:
   - compatible
   - reg
-  - "#pwm-cells"
   - clocks
   - clock-names
 
-- 
2.32.0


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

* [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (13 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: " Krzysztof Kozlowski
@ 2022-02-14 21:21 ` Krzysztof Kozlowski
  2022-02-15  1:51   ` Yoshihiro Shimoda
  2022-02-15  7:40 ` [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Uwe Kleine-König
                   ` (2 subsequent siblings)
  17 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-14 21:21 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Krzysztof Kozlowski, Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec,
	Florian Fainelli, bcm-kernel-feedback-list, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Yoshihiro Shimoda, Laurent Pinchart,
	linux-pwm, devicetree, linux-arm-kernel, linux-sunxi,
	linux-kernel, linux-rockchip, linux-riscv

pwm-cells property is already required by pwm.yaml schema.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
index 1f5c6384182e..c6b2ab56b7fe 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.yaml
@@ -68,7 +68,6 @@ properties:
 required:
   - compatible
   - reg
-  - '#pwm-cells'
   - clocks
   - power-domains
 
-- 
2.32.0


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

* Re: [PATCH v2 04/15] dt-bindings: pwm: iqs620a: Include generic pwm schema
  2022-02-14 21:21 ` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: " Krzysztof Kozlowski
@ 2022-02-14 23:23   ` Jeff LaBundy
  0 siblings, 0 replies; 30+ messages in thread
From: Jeff LaBundy @ 2022-02-14 23:23 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Thierry Reding, Uwe Kleine-König, Lee Jones, Rob Herring,
	Maxime Ripard, Chen-Yu Tsai, Jernej Skrabec, Florian Fainelli,
	bcm-kernel-feedback-list, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Heiko Stuebner, Palmer Dabbelt, Paul Walmsley, Nobuhiro Iwamatsu,
	Philipp Zabel, Anson Huang, Vijayakannan Ayyathurai,
	Rahul Tanwar, Yash Shah, Sagar Kadam, Vignesh R,
	Yoshihiro Shimoda, Laurent Pinchart, linux-pwm, devicetree,
	linux-arm-kernel, linux-sunxi, linux-kernel, linux-rockchip,
	linux-riscv

Hi Krzysztof,

On Mon, Feb 14, 2022 at 10:21:43PM +0100, Krzysztof Kozlowski wrote:
> Include generic pwm.yaml schema, which enforces PWM node naming and
> brings pwm-cells requirement.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> ---
>  Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml b/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
> index 1d7c27be50da..0a46af240d83 100644
> --- a/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
> +++ b/Documentation/devicetree/bindings/pwm/iqs620a-pwm.yaml
> @@ -15,6 +15,9 @@ description: |
>    Documentation/devicetree/bindings/mfd/iqs62x.yaml for further details as
>    well as an example.
>  
> +allOf:
> +  - $ref: pwm.yaml#
> +
>  properties:
>    compatible:
>      enum:
> @@ -25,7 +28,6 @@ properties:
>  
>  required:
>    - compatible
> -  - "#pwm-cells"
>  
>  additionalProperties: false
>  
> -- 
> 2.32.0
> 

Acked-by: Jeff LaBundy <jeff@labundy.com>

Kind regards,
Jeff LaBundy

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

* RE: [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: Include generic pwm schema
  2022-02-14 21:21 ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: " Krzysztof Kozlowski
@ 2022-02-15  1:50   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 30+ messages in thread
From: Yoshihiro Shimoda @ 2022-02-15  1:50 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Thierry Reding, Uwe Kleine-König,
	Lee Jones, Rob Herring, Maxime Ripard, Chen-Yu Tsai,
	Jernej Skrabec, Florian Fainelli, bcm-kernel-feedback-list,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Laurent Pinchart, linux-pwm, devicetree,
	linux-arm-kernel, linux-sunxi, linux-kernel, linux-rockchip,
	linux-riscv

Hi Krzysztof,

> From: Krzysztof Kozlowski, Sent: Tuesday, February 15, 2022 6:22 AM
> Subject: [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: Include generic pwm schema
> 
> Include generic pwm.yaml schema, which enforces PWM node naming and
> brings pwm-cells requirement.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* RE: [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice
  2022-02-14 21:21 ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: " Krzysztof Kozlowski
@ 2022-02-15  1:51   ` Yoshihiro Shimoda
  0 siblings, 0 replies; 30+ messages in thread
From: Yoshihiro Shimoda @ 2022-02-15  1:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Thierry Reding, Uwe Kleine-König,
	Lee Jones, Rob Herring, Maxime Ripard, Chen-Yu Tsai,
	Jernej Skrabec, Florian Fainelli, bcm-kernel-feedback-list,
	Shawn Guo, Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Anson Huang,
	Vijayakannan Ayyathurai, Rahul Tanwar, Jeff LaBundy, Yash Shah,
	Sagar Kadam, Vignesh R, Laurent Pinchart, linux-pwm, devicetree,
	linux-arm-kernel, linux-sunxi, linux-kernel, linux-rockchip,
	linux-riscv

Hi Krzysztof,

> From: Krzysztof Kozlowski, Sent: Tuesday, February 15, 2022 6:22 AM
> 
> pwm-cells property is already required by pwm.yaml schema.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda


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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (14 preceding siblings ...)
  2022-02-14 21:21 ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: " Krzysztof Kozlowski
@ 2022-02-15  7:40 ` Uwe Kleine-König
  2022-02-15  7:59   ` Krzysztof Kozlowski
  2022-02-15 22:54 ` Rob Herring
  2022-03-02 19:04 ` Krzysztof Kozlowski
  17 siblings, 1 reply; 30+ messages in thread
From: Uwe Kleine-König @ 2022-02-15  7:40 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Thierry Reding, Lee Jones, Rob Herring, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec, Florian Fainelli,
	bcm-kernel-feedback-list, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Heiko Stuebner, Palmer Dabbelt, Paul Walmsley, Nobuhiro Iwamatsu,
	Philipp Zabel, Vijayakannan Ayyathurai, Rahul Tanwar,
	Jeff LaBundy, Sagar Kadam, Vignesh R, Yoshihiro Shimoda,
	Laurent Pinchart, linux-pwm, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel, linux-rockchip, linux-riscv

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

Hello,

[dropped Anson Huang and Yash Shah from Cc: which were not reachable for
my last mail]

On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
> Hi,
> 
> Changes since v1:
> 1. Add tags.
> 2. Adjust subject (Uwe).

However you only took a part of my suggestion ...

> Krzysztof Kozlowski (15):
>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
>   dt-bindings: pwm: imx: Include generic pwm schema
>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
>   dt-bindings: pwm: iqs620a: Include generic pwm schema
>   dt-bindings: pwm: mxs: Include generic pwm schema
>   dt-bindings: pwm: rockchip: Include generic pwm schema
>   dt-bindings: pwm: sifive: Include generic pwm schema
>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice

... The actual patch has a space after the comma, I like this variant
without comma better as this is a compatible string. Also a # before
pwm-cells would be nice.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15  7:40 ` [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Uwe Kleine-König
@ 2022-02-15  7:59   ` Krzysztof Kozlowski
  2022-02-15  8:02     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-15  7:59 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Thierry Reding, Lee Jones, Rob Herring, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec, Florian Fainelli,
	bcm-kernel-feedback-list, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Heiko Stuebner, Palmer Dabbelt, Paul Walmsley, Nobuhiro Iwamatsu,
	Philipp Zabel, Vijayakannan Ayyathurai, Rahul Tanwar,
	Jeff LaBundy, Sagar Kadam, Vignesh R, Yoshihiro Shimoda,
	Laurent Pinchart, linux-pwm, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel, linux-rockchip, linux-riscv

On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:
>
> Hello,
>
> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
> my last mail]
>
> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
> > Hi,
> >
> > Changes since v1:
> > 1. Add tags.
> > 2. Adjust subject (Uwe).
>
> However you only took a part of my suggestion ...
>
> > Krzysztof Kozlowski (15):
> >   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
> >   dt-bindings: pwm: imx: Include generic pwm schema
> >   dt-bindings: pwm: intel,lgm: Include generic pwm schema
> >   dt-bindings: pwm: iqs620a: Include generic pwm schema
> >   dt-bindings: pwm: mxs: Include generic pwm schema
> >   dt-bindings: pwm: rockchip: Include generic pwm schema
> >   dt-bindings: pwm: sifive: Include generic pwm schema
> >   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
> >   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
> >   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
> >   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
>
> ... The actual patch has a space after the comma, I like this variant
> without comma better as this is a compatible string.

I am confused. My patch does not have comma after space. Your reply
had such in the subject, but not in the proposed new subject you wrote
in msg, so I left it as is. Without comma. If you still see comma, it
is something with your mail client.

See:
https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u

Also reply from Vijayakannan does not have comma:
https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec

> Also a # before
> pwm-cells would be nice.

I can add this.

Best regards,
Krzysztof

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15  7:59   ` Krzysztof Kozlowski
@ 2022-02-15  8:02     ` Krzysztof Kozlowski
  2022-02-15  9:41       ` Uwe Kleine-König
  0 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-15  8:02 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Thierry Reding, Lee Jones, Rob Herring, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec, Florian Fainelli,
	bcm-kernel-feedback-list, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Heiko Stuebner, Palmer Dabbelt, Paul Walmsley, Nobuhiro Iwamatsu,
	Philipp Zabel, Vijayakannan Ayyathurai, Rahul Tanwar,
	Jeff LaBundy, Sagar Kadam, Vignesh R, Yoshihiro Shimoda,
	Laurent Pinchart, linux-pwm, devicetree, linux-arm-kernel,
	linux-sunxi, linux-kernel, linux-rockchip, linux-riscv

On 15/02/2022 08:59, Krzysztof Kozlowski wrote:
> On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
> <u.kleine-koenig@pengutronix.de> wrote:
>>
>> Hello,
>>
>> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
>> my last mail]
>>
>> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
>>> Hi,
>>>
>>> Changes since v1:
>>> 1. Add tags.
>>> 2. Adjust subject (Uwe).
>>
>> However you only took a part of my suggestion ...
>>
>>> Krzysztof Kozlowski (15):
>>>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
>>>   dt-bindings: pwm: imx: Include generic pwm schema
>>>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
>>>   dt-bindings: pwm: iqs620a: Include generic pwm schema
>>>   dt-bindings: pwm: mxs: Include generic pwm schema
>>>   dt-bindings: pwm: rockchip: Include generic pwm schema
>>>   dt-bindings: pwm: sifive: Include generic pwm schema
>>>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
>>>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
>>>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
>>>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
>>
>> ... The actual patch has a space after the comma, I like this variant
>> without comma better as this is a compatible string.
> 
> I am confused. My patch does not have comma after space. Your reply
> had such in the subject, but not in the proposed new subject you wrote
> in msg, so I left it as is. Without comma. If you still see comma, it
> is something with your mail client.
> 
> See:
> https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u
> 
> Also reply from Vijayakannan does not have comma:
> https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec
> 
>> Also a # before
>> pwm-cells would be nice.
> 
> I can add this.

Just one more clarification - you proposed also to remove "pwm:"
middle-prefix. Shall I remove it from every patch and use instead full
file name?


Best regards,
Krzysztof

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15  8:02     ` Krzysztof Kozlowski
@ 2022-02-15  9:41       ` Uwe Kleine-König
  2022-02-15 10:49         ` Uwe Kleine-König
  0 siblings, 1 reply; 30+ messages in thread
From: Uwe Kleine-König @ 2022-02-15  9:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Heiko Stuebner, devicetree, Thierry Reding,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Fabio Estevam, linux-riscv, Vignesh R, Florian Fainelli,
	Lee Jones, Chen-Yu Tsai, Jernej Skrabec, linux-rockchip,
	Rahul Tanwar, bcm-kernel-feedback-list, NXP Linux Team,
	Jeff LaBundy, linux-sunxi, linux-pwm, Pengutronix Kernel Team,
	Sascha Hauer, Maxime Ripard, Rob Herring, Paul Walmsley,
	Laurent Pinchart, linux-arm-kernel, Yoshihiro Shimoda,
	linux-kernel, Palmer Dabbelt, Philipp Zabel, Shawn Guo

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

On Tue, Feb 15, 2022 at 09:02:25AM +0100, Krzysztof Kozlowski wrote:
> On 15/02/2022 08:59, Krzysztof Kozlowski wrote:
> > On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
> > <u.kleine-koenig@pengutronix.de> wrote:
> >>
> >> Hello,
> >>
> >> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
> >> my last mail]
> >>
> >> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
> >>> Hi,
> >>>
> >>> Changes since v1:
> >>> 1. Add tags.
> >>> 2. Adjust subject (Uwe).
> >>
> >> However you only took a part of my suggestion ...
> >>
> >>> Krzysztof Kozlowski (15):
> >>>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
> >>>   dt-bindings: pwm: imx: Include generic pwm schema
> >>>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
> >>>   dt-bindings: pwm: iqs620a: Include generic pwm schema
> >>>   dt-bindings: pwm: mxs: Include generic pwm schema
> >>>   dt-bindings: pwm: rockchip: Include generic pwm schema
> >>>   dt-bindings: pwm: sifive: Include generic pwm schema
> >>>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
> >>>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
> >>>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
> >>>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
> >>
> >> ... The actual patch has a space after the comma, I like this variant
> >> without comma better as this is a compatible string.
> > 
> > I am confused. My patch does not have comma after space. Your reply
> > had such in the subject, but not in the proposed new subject you wrote
> > in msg, so I left it as is. Without comma. If you still see comma, it
> > is something with your mail client.
> > 
> > See:
> > https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u
> > 
> > Also reply from Vijayakannan does not have comma:
> > https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec

Strange: I have this mail four times in my mailboxes (via
linux-arm-kernel, linux-pwm, kernel@pengutronix.de and directly). In the
two latter the Subject line is broken in two:

	Subject: [PATCH v2 08/15] dt-bindings: pwm: renesas,
	 pwm: Include generic pwm schema

So this is indeed a problem near my side.

> Just one more clarification - you proposed also to remove "pwm:"
> middle-prefix. Shall I remove it from every patch and use instead full
> file name?

I did that to save some vertical space in the Subject line. I don't feel
strong here.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15  9:41       ` Uwe Kleine-König
@ 2022-02-15 10:49         ` Uwe Kleine-König
  2022-02-15 12:41           ` Krzysztof Kozlowski
  0 siblings, 1 reply; 30+ messages in thread
From: Uwe Kleine-König @ 2022-02-15 10:49 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Heiko Stuebner, linux-pwm, Thierry Reding,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Lee Jones, linux-riscv, Vignesh R, Florian Fainelli,
	Fabio Estevam, Chen-Yu Tsai, Jernej Skrabec, linux-rockchip,
	Rahul Tanwar, bcm-kernel-feedback-list, NXP Linux Team,
	Jeff LaBundy, linux-sunxi, devicetree, Philipp Zabel,
	Sascha Hauer, Maxime Ripard, Rob Herring, Paul Walmsley,
	Laurent Pinchart, linux-arm-kernel, Yoshihiro Shimoda,
	linux-kernel, Palmer Dabbelt, Pengutronix Kernel Team, Shawn Guo

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

On Tue, Feb 15, 2022 at 10:41:06AM +0100, Uwe Kleine-König wrote:
> On Tue, Feb 15, 2022 at 09:02:25AM +0100, Krzysztof Kozlowski wrote:
> > On 15/02/2022 08:59, Krzysztof Kozlowski wrote:
> > > On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
> > > <u.kleine-koenig@pengutronix.de> wrote:
> > >>
> > >> Hello,
> > >>
> > >> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
> > >> my last mail]
> > >>
> > >> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
> > >>> Hi,
> > >>>
> > >>> Changes since v1:
> > >>> 1. Add tags.
> > >>> 2. Adjust subject (Uwe).
> > >>
> > >> However you only took a part of my suggestion ...
> > >>
> > >>> Krzysztof Kozlowski (15):
> > >>>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
> > >>>   dt-bindings: pwm: imx: Include generic pwm schema
> > >>>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
> > >>>   dt-bindings: pwm: iqs620a: Include generic pwm schema
> > >>>   dt-bindings: pwm: mxs: Include generic pwm schema
> > >>>   dt-bindings: pwm: rockchip: Include generic pwm schema
> > >>>   dt-bindings: pwm: sifive: Include generic pwm schema
> > >>>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
> > >>>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
> > >>>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
> > >>>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
> > >>
> > >> ... The actual patch has a space after the comma, I like this variant
> > >> without comma better as this is a compatible string.
> > > 
> > > I am confused. My patch does not have comma after space. Your reply
> > > had such in the subject, but not in the proposed new subject you wrote
> > > in msg, so I left it as is. Without comma. If you still see comma, it
> > > is something with your mail client.
> > > 
> > > See:
> > > https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u
> > > 
> > > Also reply from Vijayakannan does not have comma:
> > > https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec
> 
> Strange: I have this mail four times in my mailboxes (via
> linux-arm-kernel, linux-pwm, kernel@pengutronix.de and directly). In the
> two latter the Subject line is broken in two:

I was wrong. The ones to kernel@pengutronix.de and the linux-arm-kernel
one are the ones with the linebreak.

Hmm,

http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717310.html
http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717304.html

has the linebreaks, too. Still I wonder what is different between
kernel@pengutronix.de and u.kleine-koenig@pengutronix.de.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15 10:49         ` Uwe Kleine-König
@ 2022-02-15 12:41           ` Krzysztof Kozlowski
  2022-02-15 12:58             ` Uwe Kleine-König
  0 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-02-15 12:41 UTC (permalink / raw)
  To: Uwe Kleine-König
  Cc: Heiko Stuebner, linux-pwm, Thierry Reding,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Lee Jones, linux-riscv, Vignesh R, Florian Fainelli,
	Fabio Estevam, Chen-Yu Tsai, Jernej Skrabec, linux-rockchip,
	Rahul Tanwar, bcm-kernel-feedback-list, NXP Linux Team,
	Jeff LaBundy, linux-sunxi, devicetree, Philipp Zabel,
	Sascha Hauer, Maxime Ripard, Rob Herring, Paul Walmsley,
	Laurent Pinchart, linux-arm-kernel, Yoshihiro Shimoda,
	linux-kernel, Palmer Dabbelt, Pengutronix Kernel Team, Shawn Guo

On 15/02/2022 11:49, Uwe Kleine-König wrote:
> On Tue, Feb 15, 2022 at 10:41:06AM +0100, Uwe Kleine-König wrote:
>> On Tue, Feb 15, 2022 at 09:02:25AM +0100, Krzysztof Kozlowski wrote:
>>> On 15/02/2022 08:59, Krzysztof Kozlowski wrote:
>>>> On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
>>>> <u.kleine-koenig@pengutronix.de> wrote:
>>>>>
>>>>> Hello,
>>>>>
>>>>> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
>>>>> my last mail]
>>>>>
>>>>> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Changes since v1:
>>>>>> 1. Add tags.
>>>>>> 2. Adjust subject (Uwe).
>>>>>
>>>>> However you only took a part of my suggestion ...
>>>>>
>>>>>> Krzysztof Kozlowski (15):
>>>>>>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
>>>>>>   dt-bindings: pwm: imx: Include generic pwm schema
>>>>>>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
>>>>>>   dt-bindings: pwm: iqs620a: Include generic pwm schema
>>>>>>   dt-bindings: pwm: mxs: Include generic pwm schema
>>>>>>   dt-bindings: pwm: rockchip: Include generic pwm schema
>>>>>>   dt-bindings: pwm: sifive: Include generic pwm schema
>>>>>>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
>>>>>>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
>>>>>>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
>>>>>>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
>>>>>
>>>>> ... The actual patch has a space after the comma, I like this variant
>>>>> without comma better as this is a compatible string.
>>>>
>>>> I am confused. My patch does not have comma after space. Your reply
>>>> had such in the subject, but not in the proposed new subject you wrote
>>>> in msg, so I left it as is. Without comma. If you still see comma, it
>>>> is something with your mail client.
>>>>
>>>> See:
>>>> https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u
>>>>
>>>> Also reply from Vijayakannan does not have comma:
>>>> https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec
>>
>> Strange: I have this mail four times in my mailboxes (via
>> linux-arm-kernel, linux-pwm, kernel@pengutronix.de and directly). In the
>> two latter the Subject line is broken in two:
> 
> I was wrong. The ones to kernel@pengutronix.de and the linux-arm-kernel
> one are the ones with the linebreak.
> 
> Hmm,
> 
> http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717310.html
> http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717304.html
> 
> has the linebreaks, too. Still I wonder what is different between
> kernel@pengutronix.de and u.kleine-koenig@pengutronix.de.

Other threads - not only mine - are also affected:
http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714311.html
http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714316.html
http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714364.html


Best regards,
Krzysztof

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15 12:41           ` Krzysztof Kozlowski
@ 2022-02-15 12:58             ` Uwe Kleine-König
  2022-02-15 18:08               ` Uwe Kleine-König
  0 siblings, 1 reply; 30+ messages in thread
From: Uwe Kleine-König @ 2022-02-15 12:58 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Heiko Stuebner, devicetree, Thierry Reding,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Fabio Estevam, linux-riscv, Vignesh R, Florian Fainelli,
	Lee Jones, Chen-Yu Tsai, Jernej Skrabec, linux-rockchip,
	Rahul Tanwar, bcm-kernel-feedback-list, NXP Linux Team,
	Jeff LaBundy, linux-sunxi, linux-pwm, Pengutronix Kernel Team,
	Sascha Hauer, Maxime Ripard, Rob Herring, Paul Walmsley,
	Laurent Pinchart, linux-arm-kernel, Yoshihiro Shimoda,
	linux-kernel, Palmer Dabbelt, Philipp Zabel, Shawn Guo

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

On Tue, Feb 15, 2022 at 01:41:20PM +0100, Krzysztof Kozlowski wrote:
> On 15/02/2022 11:49, Uwe Kleine-König wrote:
> > On Tue, Feb 15, 2022 at 10:41:06AM +0100, Uwe Kleine-König wrote:
> >> On Tue, Feb 15, 2022 at 09:02:25AM +0100, Krzysztof Kozlowski wrote:
> >>> On 15/02/2022 08:59, Krzysztof Kozlowski wrote:
> >>>> On Tue, 15 Feb 2022 at 08:40, Uwe Kleine-König
> >>>> <u.kleine-koenig@pengutronix.de> wrote:
> >>>>>
> >>>>> Hello,
> >>>>>
> >>>>> [dropped Anson Huang and Yash Shah from Cc: which were not reachable for
> >>>>> my last mail]
> >>>>>
> >>>>> On Mon, Feb 14, 2022 at 10:21:39PM +0100, Krzysztof Kozlowski wrote:
> >>>>>> Hi,
> >>>>>>
> >>>>>> Changes since v1:
> >>>>>> 1. Add tags.
> >>>>>> 2. Adjust subject (Uwe).
> >>>>>
> >>>>> However you only took a part of my suggestion ...
> >>>>>
> >>>>>> Krzysztof Kozlowski (15):
> >>>>>>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: imx: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: iqs620a: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: mxs: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: rockchip: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: sifive: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
> >>>>>>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
> >>>>>>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
> >>>>>
> >>>>> ... The actual patch has a space after the comma, I like this variant
> >>>>> without comma better as this is a compatible string.
> >>>>
> >>>> I am confused. My patch does not have comma after space. Your reply
> >>>> had such in the subject, but not in the proposed new subject you wrote
> >>>> in msg, so I left it as is. Without comma. If you still see comma, it
> >>>> is something with your mail client.
> >>>>
> >>>> See:
> >>>> https://lore.kernel.org/linux-devicetree/20220214212154.8853-12-krzysztof.kozlowski@canonical.com/T/#u
> >>>>
> >>>> Also reply from Vijayakannan does not have comma:
> >>>> https://lore.kernel.org/linux-devicetree/20220214081605.161394-11-krzysztof.kozlowski@canonical.com/T/#m80af695f2c751341bc971114aefa00ccc929a3ec
> >>
> >> Strange: I have this mail four times in my mailboxes (via
> >> linux-arm-kernel, linux-pwm, kernel@pengutronix.de and directly). In the
> >> two latter the Subject line is broken in two:
> > 
> > I was wrong. The ones to kernel@pengutronix.de and the linux-arm-kernel
> > one are the ones with the linebreak.
> > 
> > Hmm,
> > 
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717310.html
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/717304.html
> > 
> > has the linebreaks, too. Still I wonder what is different between
> > kernel@pengutronix.de and u.kleine-koenig@pengutronix.de.
> 
> Other threads - not only mine - are also affected:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714311.html
> http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714316.html
> http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714364.html

In the meantime I'm confident that mailman2 is the culprit.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-15 12:58             ` Uwe Kleine-König
@ 2022-02-15 18:08               ` Uwe Kleine-König
  0 siblings, 0 replies; 30+ messages in thread
From: Uwe Kleine-König @ 2022-02-15 18:08 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Heiko Stuebner, linux-pwm, Thierry Reding,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Lee Jones, linux-riscv, Vignesh R, Florian Fainelli,
	Fabio Estevam, Chen-Yu Tsai, Jernej Skrabec, linux-rockchip,
	Rahul Tanwar, bcm-kernel-feedback-list, NXP Linux Team,
	Jeff LaBundy, linux-sunxi, devicetree, Philipp Zabel,
	Sascha Hauer, Maxime Ripard, Rob Herring, Paul Walmsley,
	Laurent Pinchart, linux-arm-kernel, Yoshihiro Shimoda,
	linux-kernel, Palmer Dabbelt, Pengutronix Kernel Team, Shawn Guo

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

Hello,

On Tue, Feb 15, 2022 at 01:58:56PM +0100, Uwe Kleine-König wrote:
> On Tue, Feb 15, 2022 at 01:41:20PM +0100, Krzysztof Kozlowski wrote:
> > On 15/02/2022 11:49, Uwe Kleine-König wrote:
> > > [... Something inserted a space in Subject lines ...]
> > 
> > Other threads - not only mine - are also affected:
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714311.html
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714316.html
> > http://lists.infradead.org/pipermail/linux-arm-kernel/2022-February/714364.html
> 
> In the meantime I'm confident that mailman2 is the culprit.

For the record: Using python2 (which is what mailman2 uses):

>>> from email.header import Header
>>> h = Header('[PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: Include generic pwm schema', maxlinelen=76, header_name='Subject')
>>> h.encode()
'[PATCH v2 08/15] dt-bindings: pwm: renesas,\n pwm: Include generic pwm schema'

This is the inner source of the problem, mailman just does something
like:

>>> import email
>>> a = email.message_from_file(open('message'))
>>> open('message-mangled', 'w').write(a.as_string())

So we just have to wait until all mailserver admins migrate away from
mailman2. I bet this will happen no later than when Python2 will become
EOL. :-\

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (15 preceding siblings ...)
  2022-02-15  7:40 ` [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Uwe Kleine-König
@ 2022-02-15 22:54 ` Rob Herring
  2022-03-02 19:04 ` Krzysztof Kozlowski
  17 siblings, 0 replies; 30+ messages in thread
From: Rob Herring @ 2022-02-15 22:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Thierry Reding, Uwe Kleine-König, Lee Jones, Maxime Ripard,
	Chen-Yu Tsai, Jernej Skrabec, Florian Fainelli,
	maintainer:BROADCOM BCM7XXX ARM ARCHITECTURE, Shawn Guo,
	Sascha Hauer, Pengutronix Kernel Team, Fabio Estevam,
	NXP Linux Team, Heiko Stuebner, Palmer Dabbelt, Paul Walmsley,
	Nobuhiro Iwamatsu, Philipp Zabel, Vijayakannan Ayyathurai,
	Rahul Tanwar, Jeff LaBundy, Sagar Kadam, Vignesh R,
	Yoshihiro Shimoda, Laurent Pinchart, Linux PWM List, devicetree,
	linux-arm-kernel, linux-sunxi, linux-kernel,
	open list:ARM/Rockchip SoC...,
	linux-riscv

On Mon, Feb 14, 2022 at 3:22 PM Krzysztof Kozlowski
<krzysztof.kozlowski@canonical.com> wrote:
>
> Hi,
>
> Changes since v1:
> 1. Add tags.
> 2. Adjust subject (Uwe).
>
> Best regards,
> Krzysztof
>
> Krzysztof Kozlowski (15):
>   dt-bindings: pwm: allwinner,sun4i-a10: Include generic pwm schema
>   dt-bindings: pwm: imx: Include generic pwm schema
>   dt-bindings: pwm: intel,lgm: Include generic pwm schema
>   dt-bindings: pwm: iqs620a: Include generic pwm schema
>   dt-bindings: pwm: mxs: Include generic pwm schema
>   dt-bindings: pwm: rockchip: Include generic pwm schema
>   dt-bindings: pwm: sifive: Include generic pwm schema
>   dt-bindings: pwm: renesas,pwm: Include generic pwm schema
>   dt-bindings: pwm: toshiba,visconti: Include generic pwm schema
>   dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
>   dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
>   dt-bindings: pwm: samsung: Do not require pwm-cells twice
>   dt-bindings: pwm: tiecap: Do not require pwm-cells twice
>   dt-bindings: pwm: tiehrpwm: Do not require pwm-cells twice
>   dt-bindings: pwm: renesas,tpu: Do not require pwm-cells twice

For the series:

Reviewed-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
                   ` (16 preceding siblings ...)
  2022-02-15 22:54 ` Rob Herring
@ 2022-03-02 19:04 ` Krzysztof Kozlowski
  2022-03-03  6:41   ` Uwe Kleine-König
  17 siblings, 1 reply; 30+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-02 19:04 UTC (permalink / raw)
  To: Thierry Reding, Uwe Kleine-König, Lee Jones
  Cc: Chen-Yu Tsai, Florian Fainelli, bcm-kernel-feedback-list,
	Heiko Stuebner, Palmer Dabbelt, Shawn Guo, Fabio Estevam,
	NXP Linux Team, Paul Walmsley, Philipp Zabel, Yash Shah,
	Nobuhiro Iwamatsu, Vijayakannan Ayyathurai, Vignesh R,
	Yoshihiro Shimoda, Anson Huang, Rahul Tanwar, Rob Herring,
	Maxime Ripard, Jernej Skrabec, Sascha Hauer,
	Pengutronix Kernel Team, Jeff LaBundy, Sagar Kadam, linux-pwm,
	devicetree, linux-sunxi, linux-kernel, linux-arm-kernel,
	linux-riscv, Laurent Pinchart, linux-rockchip

On 14/02/2022 22:21, Krzysztof Kozlowski wrote:
> Hi,
> 
> Changes since v1:
> 1. Add tags.
> 2. Adjust subject (Uwe).
> 

Hi Thierry, Uwe and Lee,

Any comments here? Rob acked all these, so these are clear to go via PWM
tree.


Best regards,
Krzysztof

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

* Re: [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema
  2022-03-02 19:04 ` Krzysztof Kozlowski
@ 2022-03-03  6:41   ` Uwe Kleine-König
  0 siblings, 0 replies; 30+ messages in thread
From: Uwe Kleine-König @ 2022-03-03  6:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Thierry Reding, Lee Jones, Heiko Stuebner, devicetree,
	Vijayakannan Ayyathurai, Sagar Kadam, Nobuhiro Iwamatsu,
	Fabio Estevam, linux-riscv, Vignesh R, Florian Fainelli,
	Rahul Tanwar, Jernej Skrabec, linux-rockchip, Chen-Yu Tsai,
	bcm-kernel-feedback-list, NXP Linux Team, Jeff LaBundy,
	linux-sunxi, linux-pwm, Philipp Zabel, Sascha Hauer,
	Maxime Ripard, Rob Herring, Paul Walmsley, Laurent Pinchart,
	linux-arm-kernel, Yoshihiro Shimoda, linux-kernel,
	Palmer Dabbelt, Pengutronix Kernel Team, Shawn Guo

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

Hello,

(dropped Anson Huang and Yash Shah from Cc, their addresses bounced last
time I used them.)

On Wed, Mar 02, 2022 at 08:04:45PM +0100, Krzysztof Kozlowski wrote:
> On 14/02/2022 22:21, Krzysztof Kozlowski wrote:
> > Hi,
> > 
> > Changes since v1:
> > 1. Add tags.
> > 2. Adjust subject (Uwe).
> > 
> 
> Hi Thierry, Uwe and Lee,
> 
> Any comments here? Rob acked all these, so these are clear to go via PWM
> tree.

They are fine from my side:

Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

It's Thierry who is reponsible to pick these up and it seems he marked
the series as accepted:
	https://patchwork.ozlabs.org/project/linux-pwm/list/?series=286150&state=*

So I would expect that it turns up in next after Thierry is done with
his testing.

Best regards
Uwe

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

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

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

end of thread, other threads:[~2022-03-03  6:42 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-14 21:21 [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 01/15] dt-bindings: pwm: allwinner,sun4i-a10: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 02/15] dt-bindings: pwm: imx: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 03/15] dt-bindings: pwm: intel,lgm: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 04/15] dt-bindings: pwm: iqs620a: " Krzysztof Kozlowski
2022-02-14 23:23   ` Jeff LaBundy
2022-02-14 21:21 ` [PATCH v2 05/15] dt-bindings: pwm: mxs: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 06/15] dt-bindings: pwm: rockchip: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 07/15] dt-bindings: pwm: sifive: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 08/15] dt-bindings: pwm: renesas,pwm: " Krzysztof Kozlowski
2022-02-15  1:50   ` Yoshihiro Shimoda
2022-02-14 21:21 ` [PATCH v2 09/15] dt-bindings: pwm: toshiba,visconti: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 10/15] dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 11/15] dt-bindings: pwm: intel,keembay: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 12/15] dt-bindings: pwm: samsung: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 13/15] dt-bindings: pwm: tiecap: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 14/15] dt-bindings: pwm: tiehrpwm: " Krzysztof Kozlowski
2022-02-14 21:21 ` [PATCH v2 15/15] dt-bindings: pwm: renesas,tpu: " Krzysztof Kozlowski
2022-02-15  1:51   ` Yoshihiro Shimoda
2022-02-15  7:40 ` [PATCH v2 00/15] pwm: dt-bindings: Include generic pwm schema Uwe Kleine-König
2022-02-15  7:59   ` Krzysztof Kozlowski
2022-02-15  8:02     ` Krzysztof Kozlowski
2022-02-15  9:41       ` Uwe Kleine-König
2022-02-15 10:49         ` Uwe Kleine-König
2022-02-15 12:41           ` Krzysztof Kozlowski
2022-02-15 12:58             ` Uwe Kleine-König
2022-02-15 18:08               ` Uwe Kleine-König
2022-02-15 22:54 ` Rob Herring
2022-03-02 19:04 ` Krzysztof Kozlowski
2022-03-03  6:41   ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).