cip-dev.lists.cip-project.org archive mirror
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
@ 2019-03-29  8:51 Biju Das
  2019-04-09 19:49 ` Pavel Machek
  2019-04-15  9:36 ` Biju Das
  0 siblings, 2 replies; 4+ messages in thread
From: Biju Das @ 2019-03-29  8:51 UTC (permalink / raw)
  To: cip-dev

From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Document RZ/G2E (R8A774C0) SoC bindings.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
(cherry picked from commit 24105bf4d10485143f8e26337cda8bcb7f6e6da5)
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
index a046ed3..c974b83 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt
@@ -14,6 +14,7 @@ Required properties:
     - "renesas,irqc-r8a7793" (R-Car M2-N)
     - "renesas,irqc-r8a7794" (R-Car E2)
     - "renesas,intc-ex-r8a774a1" (RZ/G2M)
+    - "renesas,intc-ex-r8a774c0" (RZ/G2E)
     - "renesas,intc-ex-r8a7795" (R-Car H3)
     - "renesas,intc-ex-r8a7796" (R-Car M3-W)
     - "renesas,intc-ex-r8a77965" (R-Car M3-N)
-- 
2.7.4

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

* [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
  2019-03-29  8:51 [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support Biju Das
@ 2019-04-09 19:49 ` Pavel Machek
  2019-04-15  9:36 ` Biju Das
  1 sibling, 0 replies; 4+ messages in thread
From: Pavel Machek @ 2019-04-09 19:49 UTC (permalink / raw)
  To: cip-dev

On Fri 2019-03-29 08:51:37, Biju Das wrote:
> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> 
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
> (cherry picked from commit 24105bf4d10485143f8e26337cda8bcb7f6e6da5)
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>

Thanks, applied.

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

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

* [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
  2019-03-29  8:51 [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support Biju Das
  2019-04-09 19:49 ` Pavel Machek
@ 2019-04-15  9:36 ` Biju Das
  2019-04-15  9:41   ` Biju Das
  1 sibling, 1 reply; 4+ messages in thread
From: Biju Das @ 2019-04-15  9:36 UTC (permalink / raw)
  To: cip-dev

Hi Pavel,

I am not seeing  this patch on 4.19.y-cip? Is this patch ok to you?

Regards,
Biju

> -----Original Message-----
> From: Biju Das <biju.das@bp.renesas.com>
> Sent: 29 March 2019 08:52
> To: cip-dev at lists.cip-project.org
> Cc: Chris Paterson <Chris.Paterson2@renesas.com>; Biju Das
> <biju.das@bp.renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>
> Subject: [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document
> r8a774c0 support
> 
> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> 
> Document RZ/G2E (R8A774C0) SoC bindings.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> Reviewed-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> (cherry picked from
> commit 24105bf4d10485143f8e26337cda8bcb7f6e6da5)
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> ---
>  Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt |
> 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/interrupt-
> controller/renesas,irqc.txt b/Documentation/devicetree/bindings/interrupt-
> controller/renesas,irqc.txt
> index a046ed3..c974b83 100644
> --- a/Documentation/devicetree/bindings/interrupt-
> controller/renesas,irqc.txt
> +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,irq
> +++ c.txt
> @@ -14,6 +14,7 @@ Required properties:
>      - "renesas,irqc-r8a7793" (R-Car M2-N)
>      - "renesas,irqc-r8a7794" (R-Car E2)
>      - "renesas,intc-ex-r8a774a1" (RZ/G2M)
> +    - "renesas,intc-ex-r8a774c0" (RZ/G2E)
>      - "renesas,intc-ex-r8a7795" (R-Car H3)
>      - "renesas,intc-ex-r8a7796" (R-Car M3-W)
>      - "renesas,intc-ex-r8a77965" (R-Car M3-N)
> --
> 2.7.4

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

* [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support
  2019-04-15  9:36 ` Biju Das
@ 2019-04-15  9:41   ` Biju Das
  0 siblings, 0 replies; 4+ messages in thread
From: Biju Das @ 2019-04-15  9:41 UTC (permalink / raw)
  To: cip-dev

Hi Pavel,

Sorry for the spam . This patch is present in 4.19.y-cip branch

https://git.kernel.org/pub/scm/linux/kernel/git/cip/linux-cip.git/commit/?h=linux-4.19.y-cip&id=eef44be632086621457a233e3844977ac86853a0

regards,
Biju

> -----Original Message-----
> From: Biju Das
> Sent: 15 April 2019 10:37
> To: Biju Das <biju.das@bp.renesas.com>; cip-dev at lists.cip-project.org; Pavel
> Machek <pavel@denx.de>
> Cc: Chris Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>
> Subject: RE: [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document
> r8a774c0 support
> 
> Hi Pavel,
> 
> I am not seeing  this patch on 4.19.y-cip? Is this patch ok to you?
> 
> Regards,
> Biju
> 
> > -----Original Message-----
> > From: Biju Das <biju.das@bp.renesas.com>
> > Sent: 29 March 2019 08:52
> > To: cip-dev at lists.cip-project.org
> > Cc: Chris Paterson <Chris.Paterson2@renesas.com>; Biju Das
> > <biju.das@bp.renesas.com>; Fabrizio Castro
> > <fabrizio.castro@bp.renesas.com>
> > Subject: [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document
> > r8a774c0 support
> >
> > From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> >
> > Document RZ/G2E (R8A774C0) SoC bindings.
> >
> > Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
> > Reviewed-by: Rob Herring <robh@kernel.org>
> > Signed-off-by: Marc Zyngier <marc.zyngier@arm.com> (cherry picked from
> > commit 24105bf4d10485143f8e26337cda8bcb7f6e6da5)
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
> > ---
> >
> > Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.tx
> > t |
> > 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/interrupt-
> > controller/renesas,irqc.txt
> > b/Documentation/devicetree/bindings/interrupt-
> > controller/renesas,irqc.txt
> > index a046ed3..c974b83 100644
> > --- a/Documentation/devicetree/bindings/interrupt-
> > controller/renesas,irqc.txt
> > +++ b/Documentation/devicetree/bindings/interrupt-controller/renesas,i
> > +++ rq
> > +++ c.txt
> > @@ -14,6 +14,7 @@ Required properties:
> >      - "renesas,irqc-r8a7793" (R-Car M2-N)
> >      - "renesas,irqc-r8a7794" (R-Car E2)
> >      - "renesas,intc-ex-r8a774a1" (RZ/G2M)
> > +    - "renesas,intc-ex-r8a774c0" (RZ/G2E)
> >      - "renesas,intc-ex-r8a7795" (R-Car H3)
> >      - "renesas,intc-ex-r8a7796" (R-Car M3-W)
> >      - "renesas,intc-ex-r8a77965" (R-Car M3-N)
> > --
> > 2.7.4

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

end of thread, other threads:[~2019-04-15  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-29  8:51 [cip-dev] [PATCH 4.19.y] dt-bindings: irqchip: renesas-irqc: Document r8a774c0 support Biju Das
2019-04-09 19:49 ` Pavel Machek
2019-04-15  9:36 ` Biju Das
2019-04-15  9:41   ` Biju Das

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