mbox series

[git,pull] pinctrl: sh-pfc: Updates for v5.4 (take two)

Message ID 20190823125948.21685-1-geert+renesas@glider.be (mailing list archive)
State Accepted
Delegated to: Geert Uytterhoeven
Headers show
Series [git,pull] pinctrl: sh-pfc: Updates for v5.4 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven Aug. 23, 2019, 12:59 p.m. UTC
Hi Linus,

The following changes since commit 625efea83a7c37d281c6a90526813a1366929d24:

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

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

for you to fetch changes up to 0a6864274e4166cde21f26193350c7fcd9716ef5:

  pinctrl: rza2: Include the appropriate headers (2019-08-23 09:08:10 +0200)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v5.4 (take two)

  - Support switching between function and gpio at runtime,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Linus Walleij (3):
      pinctrl: sh-pfc: Include the right header
      pinctrl: rza2: Drop driver use of consumer flags
      pinctrl: rza2: Include the appropriate headers

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

Yoshihiro Shimoda (3):
      pinctrl: sh-pfc: Add new flags into struct sh_pfc_pin_config
      pinctrl: sh-pfc: Remove incomplete flag "cfg->type"
      pinctrl: sh-pfc: Rollback to mux if required when the gpio is freed

 drivers/pinctrl/pinctrl-rza1.c   | 12 ++++++++---
 drivers/pinctrl/pinctrl-rza2.c   | 17 ++++++++-------
 drivers/pinctrl/sh-pfc/gpio.c    |  2 +-
 drivers/pinctrl/sh-pfc/pinctrl.c | 45 ++++++++++++++++++++--------------------
 4 files changed, 42 insertions(+), 34 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. 23, 2019, 9:07 p.m. UTC | #1
On Fri, Aug 23, 2019 at 2:59 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 625efea83a7c37d281c6a90526813a1366929d24:
>
>   pinctrl: rza1: Use devm_platform_ioremap_resource() helper (2019-08-09 09:34:45 +0200)
>
> 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-tag2
>
> for you to fetch changes up to 0a6864274e4166cde21f26193350c7fcd9716ef5:
>
>   pinctrl: rza2: Include the appropriate headers (2019-08-23 09:08:10 +0200)

Pulled into my pinctrl "devel" branch, thanks!

Yours,
Linus Walleij