linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/12] pinctrl: renesas: Add more bias pinconf support
@ 2021-04-30 12:30 Geert Uytterhoeven
  2021-04-30 12:30 ` Geert Uytterhoeven
                   ` (12 more replies)
  0 siblings, 13 replies; 29+ messages in thread
From: Geert Uytterhoeven @ 2021-04-30 12:30 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-renesas-soc, linux-gpio, Geert Uytterhoeven

	Hi all,

This patch series add bias pinconf support to the R-Car Gen2, R-Car
Gen3, RZ/G1, and RZ/G2 SoCs that do not have it yet, preceded by a two
fixes and three cleanups.

This has not been formally tested in the field, but did pass my
work-in-progress bias registers checks in the Renesas pinctrl checker,
which I hope to post soon.

I hope to queue this in renesas-pinctrl for v5.14.

Thanks for your comments!

Geert Uytterhoeven (12):
  pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin
  pinctrl: renesas: r8a77990: JTAG pins do not have pull-down
    capabilities
  pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in comments
  pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro
  pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences
  pinctrl: renesas: r8a77470: Add bias pinconf support
  pinctrl: renesas: r8a7790: Add bias pinconf support
  pinctrl: renesas: r8a7792: Add bias pinconf support
  pinctrl: renesas: r8a7794: Add bias pinconf support
  pinctrl: renesas: r8a77970: Add bias pinconf support
  pinctrl: renesas: r8a77980: Add bias pinconf support
  pinctrl: renesas: r8a77995: Add bias pinconf support

 drivers/pinctrl/renesas/pfc-r8a77470.c | 346 ++++++++++++++--
 drivers/pinctrl/renesas/pfc-r8a7778.c  |   3 -
 drivers/pinctrl/renesas/pfc-r8a7790.c  | 301 +++++++++++++-
 drivers/pinctrl/renesas/pfc-r8a7792.c  | 533 ++++++++++++++++++++++++-
 drivers/pinctrl/renesas/pfc-r8a7794.c  | 360 ++++++++++++++++-
 drivers/pinctrl/renesas/pfc-r8a77951.c |   4 +-
 drivers/pinctrl/renesas/pfc-r8a7796.c  |  10 +-
 drivers/pinctrl/renesas/pfc-r8a77965.c |  79 ++--
 drivers/pinctrl/renesas/pfc-r8a77970.c | 175 +++++++-
 drivers/pinctrl/renesas/pfc-r8a77980.c | 209 +++++++++-
 drivers/pinctrl/renesas/pfc-r8a77990.c |  16 +-
 drivers/pinctrl/renesas/pfc-r8a77995.c | 246 +++++++++++-
 12 files changed, 2138 insertions(+), 144 deletions(-)

-- 
2.25.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

end of thread, other threads:[~2021-06-10  8:02 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-30 12:30 [PATCH 00/12] pinctrl: renesas: Add more bias pinconf support Geert Uytterhoeven
2021-04-30 12:30 ` Geert Uytterhoeven
2021-04-30 12:31 ` [PATCH 01/12] pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin Geert Uytterhoeven
2021-05-01  7:12   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 02/12] pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities Geert Uytterhoeven
2021-05-01  7:19   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 03/12] pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in comments Geert Uytterhoeven
2021-05-01  7:31   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 04/12] pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macro Geert Uytterhoeven
2021-05-01  7:36   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 05/12] pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences Geert Uytterhoeven
2021-05-01  8:07   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 06/12] pinctrl: renesas: r8a77470: Add bias pinconf support Geert Uytterhoeven
2021-05-01  8:24   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 07/12] pinctrl: renesas: r8a7790: " Geert Uytterhoeven
2021-05-01  9:04   ` Niklas Söderlund
2021-05-25  7:23   ` Wolfram Sang
2021-04-30 12:31 ` [PATCH 08/12] pinctrl: renesas: r8a7792: " Geert Uytterhoeven
2021-05-01  9:13   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 09/12] pinctrl: renesas: r8a7794: " Geert Uytterhoeven
2021-05-01  9:25   ` Niklas Söderlund
2021-05-25  9:03   ` Wolfram Sang
2021-04-30 12:31 ` [PATCH 10/12] pinctrl: renesas: r8a77970: " Geert Uytterhoeven
2021-05-01  9:33   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 11/12] pinctrl: renesas: r8a77980: " Geert Uytterhoeven
2021-05-01  9:42   ` Niklas Söderlund
2021-04-30 12:31 ` [PATCH 12/12] pinctrl: renesas: r8a77995: " Geert Uytterhoeven
2021-05-01  9:54   ` Niklas Söderlund
2021-06-10  8:01   ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).