All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] r8a7793 pin control support
@ 2015-05-07 16:10 Ulrich Hecht
  2015-05-07 16:10   ` Ulrich Hecht
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ulrich Hecht @ 2015-05-07 16:10 UTC (permalink / raw)
  To: linux-sh

Hi!

This is the PFC portion broken out of the previously posted r8a7793 series. 
Sharing the code of the r8a7791 implementation, it is now about 6000 lines
smaller. *cough*

The one feature that was missing in the existing r8a7791 PFC implementation
is the SSP pin group, which has been moved to a separate patch in this
series.

CU
Uli


Ulrich Hecht (4):
  pinctrl: sh-pfc: Add r8a7793 support
  pinctrl: sh-pfc: Enable building of r8a7793 PFC support
  pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentation
  pinctrl: sh-pfc: r8a7791/3: Add SSP pin group

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |  3 +-
 drivers/pinctrl/sh-pfc/Kconfig                     |  5 +++
 drivers/pinctrl/sh-pfc/Makefile                    |  1 +
 drivers/pinctrl/sh-pfc/core.c                      |  6 ++++
 drivers/pinctrl/sh-pfc/core.h                      |  1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c               | 41 ++++++++++++++++++++++
 6 files changed, 56 insertions(+), 1 deletion(-)

-- 
2.3.5


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

* [PATCH 3/4] pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentation
  2015-05-07 16:10 [PATCH 0/4] r8a7793 pin control support Ulrich Hecht
@ 2015-05-07 16:10   ` Ulrich Hecht
  2015-05-12  7:22 ` [PATCH 0/4] r8a7793 pin control support Linus Walleij
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Ulrich Hecht @ 2015-05-07 16:10 UTC (permalink / raw)
  To: geert, horms, linux-sh, laurent.pinchart+renesas
  Cc: magnus.damm, kuninori.morimoto.gx, linus.walleij, Ulrich Hecht,
	devicetree

Also renames "R-Car M2" to "R-Car M2-W" to avoid confusion.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
index bfe72ec..6bcf851 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -16,7 +16,8 @@ Required Properties:
     - "renesas,pfc-r8a7778": for R8A7778 (R-Mobile 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.
-    - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2) compatible pin-controller.
+    - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2-W) compatible pin-controller.
+    - "renesas,pfc-r8a7793": for R8A7793 (R-Car M2-N) compatible pin-controller.
     - "renesas,pfc-sh73a0": for SH73A0 (SH-Mobile AG5) compatible pin-controller.
 
   - reg: Base address and length of each memory resource used by the pin
-- 
2.3.5


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

* [PATCH 3/4] pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentation
@ 2015-05-07 16:10   ` Ulrich Hecht
  0 siblings, 0 replies; 6+ messages in thread
From: Ulrich Hecht @ 2015-05-07 16:10 UTC (permalink / raw)
  To: geert, horms, linux-sh, laurent.pinchart+renesas
  Cc: magnus.damm, kuninori.morimoto.gx, linus.walleij, Ulrich Hecht,
	devicetree

Also renames "R-Car M2" to "R-Car M2-W" to avoid confusion.

Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: devicetree@vger.kernel.org
---
 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
index bfe72ec..6bcf851 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -16,7 +16,8 @@ Required Properties:
     - "renesas,pfc-r8a7778": for R8A7778 (R-Mobile 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.
-    - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2) compatible pin-controller.
+    - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2-W) compatible pin-controller.
+    - "renesas,pfc-r8a7793": for R8A7793 (R-Car M2-N) compatible pin-controller.
     - "renesas,pfc-sh73a0": for SH73A0 (SH-Mobile AG5) compatible pin-controller.
 
   - reg: Base address and length of each memory resource used by the pin
-- 
2.3.5


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

* Re: [PATCH 0/4] r8a7793 pin control support
  2015-05-07 16:10 [PATCH 0/4] r8a7793 pin control support Ulrich Hecht
  2015-05-07 16:10   ` Ulrich Hecht
@ 2015-05-12  7:22 ` Linus Walleij
  2015-05-12  7:31 ` Laurent Pinchart
  2015-05-12  8:48 ` Ulrich Hecht
  3 siblings, 0 replies; 6+ messages in thread
From: Linus Walleij @ 2015-05-12  7:22 UTC (permalink / raw)
  To: linux-sh

