devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] sh-pfc: Add emev2 pinmux support
@ 2014-12-12 20:01 Niklas Söderlund
  2014-12-12 20:01 ` [PATCH 2/4] " Niklas Söderlund
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Niklas Söderlund @ 2014-12-12 20:01 UTC (permalink / raw)
  To: linux-kernel, laurent.pinchart, linus.walleij
  Cc: devicetree, linux-sh, magnus.damm, Niklas Söderlund

Greetings,

This patchset introduces pinmux support for the EMMA Mobile EV2 board to
the sh-pfc pin-controller driver. Devicetree bindings for gpio and the
populated serial connector are also defined in 3/4 and 4/4.

Comments are welcome!

Regards
// Niklas

Niklas Söderlund (4):
  sh-pfc: add macro to define pinmux without function
  sh-pfc: Add emev2 pinmux support
  ARM: shmobile: emev2: Add PFC information to emev2.dtsi
  ARM: shmobile: emev2-kzm9d: Add PFC information for uart1

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    1 +
 arch/arm/boot/dts/emev2-kzm9d.dts                  |   13 +
 arch/arm/boot/dts/emev2.dtsi                       |   11 +
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    9 +
 drivers/pinctrl/sh-pfc/core.h                      |    1 +
 drivers/pinctrl/sh-pfc/pfc-emev2.c                 | 1915 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    2 +
 9 files changed, 1958 insertions(+)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-emev2.c

--
2.1.3


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

end of thread, other threads:[~2015-01-17 18:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 20:01 [PATCH 0/4] sh-pfc: Add emev2 pinmux support Niklas Söderlund
2014-12-12 20:01 ` [PATCH 2/4] " Niklas Söderlund
2015-01-13 14:27   ` Laurent Pinchart
2015-01-17 18:11     ` Niklas Söderlund
2014-12-12 20:01 ` [PATCH 3/4] ARM: shmobile: emev2: Add PFC information to emev2.dtsi Niklas Söderlund
2015-01-13 14:45   ` Laurent Pinchart
2014-12-12 20:01 ` [PATCH 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1 Niklas Söderlund
     [not found] ` <1418414497-23741-1-git-send-email-niso-UNjuZkX4dYU@public.gmane.org>
2014-12-12 20:01   ` [PATCH 1/4] sh-pfc: add macro to define pinmux without function Niklas Söderlund
2015-01-09 10:22   ` [PATCH 0/4] sh-pfc: Add emev2 pinmux support Niklas Söderlund
2015-01-13  6:23 ` Linus Walleij

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