All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] pinctrl: renesas: Cleanups and improvements
@ 2020-10-28 15:16 Geert Uytterhoeven
  2020-10-28 15:16 ` [PATCH 1/8] pinctrl: renesas: Remove superfluous goto in sh_pfc_gpio_set_direction() Geert Uytterhoeven
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2020-10-28 15:16 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Yoshihiro Shimoda, Ulrich Hecht, Biju Das, linux-renesas-soc,
	linux-gpio, Geert Uytterhoeven

	Hi Linus,

This patch series contains several cleanups and improvements for the
Renesas pin control drivers.

I plan to queue these in renesas-pinctrl for v5.11.

Thanks for your comments!

Geert Uytterhoeven (8):
  pinctrl: renesas: Remove superfluous goto in
    sh_pfc_gpio_set_direction()
  pinctrl: renesas: Singular/plural grammar fixes
  pinctrl: renesas: Reorder struct sh_pfc_pin to remove hole
  pinctrl: renesas: Optimize sh_pfc_pin_config
  pinctrl: renesas: Factor out common R-Car Gen3 bias handling
  pinctrl: renesas: r8a7778: Use physical addresses for PUPR regs
  pinctrl: renesas: r8a7778: Use common R-Car bias handling
  pinctrl: renesas: Protect GPIO leftovers by
    CONFIG_PINCTRL_SH_FUNC_GPIO

 drivers/pinctrl/renesas/core.c         |  2 +
 drivers/pinctrl/renesas/core.h         |  4 ++
 drivers/pinctrl/renesas/gpio.c         |  2 +-
 drivers/pinctrl/renesas/pfc-r8a7778.c  | 55 +++------------------
 drivers/pinctrl/renesas/pfc-r8a77950.c | 45 +----------------
 drivers/pinctrl/renesas/pfc-r8a77951.c | 45 +----------------
 drivers/pinctrl/renesas/pfc-r8a7796.c  | 45 +----------------
 drivers/pinctrl/renesas/pfc-r8a77965.c | 45 +----------------
 drivers/pinctrl/renesas/pfc-r8a77990.c | 45 +----------------
 drivers/pinctrl/renesas/pinctrl.c      | 68 ++++++++++++++++++++------
 drivers/pinctrl/renesas/sh_pfc.h       | 12 +++--
 11 files changed, 86 insertions(+), 282 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] 12+ messages in thread

end of thread, other threads:[~2020-11-05  9:58 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 15:16 [PATCH 0/8] pinctrl: renesas: Cleanups and improvements Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 1/8] pinctrl: renesas: Remove superfluous goto in sh_pfc_gpio_set_direction() Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 2/8] pinctrl: renesas: Singular/plural grammar fixes Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 3/8] pinctrl: renesas: Reorder struct sh_pfc_pin to remove hole Geert Uytterhoeven
2020-11-05  9:52   ` Linus Walleij
2020-11-05  9:58     ` Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 4/8] pinctrl: renesas: Optimize sh_pfc_pin_config Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 5/8] pinctrl: renesas: Factor out common R-Car Gen3 bias handling Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 6/8] pinctrl: renesas: r8a7778: Use physical addresses for PUPR regs Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 7/8] pinctrl: renesas: r8a7778: Use common R-Car bias handling Geert Uytterhoeven
2020-10-28 15:16 ` [PATCH 8/8] pinctrl: renesas: Protect GPIO leftovers by CONFIG_PINCTRL_SH_FUNC_GPIO Geert Uytterhoeven
2020-11-05  9:54 ` [PATCH 0/8] pinctrl: renesas: Cleanups and improvements Linus Walleij

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.