All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org
Subject: [PATCH 0/3] pinctrl: renesas: r8a779g0: Add pins, groups and functions
Date: Fri, 3 Jun 2022 05:04:05 +0000	[thread overview]
Message-ID: <87mteu49tm.wl-kuninori.morimoto.gx@renesas.com> (raw)


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


             reply	other threads:[~2022-06-03  5:04 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  5:04 Kuninori Morimoto [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mteu49tm.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=geert+renesas@glider.be \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.