All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pinctrl: renesas: basic R8A779A0 (V3U) support
@ 2020-11-26 17:20 Ulrich Hecht
  2020-11-26 17:20 ` [PATCH 1/3] pinctrl: renesas: implement unlock register masks Ulrich Hecht
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Ulrich Hecht @ 2020-11-26 17:20 UTC (permalink / raw)
  To: linux-renesas-soc; +Cc: wsa, geert, hoai.luu.ub, Ulrich Hecht

Hi!

This series provides basic V3U pin control support, up to and including the
SCIF pins.

The driver has been ported from the BSP. I have done compile and unit tests,
but have not tried it on actual hardware yet.

CU
Uli


Ulrich Hecht (3):
  pinctrl: renesas: implement unlock register masks
  pinctrl: renesas: Initial R8A779A0 (V3U) PFC support
  pinctrl: renesas: r8a779a0: Add SCIF pins, groups and functions

 drivers/pinctrl/renesas/Kconfig        |    5 +
 drivers/pinctrl/renesas/Makefile       |    1 +
 drivers/pinctrl/renesas/core.c         |   34 +-
 drivers/pinctrl/renesas/pfc-r8a779a0.c | 2672 ++++++++++++++++++++++++
 drivers/pinctrl/renesas/sh_pfc.h       |    1 +
 5 files changed, 2703 insertions(+), 10 deletions(-)
 create mode 100644 drivers/pinctrl/renesas/pfc-r8a779a0.c

-- 
2.20.1


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

end of thread, other threads:[~2020-12-21 17:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 17:20 [PATCH 0/3] pinctrl: renesas: basic R8A779A0 (V3U) support Ulrich Hecht
2020-11-26 17:20 ` [PATCH 1/3] pinctrl: renesas: implement unlock register masks Ulrich Hecht
2020-11-27  9:51   ` Geert Uytterhoeven
2020-11-26 17:20 ` [PATCH 3/3] pinctrl: renesas: r8a779a0: Add SCIF pins, groups and functions Ulrich Hecht
2020-11-27 14:13   ` Geert Uytterhoeven
     [not found] ` <20201126172058.25275-3-uli+renesas@fpond.eu>
2020-11-30 20:22   ` [PATCH 2/3] pinctrl: renesas: Initial R8A779A0 (V3U) PFC support Geert Uytterhoeven
2020-12-21 16:57     ` Ulrich Hecht
2020-12-01  8:54   ` Geert Uytterhoeven
2020-12-21 16:56     ` Ulrich Hecht

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.