All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-02-15 13:34 ` Daniel Golle
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Golle @ 2023-02-15 13:34 UTC (permalink / raw)
  To: devicetree, linux-pwm, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, John Crispin

Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
been added. Also add the compatible string to dt-bindings now that
they have been converted to YAML.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
Resending this patch as I missed sending it to linux-pwm when first
submitted. See also
https://patchwork.ozlabs.org/comment/3049442/

 Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
index dbc974bff9e9..8e176ba7a525 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
@@ -22,6 +22,7 @@ properties:
           - mediatek,mt7623-pwm
           - mediatek,mt7628-pwm
           - mediatek,mt7629-pwm
+          - mediatek,mt7986-pwm
           - mediatek,mt8183-pwm
           - mediatek,mt8365-pwm
           - mediatek,mt8516-pwm

base-commit: 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
-- 
2.39.1


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

* [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-02-15 13:34 ` Daniel Golle
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Golle @ 2023-02-15 13:34 UTC (permalink / raw)
  To: devicetree, linux-pwm, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, John Crispin

Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
been added. Also add the compatible string to dt-bindings now that
they have been converted to YAML.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
---
Resending this patch as I missed sending it to linux-pwm when first
submitted. See also
https://patchwork.ozlabs.org/comment/3049442/

 Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
index dbc974bff9e9..8e176ba7a525 100644
--- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
+++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
@@ -22,6 +22,7 @@ properties:
           - mediatek,mt7623-pwm
           - mediatek,mt7628-pwm
           - mediatek,mt7629-pwm
+          - mediatek,mt7986-pwm
           - mediatek,mt8183-pwm
           - mediatek,mt8365-pwm
           - mediatek,mt8516-pwm

base-commit: 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
-- 
2.39.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-15 13:34 ` Daniel Golle
@ 2023-02-16 10:04   ` AngeloGioacchino Del Regno
  -1 siblings, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-02-16 10:04 UTC (permalink / raw)
  To: Daniel Golle, devicetree, linux-pwm, linux-mediatek,
	linux-arm-kernel, linux-kernel, Thierry Reding,
	Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger, John Crispin

Il 15/02/23 14:34, Daniel Golle ha scritto:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

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



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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-02-16 10:04   ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 8+ messages in thread
From: AngeloGioacchino Del Regno @ 2023-02-16 10:04 UTC (permalink / raw)
  To: Daniel Golle, devicetree, linux-pwm, linux-mediatek,
	linux-arm-kernel, linux-kernel, Thierry Reding,
	Uwe Kleine-König, Rob Herring, Krzysztof Kozlowski,
	Matthias Brugger, John Crispin

Il 15/02/23 14:34, Daniel Golle ha scritto:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

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



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-15 13:34 ` Daniel Golle
@ 2023-03-19 15:05   ` Daniel Golle
  -1 siblings, 0 replies; 8+ messages in thread
From: Daniel Golle @ 2023-03-19 15:05 UTC (permalink / raw)
  To: devicetree, linux-pwm, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, John Crispin

On Wed, Feb 15, 2023 at 01:34:51PM +0000, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

May I kindly call your attention to this patch please.

It has received reviews and no further comments for more than a month
now:
https://patchwork.kernel.org/project/linux-mediatek/patch/Y+zfb2uQyKHng0kS@makrotopia.org/

Follow-up patches adding support for MT7981 are already waiting and to
avoid conflicts it would be good to have this one merged before.

Thank you!

