mbox series

[git,pull] pinctrl: sh-pfc: Updates for v5.4

Message ID 20190809074420.27006-1-geert+renesas@glider.be
State New
Headers show
Series [git,pull] pinctrl: sh-pfc: Updates for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.4-tag1

Message

Geert Uytterhoeven Aug. 9, 2019, 7:44 a.m. UTC
Hi Linus,

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.4-tag1

for you to fetch changes up to 625efea83a7c37d281c6a90526813a1366929d24:

  pinctrl: rza1: Use devm_platform_ioremap_resource() helper (2019-08-09 09:34:45 +0200)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v5.4

  - Add missing of_node_put() calls on RZ/N1,
  - Small cleanups.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (2):
      pinctrl: sh-pfc: Use dev_notice_once() instead of open-coding
      pinctrl: rza1: Use devm_platform_ioremap_resource() helper

Nishka Dasgupta (1):
      pinctrl: rzn1: Add of_node_put() before return

 drivers/pinctrl/pinctrl-rza1.c |  4 +---
 drivers/pinctrl/pinctrl-rzn1.c | 12 +++++++++---
 drivers/pinctrl/sh-pfc/gpio.c  |  9 ++-------
 3 files changed, 12 insertions(+), 13 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 Aug. 10, 2019, 8:31 a.m. UTC | #1
On Fri, Aug 9, 2019 at 9:44 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:
>
>   Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v5.4-tag1
>
> for you to fetch changes up to 625efea83a7c37d281c6a90526813a1366929d24:
>
>   pinctrl: rza1: Use devm_platform_ioremap_resource() helper (2019-08-09 09:34:45 +0200)

Pulled into my "devel" branch, thanks!

Yours,
Linus Walleij