linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
@ 2019-09-24  7:32 Biju Das
  2019-09-26 12:42 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Biju Das @ 2019-09-24  7:32 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland
  Cc: Biju Das, Wolfram Sang, linux-i2c, devicetree,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, linux-renesas-soc

Document RZ/G2N (R8A774B1) I2C compatibility with the relevant driver
dt-bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 3ee5e8f..0660a3e 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -7,6 +7,7 @@ Required properties:
 	"renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
 	"renesas,i2c-r8a77470" if the device is a part of a R8A77470 SoC.
 	"renesas,i2c-r8a774a1" if the device is a part of a R8A774A1 SoC.
+	"renesas,i2c-r8a774b1" if the device is a part of a R8A774B1 SoC.
 	"renesas,i2c-r8a774c0" if the device is a part of a R8A774C0 SoC.
 	"renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
 	"renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.
-- 
2.7.4


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

* Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
  2019-09-24  7:32 [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support Biju Das
@ 2019-09-26 12:42 ` Geert Uytterhoeven
  2019-09-26 12:48   ` Biju Das
  0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2019-09-26 12:42 UTC (permalink / raw)
  To: Biju Das
  Cc: Rob Herring, Mark Rutland, Wolfram Sang, Linux I2C,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

On Tue, Sep 24, 2019 at 9:33 AM Biju Das <biju.das@bp.renesas.com> wrote:
> Document RZ/G2N (R8A774B1) I2C compatibility with the relevant driver
> dt-bindings.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

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

>  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +

BTW, this file has been renamed to
Documentation/devicetree/bindings/i2c/renesas,i2c.txt

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] dt-bindings: i2c: rcar: Add r8a774b1 support
  2019-09-26 12:42 ` Geert Uytterhoeven
@ 2019-09-26 12:48   ` Biju Das
  2019-10-04  6:37     ` Biju Das
  0 siblings, 1 reply; 5+ messages in thread
From: Biju Das @ 2019-09-26 12:48 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Rob Herring, Mark Rutland, Wolfram Sang, Linux I2C,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

Hi Geert,

Thanks for the feedback.

> Subject: Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
> 
> On Tue, Sep 24, 2019 at 9:33 AM Biju Das <biju.das@bp.renesas.com> wrote:
> > Document RZ/G2N (R8A774B1) I2C compatibility with the relevant driver
> > dt-bindings.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> >  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +
> 
> BTW, this file has been renamed to
> Documentation/devicetree/bindings/i2c/renesas,i2c.txt

OK. Will send V2 with the above file change.

Regards,
Biju

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

* RE: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
  2019-09-26 12:48   ` Biju Das
@ 2019-10-04  6:37     ` Biju Das
  2019-10-04  7:07       ` Wolfram Sang
  0 siblings, 1 reply; 5+ messages in thread
From: Biju Das @ 2019-10-04  6:37 UTC (permalink / raw)
  To: Wolfram Sang
  Cc: Rob Herring, Mark Rutland, Linux I2C, Geert Uytterhoeven,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

Hi Wolfram,

Do you want me to send V2? Or Are you happy to fix this while applying this patch against changed file name? 

Please let me know.

Regards,
Biju

> Subject: RE: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
> 
> Hi Geert,
> 
> Thanks for the feedback.
> 
> > Subject: Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
> >
> > On Tue, Sep 24, 2019 at 9:33 AM Biju Das <biju.das@bp.renesas.com>
> wrote:
> > > Document RZ/G2N (R8A774B1) I2C compatibility with the relevant
> > > driver dt-bindings.
> > >
> > > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> >
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> >
> > >  Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 1 +
> >
> > BTW, this file has been renamed to
> > Documentation/devicetree/bindings/i2c/renesas,i2c.txt
> 
> OK. Will send V2 with the above file change.
> 
> Regards,
> Biju

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

* Re: [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support
  2019-10-04  6:37     ` Biju Das
@ 2019-10-04  7:07       ` Wolfram Sang
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2019-10-04  7:07 UTC (permalink / raw)
  To: Biju Das
  Cc: Wolfram Sang, Rob Herring, Mark Rutland, Linux I2C,
	Geert Uytterhoeven,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Geert Uytterhoeven, Simon Horman, Chris Paterson,
	Fabrizio Castro, Linux-Renesas

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


> Do you want me to send V2? Or Are you happy to fix this while applying this patch against changed file name? 

Please resend.


[-- 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:[~2019-10-04  7:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-24  7:32 [PATCH] dt-bindings: i2c: rcar: Add r8a774b1 support Biju Das
2019-09-26 12:42 ` Geert Uytterhoeven
2019-09-26 12:48   ` Biju Das
2019-10-04  6:37     ` Biju Das
2019-10-04  7:07       ` 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).