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

Hi,

This patch series aims to add support for r8a77470 PFC driver

This patch is tested against "sh-pfc" branch of 'renesas-drivers.git' 
repo. 

Biju Das (2):
  pinctrl: sh-pfc: Add r8a77470 PFC support
  pinctrl: sh-pfc: Add r8a77470 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-r8a77470.c              | 2156 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    1 +
 6 files changed, 2170 insertions(+)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77470.c

-- 
2.7.4

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

* [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support
  2018-04-04 12:48 [PATCH 0/2] Add Renesas r8a77470 PFC driver Biju Das
@ 2018-04-04 12:48 ` Biju Das
  2018-04-04 14:43   ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Biju Das @ 2018-04-04 12:48 UTC (permalink / raw)
  To: Linus Walleij, Rob Herring, Mark Rutland
  Cc: Biju Das, linux-gpio, devicetree, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Fabrizio Castro,
	linux-renesas-soc

Document PFC support for the R8A77470 SoC.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@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 892d8fd..4f5fca1 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -15,6 +15,7 @@ Required Properties:
     - "renesas,pfc-r8a7740": for R8A7740 (R-Mobile A1) compatible pin-controller.
     - "renesas,pfc-r8a7743": for R8A7743 (RZ/G1M) compatible pin-controller.
     - "renesas,pfc-r8a7745": for R8A7745 (RZ/G1E) compatible pin-controller.
+    - "renesas,pfc-r8a77470": for R8A77470 (RZ/G1C) 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] 4+ messages in thread

* Re: [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support
  2018-04-04 12:48 ` [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support Biju Das
@ 2018-04-04 14:43   ` Sergei Shtylyov
  2018-04-04 14:51     ` Biju Das
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2018-04-04 14:43 UTC (permalink / raw)
  To: Biju Das, Linus Walleij, Rob Herring, Mark Rutland
  Cc: linux-gpio, devicetree, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Fabrizio Castro, linux-renesas-soc

Calling 2 patches the same way was a bad idea...

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

* RE: [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support
  2018-04-04 14:43   ` Sergei Shtylyov
@ 2018-04-04 14:51     ` Biju Das
  0 siblings, 0 replies; 4+ messages in thread
From: Biju Das @ 2018-04-04 14:51 UTC (permalink / raw)
  To: Sergei Shtylyov, Linus Walleij, Rob Herring, Mark Rutland
  Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
	Simon Horman, Geert Uytterhoeven,
	Chris Paterson  <Chris.Paterson2@renesas.com>, Fabrizio Castro,
	linux-renesas-soc@vger.kernel.org

Hi,

Thanks for the feedback.


> -----Original Message-----
> From: Sergei Shtylyov [mailto:sergei.shtylyov@cogentembedded.com]
> Sent: 04 April 2018 15:44
> To: Biju Das <biju.das@bp.renesas.com>; Linus Walleij
> <linus.walleij@linaro.org>; Rob Herring <robh+dt@kernel.org>; Mark Rutland
> <mark.rutland@arm.com>
> Cc: linux-gpio@vger.kernel.org; devicetree@vger.kernel.org; Simon Horman
> <horms@verge.net.au>; Geert Uytterhoeven <geert+renesas@glider.be>; Chris
> Paterson <Chris.Paterson2@renesas.com>; Fabrizio Castro
> <fabrizio.castro@bp.renesas.com>; linux-renesas-soc@vger.kernel.org
> Subject: Re: [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support
>
> Calling 2 patches the same way was a bad idea...

Ok. Will change the title and send v2.



Renesas Electronics Europe Ltd, Dukes Meadow, Millboard Road, Bourne End, Buckinghamshire, SL8 5FH, UK. Registered in England & Wales under Registered No. 04586709.

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

end of thread, other threads:[~2018-04-04 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 12:48 [PATCH 0/2] Add Renesas r8a77470 PFC driver Biju Das
2018-04-04 12:48 ` [PATCH 2/2] pinctrl: sh-pfc: Add r8a77470 PFC support Biju Das
2018-04-04 14:43   ` Sergei Shtylyov
2018-04-04 14:51     ` 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).