mbox

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

Message ID 1479289677-13490-1-git-send-email-geert+renesas@glider.be
State New
Headers show

Pull-request

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

Message

Geert Uytterhoeven Nov. 16, 2016, 9:47 a.m. UTC
Hi Linus,

The following changes since commit 0f866a9679215838328e1c0ed1892224672bb396:

  pinctrl: sh-pfc: r8a7796: Fix GPSR definitions for SDHI2/3 (2016-11-07 10:39:11 +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-v4.10-tag2

for you to fetch changes up to 1fa1522f61f1fa53b2518c82bb3c667161836e10:

  pinctrl: sh-pfc: r8a7795: Add group for QSPI0 and QSPI1 pins (2016-11-16 10:29:14 +0100)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v4.10 (take two)

  - DU and EtherAVB pin groups for R-Car M3-W,
  - Bias handling cleanups and bug fixes,
  - Drive-strength for non-GPIO pins for R-Car H3,
  - EtherAVB MDIO & MII, and QSPI pin groups for R-Car H3.

Thanks for pulling!
----------------------------------------------------------------
Niklas Söderlund (10):
      pinctrl: sh-pfc: r8a7796: Add DU support
      pinctrl: sh-pfc: Do not unconditionally support PIN_CONFIG_BIAS_DISABLE
      pinctrl: sh-pfc: Add helper to handle bias lookup table
      pinctrl: sh-pfc: r8a7795: Simplify get bias logic
      pinctrl: sh-pfc: r8a7795: Use lookup function for bias data
      pinctrl: sh-pfc: r8a7778: Use lookup function for bias data
      pinctrl: sh-pfc: Support named pins with custom configuration
      pinctrl: sh-pfc: r8a7795: Support none GPIO pins with configurable drive-strength
      pinctrl: sh-pfc: r8a7795: Add group for AVB MDIO and MII pins
      pinctrl: sh-pfc: r8a7795: Add group for QSPI0 and QSPI1 pins

Takeshi Kihara (1):
      pinctrl: sh-pfc: r8a7796: Add EtherAVB pins, groups and functions

 drivers/pinctrl/sh-pfc/core.c        |  15 +
 drivers/pinctrl/sh-pfc/core.h        |   4 +
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 342 +++++++++----------
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 616 ++++++++++++++++++++++++-----------
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c | 188 +++++++++++
 drivers/pinctrl/sh-pfc/pinctrl.c     |   3 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h      |  14 +
 7 files changed, 816 insertions(+), 366 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
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Linus Walleij Nov. 16, 2016, 7:51 p.m. UTC | #1
On Wed, Nov 16, 2016 at 10:47 AM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Linus,
>
> The following changes since commit 0f866a9679215838328e1c0ed1892224672bb396:
>
>   pinctrl: sh-pfc: r8a7796: Fix GPSR definitions for SDHI2/3 (2016-11-07 10:39:11 +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-v4.10-tag2

Pulled into the pin control tree, thanks a lot!

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html