All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add emev2 pinmux support
@ 2015-01-18 12:20 ` Niklas Söderlund
  0 siblings, 0 replies; 58+ messages in thread
From: Niklas Söderlund @ 2015-01-18 12:20 UTC (permalink / raw)
  To: linux-kernel, laurent.pinchart, linus.walleij
  Cc: devicetree, linux-sh, magnus.damm, Niklas Söderlund

Greetings,

This is v2 of a patchset that 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.

Changes since v1:

* GPIOs numbered linearly instead of using a bank_number schema
* Group pins in larger groups instead of one group per pin
* Only define the actual 159 GPIOs instead of 160
* There are 23 pins per row not 25, correct PIN_NUMBER macro
* Define one larger reg entry in dts for pfc instead of four small

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                       |   10 +
 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                 | 1774 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    2 +
 9 files changed, 1816 insertions(+)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-emev2.c

--
2.2.1


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

end of thread, other threads:[~2015-06-10  8:47 UTC | newest]

Thread overview: 58+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-18 12:20 [PATCH v2 0/4] Add emev2 pinmux support Niklas Söderlund
2015-01-18 12:20 ` Niklas Söderlund
2015-01-18 12:20 ` [PATCH v2 2/4] sh-pfc: " Niklas Söderlund
2015-01-18 12:20   ` Niklas Söderlund
2015-01-22 22:37   ` Laurent Pinchart
2015-01-22 22:37     ` Laurent Pinchart
2015-01-25 13:48     ` Niklas Söderlund
2015-01-25 13:48       ` Niklas Söderlund
     [not found]       ` <20150125134823.GA26657-ofJ5d6taAgLV0csKaCxRng@public.gmane.org>
2015-01-25 15:55         ` Laurent Pinchart
2015-01-25 15:55           ` Laurent Pinchart
2015-01-25 15:55           ` Laurent Pinchart
2015-01-25 13:49     ` [PATCH v3] " Niklas Söderlund
2015-01-25 13:49       ` Niklas Söderlund
2015-01-25 13:49       ` Niklas Söderlund
2015-01-25 16:05       ` Laurent Pinchart
2015-01-25 16:05         ` Laurent Pinchart
2015-01-27  7:52       ` Linus Walleij
2015-01-27  7:52         ` Linus Walleij
2015-01-18 12:20 ` [PATCH v2 3/4] ARM: shmobile: emev2: Add PFC information to emev2.dtsi Niklas Söderlund
2015-01-18 12:20   ` Niklas Söderlund
2015-01-22 21:50   ` Laurent Pinchart
2015-01-22 21:50     ` Laurent Pinchart
2015-01-27  7:53   ` Linus Walleij
2015-01-27  7:53     ` Linus Walleij
     [not found] ` <1421583604-27256-1-git-send-email-niso-UNjuZkX4dYU@public.gmane.org>
2015-01-18 12:20   ` [PATCH v2 1/4] sh-pfc: add macro to define pinmux without function Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
     [not found]     ` <1421583604-27256-2-git-send-email-niso-UNjuZkX4dYU@public.gmane.org>
2015-01-22 21:50       ` Laurent Pinchart
2015-01-22 21:50         ` Laurent Pinchart
2015-01-22 21:50         ` Laurent Pinchart
2015-01-27  7:48     ` Linus Walleij
2015-01-27  7:48       ` Linus Walleij
2015-01-18 12:20   ` [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1 Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-18 12:20     ` Niklas Söderlund
2015-01-27  7:55     ` Linus Walleij
2015-01-27  7:55       ` Linus Walleij
2015-01-27 20:31       ` [RFC/PATCH] pinctrl: sh-pfc: Accept standard function, pins and groups properties Laurent Pinchart
2015-01-27 20:31         ` Laurent Pinchart
2015-01-27 20:40         ` Geert Uytterhoeven
2015-01-27 20:40           ` Geert Uytterhoeven
2015-02-04  8:40         ` Linus Walleij
2015-02-04  8:40           ` Linus Walleij
     [not found]           ` <CACRpkda6H7hbgXhmSbgtwOC_8PbHnES5syp-YEp1+V6s5Ym6Cw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-02-04  9:53             ` Laurent Pinchart
2015-02-04  9:53               ` Laurent Pinchart
2015-02-04  9:53               ` Laurent Pinchart
2015-03-01 12:19               ` Laurent Pinchart
2015-03-01 12:19                 ` Laurent Pinchart
2015-03-06 10:39               ` Linus Walleij
2015-03-06 10:39                 ` Linus Walleij
     [not found]                 ` <CACRpkdbepTKxMFVpTo7ZmjYE1beF5XOMOQarszaDGojerNQqMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-09 14:35                   ` Geert Uytterhoeven
2015-06-09 14:35                     ` Geert Uytterhoeven
2015-06-09 14:35                     ` Geert Uytterhoeven
     [not found]                     ` <CAMuHMdWp4iBGtR2EiYMa03hwJrSOpq9dB==yDgt+OwjCebuFMg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-06-10  8:46                       ` Linus Walleij
2015-06-10  8:46                         ` Linus Walleij
2015-06-10  8:46                         ` Linus Walleij
2015-01-27 20:35     ` [PATCH v2 4/4] ARM: shmobile: emev2-kzm9d: Add PFC information for uart1 Laurent Pinchart
2015-01-27 20:35       ` Laurent Pinchart

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.