devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add R8A774C0 PFC support
@ 2018-09-12 13:31 Fabrizio Castro
  2018-09-12 13:31 ` [PATCH 1/2] dt-bindings: pinctrl: sh-pfc: Document r8a774c0 " Fabrizio Castro
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrizio Castro @ 2018-09-12 13:31 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland, Laurent Pinchart,
	Geert Uytterhoeven
  Cc: Fabrizio Castro, linux-gpio, devicetree, linux-renesas-soc,
	Simon Horman, Chris Paterson, Biju Das

Dear All,

this patch series adds PFC support to the RZ/G2E (a.k.a. r8a774c0),
and it applies on top of renesas-drivers-2018-09-11-v4.19-rc3.

Thanks,
Fab

Fabrizio Castro (2):
  dt-bindings: pinctrl: sh-pfc: Document r8a774c0 PFC support
  pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC support

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |   1 +
 drivers/pinctrl/sh-pfc/Kconfig                     |   5 +
 drivers/pinctrl/sh-pfc/Makefile                    |   1 +
 drivers/pinctrl/sh-pfc/core.c                      |   6 +
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c              | 339 ++++++++++++---------
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |   1 +
 6 files changed, 202 insertions(+), 151 deletions(-)

-- 
2.7.4

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

* [PATCH 1/2] dt-bindings: pinctrl: sh-pfc: Document r8a774c0 PFC support
  2018-09-12 13:31 [PATCH 0/2] Add R8A774C0 PFC support Fabrizio Castro
@ 2018-09-12 13:31 ` Fabrizio Castro
  2018-09-14 13:07   ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrizio Castro @ 2018-09-12 13:31 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland
  Cc: Fabrizio Castro, linux-gpio, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

Document PFC support for the R8A774C0 SoC.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Biju Das <biju.das@bp.renesas.com>
---
 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
index 01c6f5f..564759b 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -17,6 +17,7 @@ Required Properties:
     - "renesas,pfc-r8a7745": for R8A7745 (RZ/G1E) compatible pin-controller.
     - "renesas,pfc-r8a77470": for R8A77470 (RZ/G1C) compatible pin-controller.
     - "renesas,pfc-r8a774a1": for R8A774A1 (RZ/G2M) compatible pin-controller.
+    - "renesas,pfc-r8a774c0": for R8A774C0 (RZ/G2E) compatible pin-controller.
     - "renesas,pfc-r8a7778": for R8A7778 (R-Car M1) compatible pin-controller.
     - "renesas,pfc-r8a7779": for R8A7779 (R-Car H1) compatible pin-controller.
     - "renesas,pfc-r8a7790": for R8A7790 (R-Car H2) compatible pin-controller.
-- 
2.7.4

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

* Re: [PATCH 1/2] dt-bindings: pinctrl: sh-pfc: Document r8a774c0 PFC support
  2018-09-12 13:31 ` [PATCH 1/2] dt-bindings: pinctrl: sh-pfc: Document r8a774c0 " Fabrizio Castro
@ 2018-09-14 13:07   ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-09-14 13:07 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Linus Walleij, Rob Herring, Mark Rutland,
	open list:GPIO SUBSYSTEM,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Simon Horman, Geert Uytterhoeven, Chris Paterson, Biju Das,
	Linux-Renesas

On Wed, Sep 12, 2018 at 3:31 PM Fabrizio Castro
<fabrizio.castro@bp.renesas.com> wrote:
> Document PFC support for the R8A774C0 SoC.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das@bp.renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in sh-pfc-for-v4.20.

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] 3+ messages in thread

end of thread, other threads:[~2018-09-14 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-12 13:31 [PATCH 0/2] Add R8A774C0 PFC support Fabrizio Castro
2018-09-12 13:31 ` [PATCH 1/2] dt-bindings: pinctrl: sh-pfc: Document r8a774c0 " Fabrizio Castro
2018-09-14 13:07   ` Geert Uytterhoeven

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