mbox

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

Message ID 1490952390-11256-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.12-tag2

Message

Geert Uytterhoeven March 31, 2017, 9:26 a.m. UTC
Hi Linus,

The following changes since commit 3091ae775fae17084013021d01513bc1ad274e6a:

  pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 11:21:55 +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.12-tag2

for you to fetch changes up to d14a39edf757f5bdd73cf25d0155d7cfb271e782:

  pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +0200)

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

  - Add basic support for the Pin Function Controller on revision ES2.0
    of the R-Car H3 SoC, which differs from ES1.x in many ways.

Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (3):
      pinctrl: sh-pfc: r8a7795: Add support for R-Car H3 ES2.0
      pinctrl: sh-pfc: r8a7795: Add SCIF support
      pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support

 drivers/pinctrl/sh-pfc/Makefile          |    1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 5705 ++++++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c     | 4217 ++++------------------
 drivers/pinctrl/sh-pfc/sh_pfc.h          |    1 +
 4 files changed, 6471 insertions(+), 3453 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c

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 April 4, 2017, 11:56 a.m. UTC | #1
On Fri, Mar 31, 2017 at 11:26 AM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 3091ae775fae17084013021d01513bc1ad274e6a:
>
>   pinctrl: sh-pfc: Update info pointer after SoC-specific init (2017-03-21 11:21:55 +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.12-tag2
>
> for you to fetch changes up to d14a39edf757f5bdd73cf25d0155d7cfb271e782:
>
>   pinctrl: sh-pfc: r8a7795: Add SCIF_CLK support (2017-03-30 13:43:55 +0200)

Pulled into the pinctrl devel branch, thanks!

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