mbox series

[GIT,PULL] pinctrl: sh-pfc: Updates for v5.14

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

Pull-request

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

Message

Geert Uytterhoeven May 28, 2021, 8:54 a.m. UTC
Hi Linus,

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -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.14-tag1

for you to fetch changes up to 904ec4bebc1df908a943bf3178f6c633672ce47b:

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

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

  - Minor fixes and improvements.

Thanks for pulling!

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

 drivers/pinctrl/renesas/pfc-r8a7778.c  |  3 --
 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-r8a77990.c | 16 +++----
 5 files changed, 56 insertions(+), 56 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 May 28, 2021, 12:25 p.m. UTC | #1
On Fri, May 28, 2021 at 12:35 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
>
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -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.14-tag1
>
> for you to fetch changes up to 904ec4bebc1df908a943bf3178f6c633672ce47b:

Pulled in, thanks!

Yours,
Linus Walleij