All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] i2c: rcar: document R8A77980 bindings
@ 2018-05-28 19:39 Sergei Shtylyov
  2018-05-29  8:48 ` Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergei Shtylyov @ 2018-05-28 19:39 UTC (permalink / raw)
  To: Rob Herring, linux-i2c, devicetree; +Cc: Mark Rutland, linux-renesas-soc

R-Car V3H (R8A77980) SoC also has the R-Car gen3 compatible I2C controller,
so document the SoC  specific bindings.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against Wolfram Sang's 'linux.git' repo's 'i2c/for-next' branch
but I wouldn't mind if it was applied to the 'i2c/for-current' branch. :-)

 Documentation/devicetree/bindings/i2c/i2c-rcar.txt |    1 +
 1 file changed, 1 insertion(+)

Index: linux/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
===================================================================
--- linux.orig/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ linux/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -15,6 +15,7 @@ Required properties:
 	"renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
 	"renesas,i2c-r8a77965" if the device is a part of a R8A77965 SoC.
 	"renesas,i2c-r8a77970" if the device is a part of a R8A77970 SoC.
+	"renesas,i2c-r8a77980" if the device is a part of a R8A77980 SoC.
 	"renesas,i2c-r8a77995" if the device is a part of a R8A77995 SoC.
 	"renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
 	"renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible

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

* Re: [PATCH] i2c: rcar: document R8A77980 bindings
  2018-05-28 19:39 [PATCH] i2c: rcar: document R8A77980 bindings Sergei Shtylyov
@ 2018-05-29  8:48 ` Simon Horman
  2018-05-29 16:34 ` Geert Uytterhoeven
  2018-05-29 18:08 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-05-29  8:48 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, linux-i2c, devicetree, Mark Rutland, linux-renesas-soc

On Mon, May 28, 2018 at 10:39:05PM +0300, Sergei Shtylyov wrote:
> R-Car V3H (R8A77980) SoC also has the R-Car gen3 compatible I2C controller,
> so document the SoC  specific bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>

> 
> ---
> The patch is against Wolfram Sang's 'linux.git' repo's 'i2c/for-next' branch
> but I wouldn't mind if it was applied to the 'i2c/for-current' branch. :-)
> 
>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt |    1 +
>  1 file changed, 1 insertion(+)
> 
> Index: linux/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> ===================================================================
> --- linux.orig/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> +++ linux/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> @@ -15,6 +15,7 @@ Required properties:
>  	"renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
>  	"renesas,i2c-r8a77965" if the device is a part of a R8A77965 SoC.
>  	"renesas,i2c-r8a77970" if the device is a part of a R8A77970 SoC.
> +	"renesas,i2c-r8a77980" if the device is a part of a R8A77980 SoC.
>  	"renesas,i2c-r8a77995" if the device is a part of a R8A77995 SoC.
>  	"renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
>  	"renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible
> 

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

* Re: [PATCH] i2c: rcar: document R8A77980 bindings
  2018-05-28 19:39 [PATCH] i2c: rcar: document R8A77980 bindings Sergei Shtylyov
  2018-05-29  8:48 ` Simon Horman
@ 2018-05-29 16:34 ` Geert Uytterhoeven
  2018-05-29 18:08 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2018-05-29 16:34 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, Linux I2C,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Mark Rutland, Linux-Renesas

On Mon, May 28, 2018 at 9:39 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> R-Car V3H (R8A77980) SoC also has the R-Car gen3 compatible I2C controller,
> so document the SoC  specific bindings.
>
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

> ---
> The patch is against Wolfram Sang's 'linux.git' repo's 'i2c/for-next' branch
> but I wouldn't mind if it was applied to the 'i2c/for-current' branch. :-)

Who cares? A trivial DT binding update is not critical.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH] i2c: rcar: document R8A77980 bindings
  2018-05-28 19:39 [PATCH] i2c: rcar: document R8A77980 bindings Sergei Shtylyov
  2018-05-29  8:48 ` Simon Horman
  2018-05-29 16:34 ` Geert Uytterhoeven
@ 2018-05-29 18:08 ` Wolfram Sang
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-05-29 18:08 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: Rob Herring, linux-i2c, devicetree, Mark Rutland, linux-renesas-soc

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

On Mon, May 28, 2018 at 10:39:05PM +0300, Sergei Shtylyov wrote:
> R-Car V3H (R8A77980) SoC also has the R-Car gen3 compatible I2C controller,
> so document the SoC  specific bindings.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 

Applied to for-next, thanks!


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

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

end of thread, other threads:[~2018-05-29 18:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-28 19:39 [PATCH] i2c: rcar: document R8A77980 bindings Sergei Shtylyov
2018-05-29  8:48 ` Simon Horman
2018-05-29 16:34 ` Geert Uytterhoeven
2018-05-29 18:08 ` Wolfram Sang

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.