mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
@ 2025-09-14 13:20 Ivaylo Ivanov
  2025-09-15  8:24 ` Uwe Kleine-König
  2025-10-10 12:32 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 4+ messages in thread
From: Ivaylo Ivanov @ 2025-09-14 13:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Uwe Kleine-König,
	Thierry Reding, Conor Dooley
  Cc: linux-samsung-soc, devicetree, linux-arm-kernel, linux-pwm, linux-kernel

Add samsung,exynos8890-pwm compatible string to binding document.

Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
---
 Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
index 17a2b927a..97acbdec3 100644
--- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
+++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
@@ -31,6 +31,7 @@ properties:
           - enum:
               - samsung,exynos5433-pwm
               - samsung,exynos7-pwm
+              - samsung,exynos8890-pwm
               - samsung,exynosautov9-pwm
               - samsung,exynosautov920-pwm
               - tesla,fsd-pwm
-- 
2.43.0


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

* Re: [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
  2025-09-14 13:20 [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible Ivaylo Ivanov
@ 2025-09-15  8:24 ` Uwe Kleine-König
  2025-10-10 12:32 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2025-09-15  8:24 UTC (permalink / raw)
  To: Ivaylo Ivanov
  Cc: Krzysztof Kozlowski, Rob Herring, Thierry Reding, Conor Dooley,
	linux-samsung-soc, devicetree, linux-arm-kernel, linux-pwm,
	linux-kernel

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

On Sun, Sep 14, 2025 at 04:20:33PM +0300, Ivaylo Ivanov wrote:
> Add samsung,exynos8890-pwm compatible string to binding document.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> index 17a2b927a..97acbdec3 100644
> --- a/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> +++ b/Documentation/devicetree/bindings/pwm/pwm-samsung.yaml
> @@ -31,6 +31,7 @@ properties:
>            - enum:
>                - samsung,exynos5433-pwm
>                - samsung,exynos7-pwm
> +              - samsung,exynos8890-pwm
>                - samsung,exynosautov9-pwm
>                - samsung,exynosautov920-pwm
>                - tesla,fsd-pwm

Applied to

https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git pwm/for-next

as merge window material.

Best regards
Uwe

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

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

* Re: [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
  2025-09-14 13:20 [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible Ivaylo Ivanov
  2025-09-15  8:24 ` Uwe Kleine-König
@ 2025-10-10 12:32 ` Krzysztof Kozlowski
  2025-10-12 14:05   ` Uwe Kleine-König
  1 sibling, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-10-10 12:32 UTC (permalink / raw)
  To: Ivaylo Ivanov, Rob Herring, Uwe Kleine-König,
	Thierry Reding, Conor Dooley
  Cc: linux-samsung-soc, devicetree, linux-arm-kernel, linux-pwm, linux-kernel

On 14/09/2025 15:20, Ivaylo Ivanov wrote:
> Add samsung,exynos8890-pwm compatible string to binding document.
> 
> Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> ---
>  Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +

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

Best regards,
Krzysztof

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

* Re: [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible
  2025-10-10 12:32 ` Krzysztof Kozlowski
@ 2025-10-12 14:05   ` Uwe Kleine-König
  0 siblings, 0 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2025-10-12 14:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Ivaylo Ivanov, Rob Herring, Thierry Reding, Conor Dooley,
	linux-samsung-soc, devicetree, linux-arm-kernel, linux-pwm,
	linux-kernel

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

Hello Krzysztof,

On Fri, Oct 10, 2025 at 02:32:53PM +0200, Krzysztof Kozlowski wrote:
> On 14/09/2025 15:20, Ivaylo Ivanov wrote:
> > Add samsung,exynos8890-pwm compatible string to binding document.
> > 
> > Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
> > ---
> >  Documentation/devicetree/bindings/pwm/pwm-samsung.yaml | 1 +
> 
> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

While I'm usually slow picking up patches, that one already went into
Linus' tree with my PR for 6.18-rc1.

Best regards
Uwe

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

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

end of thread, other threads:[~2025-10-12 14:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-14 13:20 [PATCH v1] dt-bindings: pwm: samsung: add exynos8890 compatible Ivaylo Ivanov
2025-09-15  8:24 ` Uwe Kleine-König
2025-10-10 12:32 ` Krzysztof Kozlowski
2025-10-12 14:05   ` 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

all inboxes | Powered by JetHome®