mbox series

[GIT,PULL] pinctrl: sh-pfc: Updates for v5.14 (take two)

Message ID cover.1623404609.git.geert+renesas@glider.be (mailing list archive)
State Accepted
Commit 2f792ec782092ae3287351d5d9a2b4f77406e533
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: sh-pfc: Updates for v5.14 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven June 11, 2021, 9:47 a.m. UTC
Hi Linus,

The following changes since commit 904ec4bebc1df908a943bf3178f6c633672ce47b:

  pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences (2021-05-11 10:04:42 +0200)

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

for you to fetch changes up to c3975a73ca9410519cf62531f640b68d69b0d798:

  pinctrl: renesas: r8a77980: Add bias pinconf support (2021-05-31 10:50:29 +0200)

----------------------------------------------------------------
pinctrl: renesas: Updates for v5.14 (take two)

  - Add bias support for the R-Car H2, V2H, E2, V3M, and V3H, and
    RZ/G1C, RZ/G1H, and RZ/G1E SoCs.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (6):
      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

 drivers/pinctrl/renesas/pfc-r8a77470.c | 346 ++++++++++++++++++---
 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-r8a77970.c | 175 ++++++++++-
 drivers/pinctrl/renesas/pfc-r8a77980.c | 209 ++++++++++++-
 6 files changed, 1844 insertions(+), 80 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 June 12, 2021, 12:07 a.m. UTC | #1
On Fri, Jun 11, 2021 at 11:47 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 904ec4bebc1df908a943bf3178f6c633672ce47b:
>
>   pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differences (2021-05-11 10:04:42 +0200)
>
> 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.14-tag2
>
> for you to fetch changes up to c3975a73ca9410519cf62531f640b68d69b0d798:
>
>   pinctrl: renesas: r8a77980: Add bias pinconf support (2021-05-31 10:50:29 +0200)

Pulled in, thanks!
Yours,
Linus Walleij