linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/03] pinctrl: sh-pfc: Extend Multiplatform Support
@ 2014-05-07 23:17 Magnus Damm
  2014-05-09  8:46 ` Geert Uytterhoeven
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Magnus Damm @ 2014-05-07 23:17 UTC (permalink / raw)
  To: linux-sh

pinctrl: sh-pfc: Extend Multiplatform Support

[PATCH 01/03] pinctrl: sh-pfc: r8a7740: Allow Multiplatform Build
[PATCH 02/03] pinctrl: sh-pfc: sh73a0: Allow Multiplatform Build
[PATCH 03/03] pinctrl: sh-pfc: r8a73a4: Allow Multiplatform Build

These patches enable Multiplatform support for r8a7740, sh73a0 and r8a73a4.

The legacy case is still kept around, so the mach-header is still needed
to allow static GPIO-IRQ assignment. In case of DT the GPIO IRQs are already
provided via DT properties, so we can simply #ifdef out the static IRQ tables
in case of Multiplatform build. Not pretty but it works.

sh7372 is intentionally excluded from this series since it will not be
moved over to Multiplatform. Instead software support for sh7372 will be
phased out in the a few kernel releases.

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

 Written against renesas-devel-v3.15-rc3-20140502

 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c |    7 +++++++
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c |    7 ++++++-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c  |    6 ++++++
 3 files changed, 19 insertions(+), 1 deletion(-)

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

end of thread, other threads:[~2014-05-14 23:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 23:17 [PATCH 00/03] pinctrl: sh-pfc: Extend Multiplatform Support Magnus Damm
2014-05-09  8:46 ` Geert Uytterhoeven
2014-05-13  9:28 ` Linus Walleij
2014-05-13 11:24 ` Laurent Pinchart
2014-05-13 21:42 ` Simon Horman
2014-05-13 21:50 ` Laurent Pinchart
2014-05-13 23:45 ` Simon Horman
2014-05-14  3:08 ` Simon Horman
2014-05-14  3:23 ` Laurent Pinchart
2014-05-14  3:33 ` Simon Horman
2014-05-14  9:00 ` Geert Uytterhoeven
2014-05-14 23:05 ` Simon Horman

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