* [PATCH] i2c: rcar: document R8A77970 bindings
@ 2017-10-13 12:23 Sergei Shtylyov
2017-10-13 12:25 ` Sergei Shtylyov
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2017-10-13 12:23 UTC (permalink / raw)
To: Wolfram Sang, Rob Herring, linux-i2c, devicetree
Cc: Mark Rutland, linux-renesas-soc, Sergei Shtylyov
[-- Attachment #1: i2c-rcar-document-R8A77970-bindings.patch --]
[-- Type: text/plain, Size: 1002 bytes --]
R-Car V3M (R8A77970) 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>
---
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
@@ -13,6 +13,7 @@ Required properties:
"renesas,i2c-r8a7794" if the device is a part of a R8A7794 SoC.
"renesas,i2c-r8a7795" if the device is a part of a R8A7795 SoC.
"renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
+ "renesas,i2c-r8a77970" if the device is a part of a R8A77970 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
device.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] i2c: rcar: document R8A77970 bindings
2017-10-13 12:23 [PATCH] i2c: rcar: document R8A77970 bindings Sergei Shtylyov
@ 2017-10-13 12:25 ` Sergei Shtylyov
2017-10-13 12:28 ` Simon Horman
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Sergei Shtylyov @ 2017-10-13 12:25 UTC (permalink / raw)
To: Wolfram Sang, Rob Herring, linux-i2c, devicetree
Cc: Mark Rutland, linux-renesas-soc
Oops, forgot to mention that the patch is against Wolfram Sang's 'linux.git'
repo's 'i2c/for-next' branch...
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] i2c: rcar: document R8A77970 bindings
2017-10-13 12:23 [PATCH] i2c: rcar: document R8A77970 bindings Sergei Shtylyov
2017-10-13 12:25 ` Sergei Shtylyov
@ 2017-10-13 12:28 ` Simon Horman
2017-10-13 12:30 ` Geert Uytterhoeven
2017-10-17 22:01 ` Wolfram Sang
3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-10-13 12:28 UTC (permalink / raw)
To: Sergei Shtylyov
Cc: Wolfram Sang, Rob Herring, linux-i2c, devicetree, Mark Rutland,
linux-renesas-soc
On Fri, Oct 13, 2017 at 03:23:55PM +0300, Sergei Shtylyov wrote:
> R-Car V3M (R8A77970) 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>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] i2c: rcar: document R8A77970 bindings
2017-10-13 12:23 [PATCH] i2c: rcar: document R8A77970 bindings Sergei Shtylyov
2017-10-13 12:25 ` Sergei Shtylyov
2017-10-13 12:28 ` Simon Horman
@ 2017-10-13 12:30 ` Geert Uytterhoeven
2017-10-17 22:01 ` Wolfram Sang
3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2017-10-13 12:30 UTC (permalink / raw)
To: Sergei Shtylyov
Cc: Wolfram Sang, Rob Herring, Linux I2C, devicetree@vger.kernel.org,
Mark Rutland, Linux-Renesas
On Fri, Oct 13, 2017 at 2:23 PM, Sergei Shtylyov
<sergei.shtylyov@cogentembedded.com> wrote:
> R-Car V3M (R8A77970) 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>
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] 5+ messages in thread
* Re: [PATCH] i2c: rcar: document R8A77970 bindings
2017-10-13 12:23 [PATCH] i2c: rcar: document R8A77970 bindings Sergei Shtylyov
` (2 preceding siblings ...)
2017-10-13 12:30 ` Geert Uytterhoeven
@ 2017-10-17 22:01 ` Wolfram Sang
3 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2017-10-17 22:01 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 Fri, Oct 13, 2017 at 03:23:55PM +0300, Sergei Shtylyov wrote:
> R-Car V3M (R8A77970) 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] 5+ messages in thread
end of thread, other threads:[~2017-10-17 22:01 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 12:23 [PATCH] i2c: rcar: document R8A77970 bindings Sergei Shtylyov
2017-10-13 12:25 ` Sergei Shtylyov
2017-10-13 12:28 ` Simon Horman
2017-10-13 12:30 ` Geert Uytterhoeven
2017-10-17 22:01 ` 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).