linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
@ 2022-03-31 12:47 xinlei.lee
  2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: xinlei.lee @ 2022-03-31 12:47 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi, Xinlei Lee

From: Xinlei Lee <xinlei.lee@mediatek.com>

Changes since v4:
1.Base on Linux-next.
2.Cancel removal of mt8167 compatiable patch.

Changes since v3:
1. Combine multiplexed socs into one entry

Changes since v2:
1. Modify the PWM name to DISP_PWM.
2. Include pwm.yaml.
3. Separate conversion files and add/remove operations.

Changes since v1:
1. Fixed formatting issues mentioned in the v1.
2. Delete pwm-mtk-disp.txt.
3. Add mtk_pwm dt_maintainers.
4. Add "#pwm-cells" & power-domains properties.
5. Make dt_checking successful.

Xinlei Lee (4):
  dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml
    format
  dt-bindings: pwm: Add compatible for MediaTek MT8192
  dt-bindings: pwm: Add compatible for MediaTek MT8195
  dt-bindings: pwm: Add compatible for MediaTek MT8186

 .../bindings/pwm/mediatek,pwm-disp.yaml       | 72 +++++++++++++++++++
 .../devicetree/bindings/pwm/pwm-mtk-disp.txt  | 45 ------------
 2 files changed, 72 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt

-- 
2.18.0


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

