All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13 v2] sh-pfc: Initial r8a73a4 PFC support
@ 2013-03-26 13:49 Magnus Damm
  2013-03-27  4:56 ` Simon Horman
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Magnus Damm @ 2013-03-26 13:49 UTC (permalink / raw)
  To: linux-sh

sh-pfc: Initial r8a73a4 PFC support (V2)

[PATCH 01/13] sh-pfc: Add r8a73a4 pinmux support
[PATCH 02/13] sh-pfc: r8a73a4: Support sparse GPIO numbers
[PATCH 03/13 v2] sh-pfc: r8a73a4: GPIO IRQ support
[PATCH 04/13] sh-pfc: r8a73a4: Add bias (pull-up/down) pinconf support
[PATCH 05/13] sh-pfc: r8a73a4: Add SCIF pin groups and functions
[PATCH 06/13] sh-pfc: r8a73a4: Add IRQC pin groups and functions
[PATCH 07/13] sh-pfc: r8a73a4: Remove SCIF function GPIOS
[PATCH 08/13] sh-pfc: r8a73a4: Remove IRQC function GPIOS
[PATCH 09/13] ARM: shmobile: r8a73a4: Remove SCIF function GPIOs
[PATCH 10/13] ARM: shmobile: r8a73a4: Remove IRQC function GPIOs
[PATCH 11/13] sh-pfc: r8a73a4: Remove function GPIOs
[PATCH 12/13] ARM: shmobile: r8a73a4: Remove all GPIO enums
[PATCH 13/13] sh-pfc: r8a73a4: Remove unused GPIO bias data

This series is V2 of initial PFC support for the r8a73a4 SoC.
The patches add a regular old-style GPIO function controller
and makes it partially converted over to PINCTRL for SCIF
and IRQC that are tied up on the APE6EVM board. The final
patches remove the GPIO function support, so when new drivers
for r8a73a4 are added then PINCTRL support has to be included.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against renesas-next-20130321 in renesas.git
 Requires "r8a73a4.h" provided by
  [PATCH 00/04] ARM: shmobile: r8a73a4 SoC support V3

 arch/arm/mach-shmobile/include/mach/r8a73a4.h | 1838 +++++-----
 drivers/pinctrl/sh-pfc/Kconfig                |    5 
 drivers/pinctrl/sh-pfc/Makefile               |    1 
 drivers/pinctrl/sh-pfc/core.c                 |    3 
 drivers/pinctrl/sh-pfc/core.h                 |    1 
 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c          | 4592 +++++++++++++++++++------
 6 files changed, 4519 insertions(+), 1921 deletions(-)

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

end of thread, other threads:[~2013-03-28  0:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 13:49 [PATCH 00/13 v2] sh-pfc: Initial r8a73a4 PFC support Magnus Damm
2013-03-27  4:56 ` Simon Horman
2013-03-27  8:36 ` Laurent Pinchart
2013-03-27  8:48 ` Magnus Damm
2013-03-27 12:15 ` Simon Horman
2013-03-27 12:21 ` Simon Horman
2013-03-27 14:12 ` Laurent Pinchart
2013-03-28  0:54 ` Simon Horman

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.