All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: renesas: r8a779g0: Add pins, groups and functions
@ 2022-06-03  5:04 Kuninori Morimoto
  2022-06-03  5:04 ` [PATCH 1/3] pinctrl: renesas: Add PORT_GP_CFG_13 macros Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2022-06-03  5:04 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Linus Walleij, linux-renesas-soc, linux-gpio


Hi Geert

These are for V4H (r8a779g0) pinctrl patches.

I have separate new macro definition from original patch [1/3].
I have cleanuped original initial patch, and merged its fixup patch [2/3].
I have merged original many device settings patches into one [3/3].

  [1/3] pinctrl: renesas: Add PORT_GP_CFG_13 macros
  [2/3] pinctrl: renesas: Initial R8A779G0 (V4H) PFC support
  [3/3] pinctrl: renesas: r8a779g0: Add pins, groups and functions

 drivers/pinctrl/renesas/Kconfig        |    5 +
 drivers/pinctrl/renesas/Makefile       |    1 +
 drivers/pinctrl/renesas/core.c         |    6 +
 drivers/pinctrl/renesas/pfc-r8a779g0.c | 4232 ++++++++++++++++++++++++
 drivers/pinctrl/renesas/sh_pfc.h       |    6 +
 5 files changed, 4250 insertions(+)
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a779g0.c

-- 
2.25.1


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

end of thread, other threads:[~2022-06-06  9:17 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-03  5:04 [PATCH 0/3] pinctrl: renesas: r8a779g0: Add pins, groups and functions Kuninori Morimoto
2022-06-03  5:04 ` [PATCH 1/3] pinctrl: renesas: Add PORT_GP_CFG_13 macros Kuninori Morimoto
2022-06-03  9:00   ` Geert Uytterhoeven
2022-06-03  5:04 ` [PATCH 2/3] pinctrl: renesas: Initial R8A779G0 (V4H) PFC support Kuninori Morimoto
2022-06-03  5:04 ` [PATCH] pinctrl: renesas: r8a779g0: Add pins, groups and functions Kuninori Morimoto
2022-06-03  9:12 ` [PATCH 0/3] " Geert Uytterhoeven
2022-06-05 23:37   ` Kuninori Morimoto
2022-06-06  1:03     ` Kuninori Morimoto
2022-06-06  9:17       ` 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.