mbox series

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

Message ID 20191101155916.31629-1-geert+renesas@glider.be
State New
Headers show
Series [GIT,PULL] pinctrl: sh-pfc: Updates for v5.5 (take two) | expand

Pull-request

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

Message

Geert Uytterhoeven Nov. 1, 2019, 3:59 p.m. UTC
Hi Linus,

The following changes since commit f846d1e704f2d07a7f359f65eac2c8cac565db35:

  pinctrl: sh-pfc: pfc-r8a77965: Fix typo in pinmux macro for SCL3 (2019-10-14 12:11:12 +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.5-tag2

for you to fetch changes up to 884caadad128efad8e00c1cdc3177bc8912ee8ec:

  pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B (2019-11-01 13:42:52 +0100)

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

  - Add support for the new R-Car M3-W+ (r8a77961) SoC,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (5):
      pinctrl: sh-pfc: Do not use platform_get_irq() to count interrupts
      dt-bindings: pinctrl: sh-pfc: Document r8a77961 support
      pinctrl: sh-pfc: Rename PINCTRL_PFC_R8A7796 to PINCTRL_PFC_R8A77960
      pinctrl: sh-pfc: r8a7796: Add R8A77961 PFC support
      pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |  3 +-
 arch/sh/include/cpu-sh4/cpu/sh7734.h               |  2 +-
 drivers/pinctrl/sh-pfc/Kconfig                     |  8 ++++--
 drivers/pinctrl/sh-pfc/Makefile                    |  3 +-
 drivers/pinctrl/sh-pfc/core.c                      | 26 +++++++++--------
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               | 33 ++++++++++++++++++++--
 drivers/pinctrl/sh-pfc/pfc-sh7734.c                |  4 +--
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |  3 +-
 8 files changed, 59 insertions(+), 23 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 Nov. 3, 2019, 10:19 p.m. UTC | #1
On Fri, Nov 1, 2019 at 4:59 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit f846d1e704f2d07a7f359f65eac2c8cac565db35:
>
>   pinctrl: sh-pfc: pfc-r8a77965: Fix typo in pinmux macro for SCL3 (2019-10-14 12:11:12 +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.5-tag2
>
> for you to fetch changes up to 884caadad128efad8e00c1cdc3177bc8912ee8ec:
>
>   pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_B (2019-11-01 13:42:52 +0100)

Pulled into my devel branch, thanks!

Yours,
Linus Walleij