mbox series

[0/8] pinctrl: renesas: Cleanups and improvements

Message ID 20201028151637.1734130-1-geert+renesas@glider.be (mailing list archive)
Headers show
Series pinctrl: renesas: Cleanups and improvements | expand

Message

Geert Uytterhoeven Oct. 28, 2020, 3:16 p.m. UTC
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(-)

Comments

Linus Walleij Nov. 5, 2020, 9:54 a.m. UTC | #1
On Wed, Oct 28, 2020 at 4:16 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> 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.

Looks good to me, just some generic talk around the optimization.
I saw Biju also sent some interesting optimization patches.

Yours,
Linus Walleij