All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
@ 2022-09-23  6:43 xinlei.lee
  2022-09-23  7:28 ` Uwe Kleine-König
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: xinlei.lee @ 2022-09-23  6:43 UTC (permalink / raw)
  To: thierry.reding, u.kleine-koenig, robh+dt, krzysztof.kozlowski+dt,
	matthias.bgg, jitao.shi
  Cc: linux-pwm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group, xinlei lee

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

Add dt-binding documentation of pwm for MediaTek MT8188 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 e4fe2d1..2dd93e8 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,mt8186-disp-pwm
+              - mediatek,mt8188-disp-pwm
               - mediatek,mt8192-disp-pwm
               - mediatek,mt8195-disp-pwm
           - const: mediatek,mt8183-disp-pwm
-- 
2.6.4


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

* Re: [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
  2022-09-23  6:43 [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188 xinlei.lee
@ 2022-09-23  7:28 ` Uwe Kleine-König
  2022-09-23  9:33 ` Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Uwe Kleine-König @ 2022-09-23  7:28 UTC (permalink / raw)
  To: xinlei.lee
  Cc: thierry.reding, robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	jitao.shi, linux-pwm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

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

Hello,

hint: You don't seem to know about git send-email -v2. (Or git
format-patch -v2)

On Fri, Sep 23, 2022 at 02:43:14PM +0800, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.com>
> ---

It is usually helpful to note what changed since v1 here. I looked it up
myself now: Only the commit log changed, it was shortend not to mention
development details about how this patch was created.

Acked-by: Uwe Kleine-König <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] 5+ messages in thread

* Re: [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
  2022-09-23  6:43 [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188 xinlei.lee
  2022-09-23  7:28 ` Uwe Kleine-König
@ 2022-09-23  9:33 ` Krzysztof Kozlowski
  2022-09-28 13:59 ` Thierry Reding
  2022-09-29 12:37 ` Matthias Brugger
  3 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-09-23  9:33 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, robh+dt,
	krzysztof.kozlowski+dt, matthias.bgg, jitao.shi
  Cc: linux-pwm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

On 23/09/2022 08:43, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.com>


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

Best regards,
Krzysztof


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

* Re: [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
  2022-09-23  6:43 [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188 xinlei.lee
  2022-09-23  7:28 ` Uwe Kleine-König
  2022-09-23  9:33 ` Krzysztof Kozlowski
@ 2022-09-28 13:59 ` Thierry Reding
  2022-09-29 12:37 ` Matthias Brugger
  3 siblings, 0 replies; 5+ messages in thread
From: Thierry Reding @ 2022-09-28 13:59 UTC (permalink / raw)
  To: xinlei.lee
  Cc: u.kleine-koenig, robh+dt, krzysztof.kozlowski+dt, matthias.bgg,
	jitao.shi, linux-pwm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group

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

On Fri, Sep 23, 2022 at 02:43:14PM +0800, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.com>
> ---
>  Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

Thierry

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

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

* Re: [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
  2022-09-23  6:43 [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188 xinlei.lee
                   ` (2 preceding siblings ...)
  2022-09-28 13:59 ` Thierry Reding
@ 2022-09-29 12:37 ` Matthias Brugger
  3 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2022-09-29 12:37 UTC (permalink / raw)
  To: xinlei.lee, thierry.reding, u.kleine-koenig, robh+dt,
	krzysztof.kozlowski+dt, jitao.shi
  Cc: linux-pwm, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group



On 23/09/2022 08:43, xinlei.lee@mediatek.com wrote:
> From: xinlei lee <xinlei.lee@mediatek.com>
> 
> Add dt-binding documentation of pwm for MediaTek MT8188 SoC.
> 
> Signed-off-by: xinlei lee <xinlei.lee@mediatek.com>

Reviewed-by: Matthias Brugger <matthias.bgg@gmail.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 e4fe2d1..2dd93e8 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,mt8186-disp-pwm
> +              - mediatek,mt8188-disp-pwm
>                 - mediatek,mt8192-disp-pwm
>                 - mediatek,mt8195-disp-pwm
>             - const: mediatek,mt8183-disp-pwm

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

end of thread, other threads:[~2022-09-29 12:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-23  6:43 [PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188 xinlei.lee
2022-09-23  7:28 ` Uwe Kleine-König
2022-09-23  9:33 ` Krzysztof Kozlowski
2022-09-28 13:59 ` Thierry Reding
2022-09-29 12:37 ` Matthias Brugger

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.