> ---
> Resending this patch as I missed sending it to linux-pwm when first
> submitted. See also
> https://patchwork.ozlabs.org/comment/3049442/
> 
>  Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> index dbc974bff9e9..8e176ba7a525 100644
> --- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> +++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> @@ -22,6 +22,7 @@ properties:
>            - mediatek,mt7623-pwm
>            - mediatek,mt7628-pwm
>            - mediatek,mt7629-pwm
> +          - mediatek,mt7986-pwm
>            - mediatek,mt8183-pwm
>            - mediatek,mt8365-pwm
>            - mediatek,mt8516-pwm
> 
> base-commit: 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
> -- 
> 2.39.1
> 

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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-03-19 15:05   ` Daniel Golle
  0 siblings, 0 replies; 8+ messages in thread
From: Daniel Golle @ 2023-03-19 15:05 UTC (permalink / raw)
  To: devicetree, linux-pwm, linux-mediatek, linux-arm-kernel,
	linux-kernel, Thierry Reding, Uwe Kleine-König, Rob Herring,
	Krzysztof Kozlowski, Matthias Brugger,
	AngeloGioacchino Del Regno, John Crispin

On Wed, Feb 15, 2023 at 01:34:51PM +0000, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>

May I kindly call your attention to this patch please.

It has received reviews and no further comments for more than a month
now:
https://patchwork.kernel.org/project/linux-mediatek/patch/Y+zfb2uQyKHng0kS@makrotopia.org/

Follow-up patches adding support for MT7981 are already waiting and to
avoid conflicts it would be good to have this one merged before.

Thank you!

> ---
> Resending this patch as I missed sending it to linux-pwm when first
> submitted. See also
> https://patchwork.ozlabs.org/comment/3049442/
> 
>  Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> index dbc974bff9e9..8e176ba7a525 100644
> --- a/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> +++ b/Documentation/devicetree/bindings/pwm/mediatek,mt2712-pwm.yaml
> @@ -22,6 +22,7 @@ properties:
>            - mediatek,mt7623-pwm
>            - mediatek,mt7628-pwm
>            - mediatek,mt7629-pwm
> +          - mediatek,mt7986-pwm
>            - mediatek,mt8183-pwm
>            - mediatek,mt8365-pwm
>            - mediatek,mt8516-pwm
> 
> base-commit: 9d9019bcea1aac7eed64a1a4966282b6b7b141c8
> -- 
> 2.39.1
> 

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
  2023-02-15 13:34 ` Daniel Golle
@ 2023-04-06 13:26   ` Thierry Reding
  -1 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-04-06 13:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski, AngeloGioacchino Del Regno,
	Uwe Kleine-König, linux-mediatek, Daniel Golle, linux-pwm,
	John Crispin, linux-kernel, Rob Herring, Matthias Brugger,
	linux-arm-kernel, devicetree

On Wed, 15 Feb 2023 13:34:39 +0000, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> 

Applied, thanks!

[1/1] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
      commit: 90cb764c3fafb80ac6b3efd99f8481226da40f60

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

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

* Re: [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
@ 2023-04-06 13:26   ` Thierry Reding
  0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2023-04-06 13:26 UTC (permalink / raw)
  To: Krzysztof Kozlowski, AngeloGioacchino Del Regno,
	Uwe Kleine-König, linux-mediatek, Daniel Golle, linux-pwm,
	John Crispin, linux-kernel, Rob Herring, Matthias Brugger,
	linux-arm-kernel, devicetree

On Wed, 15 Feb 2023 13:34:39 +0000, Daniel Golle wrote:
> Since commit 241eab76657f ("pwm: mediatek: Add support for MT7986")
> support for the 2 PWM channels implemented in MediaTek MT7986 SoCs has
> been added. Also add the compatible string to dt-bindings now that
> they have been converted to YAML.
> 
> 

Applied, thanks!

[1/1] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible
      commit: 90cb764c3fafb80ac6b3efd99f8481226da40f60

Best regards,
-- 
Thierry Reding <thierry.reding@gmail.com>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-04-06 13:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-15 13:34 [PATCH RESEND] dt-bindings: pwm: mediatek: add mediatek,mt7986 compatible Daniel Golle
2023-02-15 13:34 ` Daniel Golle
2023-02-16 10:04 ` AngeloGioacchino Del Regno
2023-02-16 10:04   ` AngeloGioacchino Del Regno
2023-03-19 15:05 ` Daniel Golle
2023-03-19 15:05   ` Daniel Golle
2023-04-06 13:26 ` Thierry Reding
2023-04-06 13:26   ` Thierry Reding

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