All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] pinctrl: sh-pfc: Initial R8A77990 PFC support
@ 2018-05-11  3:22 Yoshihiro Shimoda
  2018-05-11  3:22 ` [PATCH 1/6] pinctrl: sh-pfc: Add PORT_GP_11 helper macro Yoshihiro Shimoda
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Yoshihiro Shimoda @ 2018-05-11  3:22 UTC (permalink / raw)
  To: laurent.pinchart, geert+renesas, linus.walleij, robh+dt, mark.rutland
  Cc: linux-renesas-soc, linux-gpio, devicetree, Yoshihiro Shimoda

This patch set is based on renesas-drivers-2018-05-02-v4.17-rc3 tag of
renesas-drivers.git.

Takeshi Kihara (6):
  pinctrl: sh-pfc: Add PORT_GP_11 helper macro
  pinctrl: sh-pfc: Initial R8A77990 PFC support
  pinctrl: sh-pfc: r8a77990: Add bias pinconf support
  pinctrl: sh-pfc: r8a77990: Add SCIF pins, groups and functions
  pinctrl: sh-pfc: r8a77990: Add I2C{1,2,4,5,6,7} pins, groups and
    functions
  pinctrl: sh-pfc: r8a77990: Add EthernetAVB pins, groups and functions

 .../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/pfc-r8a77990.c              | 2695 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    9 +-
 6 files changed, 2715 insertions(+), 2 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77990.c

-- 
1.9.1

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

end of thread, other threads:[~2018-05-15  9:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11  3:22 [PATCH 0/6] pinctrl: sh-pfc: Initial R8A77990 PFC support Yoshihiro Shimoda
2018-05-11  3:22 ` [PATCH 1/6] pinctrl: sh-pfc: Add PORT_GP_11 helper macro Yoshihiro Shimoda
2018-05-14 15:23   ` Geert Uytterhoeven
2018-05-11  3:22 ` [PATCH 2/6] pinctrl: sh-pfc: Initial R8A77990 PFC support Yoshihiro Shimoda
2018-05-14 15:32   ` Geert Uytterhoeven
2018-05-11  3:22 ` [PATCH 3/6] pinctrl: sh-pfc: r8a77990: Add bias pinconf support Yoshihiro Shimoda
2018-05-14 20:13   ` Geert Uytterhoeven
2018-05-15  8:40     ` Geert Uytterhoeven
2018-05-11  3:22 ` [PATCH 4/6] pinctrl: sh-pfc: r8a77990: Add SCIF pins, groups and functions Yoshihiro Shimoda
2018-05-15  8:55   ` Geert Uytterhoeven
2018-05-11  3:22 ` [PATCH 5/6] pinctrl: sh-pfc: r8a77990: Add I2C{1,2,4,5,6,7} " Yoshihiro Shimoda
2018-05-15  9:11   ` Geert Uytterhoeven
2018-05-11  3:22 ` [PATCH 6/6] pinctrl: sh-pfc: r8a77990: Add EthernetAVB " Yoshihiro Shimoda
2018-05-15  9:18   ` Geert Uytterhoeven

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.