All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place
@ 2020-08-24  5:49 Kuninori Morimoto
  2020-08-24  5:49 ` [PATCH v4 1/4] pinctrl: sh-pfc: tidyup Emma Mobile EV2 Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Kuninori Morimoto @ 2020-08-24  5:49 UTC (permalink / raw)
  To: Linus Walleij, Geert Uytterhoeven; +Cc: linux-gpio, linux-renesas-soc


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


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

end of thread, other threads:[~2020-08-31 22:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  5:49 [PATCH v4 0/4] pinctrl: sh-pfc: collect Renesas related CONFIGs in one place Kuninori Morimoto
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

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.