linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
@ 2024-02-01 12:18 Geert Uytterhoeven
  2024-02-01 18:09 ` Conor Dooley
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2024-02-01 12:18 UTC (permalink / raw)
  To: Wolfram Sang, Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: linux-renesas-soc, linux-i2c, devicetree, Geert Uytterhoeven

Document support for the I2C Bus Interfaces in the Renesas R-Car V4M
(R8A779H0) SoC.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
index c4ace5585e1e22d3..51b220da461b068d 100644
--- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
@@ -53,6 +53,7 @@ properties:
               - renesas,i2c-r8a779a0     # R-Car V3U
               - renesas,i2c-r8a779f0     # R-Car S4-8
               - renesas,i2c-r8a779g0     # R-Car V4H
+              - renesas,i2c-r8a779h0     # R-Car V4M
           - const: renesas,rcar-gen4-i2c # R-Car Gen4
 
   reg:
-- 
2.34.1


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

* Re: [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
  2024-02-01 12:18 [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support Geert Uytterhoeven
@ 2024-02-01 18:09 ` Conor Dooley
  2024-02-01 21:31 ` Andi Shyti
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2024-02-01 18:09 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Andi Shyti, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, linux-renesas-soc, linux-i2c, devicetree

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

On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote:
> Document support for the I2C Bus Interfaces in the Renesas R-Car V4M
> (R8A779H0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
> index c4ace5585e1e22d3..51b220da461b068d 100644
> --- a/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
> +++ b/Documentation/devicetree/bindings/i2c/renesas,rcar-i2c.yaml
> @@ -53,6 +53,7 @@ properties:
>                - renesas,i2c-r8a779a0     # R-Car V3U
>                - renesas,i2c-r8a779f0     # R-Car S4-8
>                - renesas,i2c-r8a779g0     # R-Car V4H
> +              - renesas,i2c-r8a779h0     # R-Car V4M
>            - const: renesas,rcar-gen4-i2c # R-Car Gen4
>  
>    reg:
> -- 
> 2.34.1
> 

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

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

* Re: [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
  2024-02-01 12:18 [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support Geert Uytterhoeven
  2024-02-01 18:09 ` Conor Dooley
@ 2024-02-01 21:31 ` Andi Shyti
  2024-02-01 23:33 ` Andi Shyti
  2024-02-03 17:31 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Andi Shyti @ 2024-02-01 21:31 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-renesas-soc, linux-i2c, devicetree

Hi Geert,

On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote:
> Document support for the I2C Bus Interfaces in the Renesas R-Car V4M
> (R8A779H0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Andi Shyti <andi.shyti@kernel.org>

Thanks,
Andi

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

* Re: [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
  2024-02-01 12:18 [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support Geert Uytterhoeven
  2024-02-01 18:09 ` Conor Dooley
  2024-02-01 21:31 ` Andi Shyti
@ 2024-02-01 23:33 ` Andi Shyti
  2024-02-03 17:31 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Andi Shyti @ 2024-02-01 23:33 UTC (permalink / raw)
  To: Wolfram Sang, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	Geert Uytterhoeven
  Cc: linux-renesas-soc, linux-i2c, devicetree

Hi

On Thu, 01 Feb 2024 13:18:51 +0100, Geert Uytterhoeven wrote:
> Document support for the I2C Bus Interfaces in the Renesas R-Car V4M
> (R8A779H0) SoC.
> 
> 

Applied to i2c/i2c-host on

git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git

Thank you,
Andi

Patches applied
===============
[1/1] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
      commit: 4b5cb5c1a346d4e5e35a1032ff0a1e8dd3b27052


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

* Re: [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support
  2024-02-01 12:18 [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2024-02-01 23:33 ` Andi Shyti
@ 2024-02-03 17:31 ` Wolfram Sang
  3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2024-02-03 17:31 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Andi Shyti, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
	linux-renesas-soc, linux-i2c, devicetree

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

On Thu, Feb 01, 2024 at 01:18:51PM +0100, Geert Uytterhoeven wrote:
> Document support for the I2C Bus Interfaces in the Renesas R-Car V4M
> (R8A779H0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

end of thread, other threads:[~2024-02-03 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-01 12:18 [PATCH] dt-bindings: i2c: renesas,rcar-i2c: Add r8a779h0 support Geert Uytterhoeven
2024-02-01 18:09 ` Conor Dooley
2024-02-01 21:31 ` Andi Shyti
2024-02-01 23:33 ` Andi Shyti
2024-02-03 17:31 ` Wolfram Sang

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