mbox series

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

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

Pull-request

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

Message

Geert Uytterhoeven Feb. 12, 2019, 10:21 a.m. UTC
Hi Linus,

The following changes since commit 8e32e881947be98abaa917157fefc4a3319e90af:

  pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names (2019-01-21 13:25:38 +0100)

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

for you to fetch changes up to 79dbbdbeccc6784d5e189710adcca750c03d3bd4:

  pinctrl: sh-pfc: r8a77965: Add DRIF pins, groups and functions (2019-02-11 14:16:11 +0100)

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

  - Add DRIF (digital radio) pin groups on R-Car E3 and M3-N,
  - Add TMU (timer) pin groups on R-Car M3-N,
  - Miscellaneous fixes,
  - Build-time validation for fixed-size field width mismatches.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (5):
      pinctrl: sh-pfc: emev2: Add missing pinmux functions
      pinctrl: sh-pfc: r8a7791: Fix scifb2_data_c pin group
      pinctrl: sh-pfc: r8a7792: Fix vin1_data18_b pin group
      pinctrl: sh-pfc: sh73a0: Fix fsic_spdif pin groups
      pinctrl: sh-pfc: Validate fixed-size field widths at build time

Takeshi Kihara (3):
      pinctrl: sh-pfc: r8a77990: Add DRIF pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add TMU pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add DRIF pins, groups and functions

 drivers/pinctrl/sh-pfc/pfc-emev2.c    |  20 ++
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c  |   2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7792.c  |   1 +
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c | 398 ++++++++++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 255 +++++++++++++++++++++-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c   |   3 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h       |   3 +-
 7 files changed, 677 insertions(+), 5 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 Feb. 13, 2019, 9:42 a.m. UTC | #1
On Tue, Feb 12, 2019 at 11:48 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 8e32e881947be98abaa917157fefc4a3319e90af:
>
>   pinctrl: sh-pfc: r8a7778: Fix HSPI pin numbers and names (2019-01-21 13:25:38 +0100)
>
> 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.1-tag2
>
> for you to fetch changes up to 79dbbdbeccc6784d5e189710adcca750c03d3bd4:
>
>   pinctrl: sh-pfc: r8a77965: Add DRIF pins, groups and functions (2019-02-11 14:16:11 +0100)

Pulled into my "devel" branch for v5.1, thanks!

Yours,
Linus Walleij