linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] sh-pfc: modify PINMUX_IPSR_MSEL() and r8a7795 support
@ 2015-09-02  7:33 Kuninori Morimoto
  2015-09-02  7:44 ` [PATCH 1/9] sh-pfc: modify PINMUX_IPSR_MSEL() macro order Kuninori Morimoto
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Kuninori Morimoto @ 2015-09-02  7:33 UTC (permalink / raw)
  To: Linus Walleij, Laurent Pinchart
  Cc: Simon, Magnus, linux-gpio@vger.kernel.org,
	linux-sh@vger.kernel.org


Hi LinusW, Laurent

These are new version of r8a7795 PFC support.
This time it includes PINMUX_IPSR_MSEL() modify patch too.

r8a7795 needs 1) 8) 9)
2) - 7) are cleanup patches, but not related to r8a7795

This time r8a7795 PFC driver is using many macros.
I took precedence "readable code" more than "80 character".
These macro are same as "datasheet" style. So, I believe review is easy.

Kuninori Morimoto (9):
      1) sh-pfc: modify PINMUX_IPSR_MSEL() macro order
      2) sh-pfc: pfc-sh7734: use PINMUX_IPSR_MSEL()
      3) sh-pfc: pfc-r8a7794: use PINMUX_IPSR_MSEL()
      4) sh-pfc: pfc-r8a7791: use PINMUX_IPSR_MSEL()
      5) sh-pfc: pfc-r8a7790: use PINMUX_IPSR_MSEL()
      6) sh-pfc: pfc-r8a7779: use PINMUX_IPSR_MSEL()
      7) sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA()
      8) sh-pfc: Initial R8A7795 PFC support
      9) sh-pfc: r8a7795: add SCIFx support

 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt |    1 +
 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-r8a7779.c                              |  420 +++++++++---------
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c                              | 1038 +++++++++++++++++++++----------------------
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c                              | 1076 ++++++++++++++++++++++----------------------
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c                              |  828 +++++++++++++++++-----------------
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c                              | 2263 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-sh7734.c                               |  778 ++++++++++++++++----------------
 drivers/pinctrl/sh-pfc/sh_pfc.h                                   |    2 -
 12 files changed, 4347 insertions(+), 2072 deletions(-)

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

end of thread, other threads:[~2015-09-25 16:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02  7:33 [PATCH 0/9] sh-pfc: modify PINMUX_IPSR_MSEL() and r8a7795 support Kuninori Morimoto
2015-09-02  7:44 ` [PATCH 1/9] sh-pfc: modify PINMUX_IPSR_MSEL() macro order Kuninori Morimoto
2015-09-02  8:05   ` Simon Horman
2015-09-25 16:43   ` Linus Walleij
2015-09-02  7:46 ` [PATCH 2/9] sh-pfc: pfc-sh7734: use PINMUX_IPSR_MSEL() Kuninori Morimoto
2015-09-02  7:46 ` [PATCH 3/9] sh-pfc: pfc-r8a7794: " Kuninori Morimoto
2015-09-02  7:46 ` [PATCH 4/9] sh-pfc: pfc-r8a7791: " Kuninori Morimoto
2015-09-02  7:47 ` [PATCH 5/9] sh-pfc: pfc-r8a7790: " Kuninori Morimoto
2015-09-02  7:47 ` [PATCH 6/9] sh-pfc: pfc-r8a7779: " Kuninori Morimoto
2015-09-02  7:47 ` [PATCH 7/9] sh-pfc: remove unused PINMUX_IPSR_MODSEL_DATA() Kuninori Morimoto
2015-09-02  7:47 ` [PATCH 8/9] sh-pfc: Initial R8A7795 PFC support Kuninori Morimoto
2015-09-02 14:58   ` Geert Uytterhoeven
2015-09-03  0:11     ` Kuninori Morimoto
2015-09-02  7:48 ` [PATCH 9/9] sh-pfc: r8a7795: add SCIFx support Kuninori Morimoto
2015-09-02  9:29 ` [PATCH 0/9] sh-pfc: modify PINMUX_IPSR_MSEL() and r8a7795 support Geert Uytterhoeven
2015-09-03  0:25 ` Laurent Pinchart

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