On Thu, May 7, 2015 at 6:10 PM, Ulrich Hecht
<ulrich.hecht+renesas@gmail.com> wrote:

> This is the PFC portion broken out of the previously posted r8a7793 series.
> Sharing the code of the r8a7791 implementation, it is now about 6000 lines
> smaller. *cough*

I'm waiting for Laurent's review on this, I basically trust his
review/ack tag and merge right of with his consent.

Yours,
Linus Walleij

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

* Re: [PATCH 0/4] r8a7793 pin control support
  2015-05-07 16:10 [PATCH 0/4] r8a7793 pin control support Ulrich Hecht
  2015-05-07 16:10   ` Ulrich Hecht
  2015-05-12  7:22 ` [PATCH 0/4] r8a7793 pin control support Linus Walleij
@ 2015-05-12  7:31 ` Laurent Pinchart
  2015-05-12  8:48 ` Ulrich Hecht
  3 siblings, 0 replies; 6+ messages in thread
From: Laurent Pinchart @ 2015-05-12  7:31 UTC (permalink / raw)
  To: linux-sh

Hi Ulrich,

Thank you for the patches.

On Thursday 07 May 2015 18:10:33 Ulrich Hecht wrote:
> Hi!
> 
> This is the PFC portion broken out of the previously posted r8a7793 series.
> Sharing the code of the r8a7791 implementation, it is now about 6000 lines
> smaller. *cough*
> 
> The one feature that was missing in the existing r8a7791 PFC implementation
> is the SSP pin group, which has been moved to a separate patch in this
> series.

For patches 1 to 3,

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

For patch 4, I have the same comment as Geert.

> Ulrich Hecht (4):
>   pinctrl: sh-pfc: Add r8a7793 support
>   pinctrl: sh-pfc: Enable building of r8a7793 PFC support
>   pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentation
>   pinctrl: sh-pfc: r8a7791/3: Add SSP pin group
> 
>  .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |  3 +-
>  drivers/pinctrl/sh-pfc/Kconfig                     |  5 +++
>  drivers/pinctrl/sh-pfc/Makefile                    |  1 +
>  drivers/pinctrl/sh-pfc/core.c                      |  6 ++++
>  drivers/pinctrl/sh-pfc/core.h                      |  1 +
>  drivers/pinctrl/sh-pfc/pfc-r8a7791.c               | 41 +++++++++++++++++++
>  6 files changed, 56 insertions(+), 1 deletion(-)

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 0/4] r8a7793 pin control support
  2015-05-07 16:10 [PATCH 0/4] r8a7793 pin control support Ulrich Hecht
                   ` (2 preceding siblings ...)
  2015-05-12  7:31 ` Laurent Pinchart
@ 2015-05-12  8:48 ` Ulrich Hecht
  3 siblings, 0 replies; 6+ messages in thread
From: Ulrich Hecht @ 2015-05-12  8:48 UTC (permalink / raw)
  To: linux-sh

On Tue, May 12, 2015 at 9:31 AM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:
> Hi Ulrich,
>
> Thank you for the patches.
>
> On Thursday 07 May 2015 18:10:33 Ulrich Hecht wrote:
>> Hi!
>>
>> This is the PFC portion broken out of the previously posted r8a7793 series.
>> Sharing the code of the r8a7791 implementation, it is now about 6000 lines
>> smaller. *cough*
>>
>> The one feature that was missing in the existing r8a7791 PFC implementation
>> is the SSP pin group, which has been moved to a separate patch in this
>> series.
>
> For patches 1 to 3,
>
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

Thank you.

> For patch 4, I have the same comment as Geert.

I'll resend this then with the acks and without patch 4.

CU
Uli

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

end of thread, other threads:[~2015-05-12  8:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-07 16:10 [PATCH 0/4] r8a7793 pin control support Ulrich Hecht
2015-05-07 16:10 ` [PATCH 3/4] pinctrl: sh-pfc: Add renesas,pfc-r8a7793 to binding documentation Ulrich Hecht
2015-05-07 16:10   ` Ulrich Hecht
2015-05-12  7:22 ` [PATCH 0/4] r8a7793 pin control support Linus Walleij
2015-05-12  7:31 ` Laurent Pinchart
2015-05-12  8:48 ` Ulrich Hecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.