mbox series

[GIT,PULL] pinctrl: renesas: Updates for v5.15

Message ID cover.1627652747.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: renesas: Updates for v5.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v5.15-tag1

Message

Geert Uytterhoeven July 30, 2021, 1:47 p.m. UTC
Hi Linus,

The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v5.15-tag1

for you to fetch changes up to 91d1be9fb7d667ae136f05cc645276eb2c9fa40e:

  pinctrl: renesas: Fix pin control matching on R-Car H3e-2G (2021-07-27 09:29:02 +0200)

----------------------------------------------------------------
pinctrl: renesas: Updates for v5.15

  - Add bias support for the R-Car D3 SoC,
  - Miscellaneous fixes and improvements.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (3):
      pinctrl: renesas: rcar: Avoid changing PUDn when disabling bias
      pinctrl: renesas: r8a77995: Add bias pinconf support
      pinctrl: renesas: Fix pin control matching on R-Car H3e-2G

 drivers/pinctrl/renesas/core.c         |  29 ++-
 drivers/pinctrl/renesas/pfc-r8a77995.c | 320 ++++++++++++++++++++++++++++++++-
 drivers/pinctrl/renesas/pinctrl.c      |  16 +-
 drivers/pinctrl/renesas/sh_pfc.h       |   7 +-
 4 files changed, 337 insertions(+), 35 deletions(-)

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

Comments

Linus Walleij July 30, 2021, 2:12 p.m. UTC | #1
On Fri, Jul 30, 2021 at 3:47 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:
>
>   Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/renesas-pinctrl-for-v5.15-tag1
>
> for you to fetch changes up to 91d1be9fb7d667ae136f05cc645276eb2c9fa40e:
>
>   pinctrl: renesas: Fix pin control matching on R-Car H3e-2G (2021-07-27 09:29:02 +0200)

Pulled into my devel branch for v5.15!

Thanks!
Linus Walleij