* [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
  2022-03-31 12:47 [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format xinlei.lee
@ 2022-03-31 12:47 ` xinlei.lee
  2022-03-31 14:03   ` [PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format AngeloGioacchino Del Regno
  2022-03-31 23:20   ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format Miles Chen
  2022-03-31 12:47 ` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192 xinlei.lee
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 13+ messages in thread
From: xinlei.lee @ 2022-03-31 12:47 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi, Xinlei Lee

From: Xinlei Lee <xinlei.lee@mediatek.com>

Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format as suggested by maintainer

Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
 .../bindings/pwm/mediatek,pwm-disp.yaml       | 66 +++++++++++++++++++
 .../devicetree/bindings/pwm/pwm-mtk-disp.txt  | 45 -------------
 2 files changed, 66 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
 delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
new file mode 100644
index 000000000000..36f877f819fa
--- /dev/null
+++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
@@ -0,0 +1,66 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/pwm/mediatek,pwm-disp.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: MediaTek DISP_PWM Controller Device Tree Bindings
+
+maintainers:
+  - Jitao Shi <jitao.shi@mediatek.com>
+  - Xinlei Lee <xinlei.lee@mediatek.com>
+
+allOf:
+  - $ref: pwm.yaml#
+
+properties:
+  compatible:
+    oneOf:
+      - enum:
+          - mediatek,mt2701-disp-pwm
+          - mediatek,mt6595-disp-pwm
+          - mediatek,mt8173-disp-pwm
+          - mediatek,mt8183-disp-pwm
+      - items:
+          - const: mediatek,mt8167-disp-pwm
+          - const: mediatek,mt8173-disp-pwm
+
+  reg:
+    maxItems: 1
+
+  "#pwm-cells":
+    const: 2
+
+  clocks:
+    items:
+      - description: Main Clock
+      - description: Mm Clock
+
+  clock-names:
+    items:
+      - const: main
+      - const: mm
+
+required:
+  - compatible
+  - reg
+  - "#pwm-cells"
+  - clocks
+  - clock-names
+
+additionalProperties: false
+
+examples:
+  - |
+    #include <dt-bindings/interrupt-controller/arm-gic.h>
+    #include <dt-bindings/clock/mt8173-clk.h>
+    #include <dt-bindings/interrupt-controller/irq.h>
+
+    pwm0: pwm@1401e000 {
+        compatible = "mediatek,mt8173-disp-pwm";
+        reg = <0x1401e000 0x1000>;
+        #pwm-cells = <2>;
+        clocks = <&mmsys CLK_MM_DISP_PWM026M>,
+                 <&mmsys CLK_MM_DISP_PWM0MM>;
+        clock-names = "main", "mm";
+    };
diff --git a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt b/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
deleted file mode 100644
index 691e58b6c223..000000000000
--- a/Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
+++ /dev/null
@@ -1,45 +0,0 @@
-MediaTek display PWM controller
-
-Required properties:
- - compatible: should be "mediatek,<name>-disp-pwm":
-   - "mediatek,mt2701-disp-pwm": found on mt2701 SoC.
-   - "mediatek,mt6595-disp-pwm": found on mt6595 SoC.
-   - "mediatek,mt8167-disp-pwm", "mediatek,mt8173-disp-pwm": found on mt8167 SoC.
-   - "mediatek,mt8173-disp-pwm": found on mt8173 SoC.
-   - "mediatek,mt8183-disp-pwm": found on mt8183 SoC.$
- - reg: physical base address and length of the controller's registers.
- - #pwm-cells: must be 2. See pwm.yaml in this directory for a description of
-   the cell format.
- - clocks: phandle and clock specifier of the PWM reference clock.
- - clock-names: must contain the following:
-   - "main": clock used to generate PWM signals.
-   - "mm": sync signals from the modules of mmsys.
- - pinctrl-names: Must contain a "default" entry.
- - pinctrl-0: One property must exist for each entry in pinctrl-names.
-   See pinctrl/pinctrl-bindings.txt for details of the property values.
-
-Example:
-	pwm0: pwm@1401e000 {
-		compatible = "mediatek,mt8173-disp-pwm",
-			     "mediatek,mt6595-disp-pwm";
-		reg = <0 0x1401e000 0 0x1000>;
-		#pwm-cells = <2>;
-		clocks = <&mmsys CLK_MM_DISP_PWM026M>,
-			 <&mmsys CLK_MM_DISP_PWM0MM>;
-		clock-names = "main", "mm";
-		pinctrl-names = "default";
-		pinctrl-0 = <&disp_pwm0_pins>;
-	};
-
-	backlight_lcd: backlight_lcd {
-		compatible = "pwm-backlight";
-		pwms = <&pwm0 0 1000000>;
-		brightness-levels = <
-			  0  16  32  48  64  80  96 112
-			128 144 160 176 192 208 224 240
-			255
-		>;
-		default-brightness-level = <9>;
-		power-supply = <&mt6397_vio18_reg>;
-		enable-gpios = <&pio 95 GPIO_ACTIVE_HIGH>;
-	};
-- 
2.18.0


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

* [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192
  2022-03-31 12:47 [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format xinlei.lee
  2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
@ 2022-03-31 12:47 ` xinlei.lee
  2022-03-31 14:03   ` AngeloGioacchino Del Regno
  2022-03-31 20:25   ` Krzysztof Kozlowski
  2022-03-31 12:47 ` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 xinlei.lee
  2022-03-31 12:47 ` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186 xinlei.lee
  3 siblings, 2 replies; 13+ messages in thread
From: xinlei.lee @ 2022-03-31 12:47 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi, Xinlei Lee

From: Xinlei Lee <xinlei.lee@mediatek.com>

Add dt-binding documentation of pwm for MediaTek MT8192 SoC.

Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
---
 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
index 36f877f819fa..4bfa8eb42186 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
@@ -24,6 +24,10 @@ properties:
       - items:
           - const: mediatek,mt8167-disp-pwm
           - const: mediatek,mt8173-disp-pwm
+      - items:
+          - enum:
+              - mediatek,mt8192-disp-pwm
+          - const: mediatek,mt8183-disp-pwm
 
   reg:
     maxItems: 1
-- 
2.18.0


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

* [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195
  2022-03-31 12:47 [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format xinlei.lee
  2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
  2022-03-31 12:47 ` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192 xinlei.lee
@ 2022-03-31 12:47 ` xinlei.lee
  2022-03-31 14:04   ` AngeloGioacchino Del Regno
  2022-03-31 20:25   ` Krzysztof Kozlowski
  2022-03-31 12:47 ` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186 xinlei.lee
  3 siblings, 2 replies; 13+ messages in thread
From: xinlei.lee @ 2022-03-31 12:47 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi, Xinlei Lee

From: Xinlei Lee <xinlei.lee@mediatek.com>

Add dt-binding documentation of pwm for MediaTek MT8195 SoC.

Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
---
 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
index 4bfa8eb42186..e5da918eaa33 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
@@ -27,6 +27,7 @@ properties:
       - items:
           - enum:
               - mediatek,mt8192-disp-pwm
+              - mediatek,mt8195-disp-pwm
           - const: mediatek,mt8183-disp-pwm
 
   reg:
-- 
2.18.0


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

* [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186
  2022-03-31 12:47 [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format xinlei.lee
                   ` (2 preceding siblings ...)
  2022-03-31 12:47 ` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 xinlei.lee
@ 2022-03-31 12:47 ` xinlei.lee
  2022-03-31 14:03   ` AngeloGioacchino Del Regno
  2022-03-31 20:26   ` Krzysztof Kozlowski
  3 siblings, 2 replies; 13+ messages in thread
From: xinlei.lee @ 2022-03-31 12:47 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, lee.jones, robh+dt, matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi, Xinlei Lee

From: Xinlei Lee <xinlei.lee@mediatek.com>

Add dt-binding documentation of pwm for MediaTek MT8186 SoC.

Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
---
 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
index e5da918eaa33..4b71bd668d33 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
@@ -26,6 +26,7 @@ properties:
           - const: mediatek,mt8173-disp-pwm
       - items:
           - enum:
+              - mediatek,mt8186-disp-pwm
               - mediatek,mt8192-disp-pwm
               - mediatek,mt8195-disp-pwm
           - const: mediatek,mt8183-disp-pwm
-- 
2.18.0


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

* Re: [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186
  2022-03-31 12:47 ` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186 xinlei.lee
@ 2022-03-31 14:03   ` AngeloGioacchino Del Regno
  2022-03-31 20:26   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-03-31 14:03 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

Il 31/03/22 14:47, xinlei.lee@mediatek.com ha scritto:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8186 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


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

* Re: [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192
  2022-03-31 12:47 ` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192 xinlei.lee
@ 2022-03-31 14:03   ` AngeloGioacchino Del Regno
  2022-03-31 20:25   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-03-31 14:03 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

Il 31/03/22 14:47, xinlei.lee@mediatek.com ha scritto:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8192 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


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

* Re: [PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format
  2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
@ 2022-03-31 14:03   ` AngeloGioacchino Del Regno
  2022-03-31 23:20   ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format Miles Chen
  1 sibling, 0 replies; 13+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-03-31 14:03 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

Il 31/03/22 14:47, xinlei.lee@mediatek.com ha scritto:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format as suggested by maintainer
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
> Reviewed-by: Rob Herring <robh@kernel.org>


Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

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

* Re: [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195
  2022-03-31 12:47 ` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 xinlei.lee
@ 2022-03-31 14:04   ` AngeloGioacchino Del Regno
  2022-03-31 20:25   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: AngeloGioacchino Del Regno @ 2022-03-31 14:04 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

Il 31/03/22 14:47, xinlei.lee@mediatek.com ha scritto:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8195 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>


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

* Re: [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192
  2022-03-31 12:47 ` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192 xinlei.lee
  2022-03-31 14:03   ` AngeloGioacchino Del Regno
@ 2022-03-31 20:25   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-31 20:25 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

On 31/03/2022 14:47, xinlei.lee@mediatek.com wrote:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8192 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
> ---
>  Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 4 ++++
>  1 file changed, 4 insertions(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195
  2022-03-31 12:47 ` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 xinlei.lee
  2022-03-31 14:04   ` AngeloGioacchino Del Regno
@ 2022-03-31 20:25   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-31 20:25 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

On 31/03/2022 14:47, xinlei.lee@mediatek.com wrote:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8195 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
> ---
>  Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186
  2022-03-31 12:47 ` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186 xinlei.lee
  2022-03-31 14:03   ` AngeloGioacchino Del Regno
@ 2022-03-31 20:26   ` Krzysztof Kozlowski
  1 sibling, 0 replies; 13+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-31 20:26 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, lee.jones, robh+dt,
	matthias.bgg
  Cc: linux-pwm, linux-mediatek, devicetree, linux-kernel,
	linux-arm-kernel, Project_Global_Chrome_Upstream_Group,
	rex-bc.chen, jitao.shi

On 31/03/2022 14:47, xinlei.lee@mediatek.com wrote:
> From: Xinlei Lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8186 SoC.
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
> ---

You could squash all three last patches into one... It's a bit churn
with every compatible. :)

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

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

* Re: [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format
  2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
  2022-03-31 14:03   ` [PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format AngeloGioacchino Del Regno
@ 2022-03-31 23:20   ` Miles Chen
  1 sibling, 0 replies; 13+ messages in thread
From: Miles Chen @ 2022-03-31 23:20 UTC (permalink / raw)
  To: xinlei.lee
  Cc: Project_Global_Chrome_Upstream_Group, devicetree, jitao.shi,
	lee.jones, linux-arm-kernel, linux-kernel, linux-mediatek,
	linux-pwm, matthias.bgg, rex-bc.chen, robh+dt, thierry.reding,
	u.kleine-koenig

> Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format as suggested by maintainer
> 
> Signed-off-by: Xinlei Lee <xinlei.lee@mediatek.com>
> Reviewed-by: Rob Herring <robh@kernel.org>

Reviewed-by: Miles Chen <miles.chen@mediatek.com> 

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

end of thread, other threads:[~2022-03-31 23:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31 12:47 [PATCH v5,0/4] Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format xinlei.lee
2022-03-31 12:47 ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format xinlei.lee
2022-03-31 14:03   ` [PATCH v5, 1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek, pwm-disp.yaml format AngeloGioacchino Del Regno
2022-03-31 23:20   ` [PATCH v5,1/4] dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml format Miles Chen
2022-03-31 12:47 ` [PATCH v5,2/4] dt-bindings: pwm: Add compatible for MediaTek MT8192 xinlei.lee
2022-03-31 14:03   ` AngeloGioacchino Del Regno
2022-03-31 20:25   ` Krzysztof Kozlowski
2022-03-31 12:47 ` [PATCH v5,3/4] dt-bindings: pwm: Add compatible for MediaTek MT8195 xinlei.lee
2022-03-31 14:04   ` AngeloGioacchino Del Regno
2022-03-31 20:25   ` Krzysztof Kozlowski
2022-03-31 12:47 ` [PATCH v5 4/4] dt-bindings: pwm: Add compatible for MediaTek MT8186 xinlei.lee
2022-03-31 14:03   ` AngeloGioacchino Del Regno
2022-03-31 20:26   ` Krzysztof Kozlowski

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