All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Linus Walleij <linus.walleij@linaro.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>
Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org
Subject: [PATCH v4 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place
Date: 24 Aug 2020 14:49:20 +0900	[thread overview]
Message-ID: <87mu2ky4rz.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Linus, Geert

These are v4 patch for Renesas pinctrl Kconfig.

Renesas related pinctrl CONFIGs are located random places on menuconfig,
because of it, it is confusable.
This patch collects these into same place.

This patch moves pinctrl-rza{a1,a2,n1}.c to sh-pfc,
but not renamed "sh-pfc" to "renesas".

These are based on renesas-drivers-2020-08-18-v5.9-rc1

v3 -> v4
	- fixup pinctrl-rz{a1,a2,n1}.c compile error

v2 -> v3
	- tidyup "AV2" to "EV2"
	- move pinctrl-rza{a1,a2,n1}.c to sh-pfc
	- sort all drivers

v1 -> v2
	- align driver description title
	- sort  driver description title

Kuninori Morimoto (4):
  pinctrl: sh-pfc: tidyup Emma Mobile EV2
  pinctrl: sh-pfc: collect Renesas related CONFIGs in one place
  pinctrl: sh-pfc: align driver description title
  pinctrl: sh-pfc: tidy up driver description title

 drivers/pinctrl/Kconfig                     |  32 ----
 drivers/pinctrl/Makefile                    |   3 -
 drivers/pinctrl/sh-pfc/Kconfig              | 181 ++++++++++++--------
 drivers/pinctrl/sh-pfc/Makefile             |   4 +
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c |   0
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c |   0
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c |   0
 7 files changed, 114 insertions(+), 106 deletions(-)
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c (100%)
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c (100%)
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c (100%)

-- 
2.25.1


             reply	other threads:[~2020-08-24  7:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-24  5:49 Kuninori Morimoto [this message]
2020-08-24  5:49 ` [PATCH v4 1/4] pinctrl: sh-pfc: tidyup Emma Mobile EV2 Kuninori Morimoto
2020-08-31 13:44   ` Geert Uytterhoeven
2020-08-24  5:49 ` [PATCH v4 2/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place Kuninori Morimoto
2020-08-31 14:10   ` Geert Uytterhoeven
2020-08-31 22:58     ` Kuninori Morimoto
2020-08-24  5:49 ` [PATCH v4 3/4] pinctrl: sh-pfc: align driver description title Kuninori Morimoto
2020-08-31 14:08   ` Geert Uytterhoeven
2020-08-31 22:57     ` Kuninori Morimoto
2020-08-24  5:49 ` [PATCH v4 4/4] pinctrl: sh-pfc: tidy up " Kuninori Morimoto

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=87mu2ky4rz.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.