mbox series

[git,pull] pinctrl: sh-pfc: Updates for v4.17

Message ID 1519985886-3889-1-git-send-email-geert+renesas@glider.be
State New
Headers show
Series [git,pull] pinctrl: sh-pfc: Updates for v4.17 | expand

Pull-request

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

Message

Geert Uytterhoeven March 2, 2018, 10:18 a.m. UTC
Hi Linus,

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

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.17-tag1

for you to fetch changes up to a8ab4f2bd8a5298679dabe16910322625a0df247:

  pinctrl: sh-pfc: r8a77965: Add support for INTC-EX IRQ pins (2018-02-28 09:17:54 +0100)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v4.17

  - Add DU and VIN pin groups on R-Car D3,
  - Add HDMI, TMU, and VIN pin groups on R-Car H3 and M3-W,
  - Add support for the new R-Car M3-N SoC,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (1):
      dt-bindings: pinctrl: sh-pfc: Correct SoC family name for R8A7778

Jacopo Mondi (3):
      pinctrl: sh-pfc: Initial R-Car M3-N support
      pinctrl: sh-pfc: r8a77965: Add SCIFs groups/functions
      pinctrl: sh-pfc: r8a77965: Add EtherAVB groups/functions

Markus Elfring (1):
      pinctrl: sh-pfc: Use seq_puts() in sh_pfc_pin_dbg_show()

Takeshi Kihara (10):
      pinctrl: sh-pfc: r8a7795: Fix MOD_SEL register pin assignment for SSI pins group
      pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins group
      pinctrl: sh-pfc: r8a7796: Fix IPSR and MOD_SEL register pin assignment for NDFC pins group
      pinctrl: sh-pfc: r8a7795: Add HDMI pins, groups and functions
      pinctrl: sh-pfc: r8a7795-es1: Add HDMI pins, groups and functions
      pinctrl: sh-pfc: r8a7796: Add HDMI pins, groups and functions
      pinctrl: sh-pfc: r8a7795: Add TMU pins, groups and functions
      pinctrl: sh-pfc: r8a7795-es1: Add TMU pins, groups and functions
      pinctrl: sh-pfc: r8a7796: Add TMU pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add support for INTC-EX IRQ pins

Ulrich Hecht (4):
      pinctrl: sh-pfc: r8a77995: Add DU pins, groups and function
      pinctrl: sh-pfc: r8a7796: Add VIN4, VIN5 pins, groups and functions
      pinctrl: sh-pfc: r8a7795: Add VIN4, VIN5 pins, groups and functions
      pinctrl: sh-pfc: r8a77995: Add VIN4 pins, groups and function

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    3 +-
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    6 +
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c           |   72 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |  564 +++-
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               |  569 +++-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              | 3193 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a77995.c              |  293 ++
 drivers/pinctrl/sh-pfc/pinctrl.c                   |    2 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    1 +
 11 files changed, 4659 insertions(+), 50 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77965.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 March 2, 2018, 12:39 p.m. UTC | #1
On Fri, Mar 2, 2018 at 11:18 AM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Linus,
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> 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.17-tag1
>
> for you to fetch changes up to a8ab4f2bd8a5298679dabe16910322625a0df247:
>
>   pinctrl: sh-pfc: r8a77965: Add support for INTC-EX IRQ pins (2018-02-28 09:17:54 +0100)

Pulled into the pinctrl devel branch for v4.17!

Excellent job as usual!

And I'm amazed that Renesas manage to churn out
so many ASICs.

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
Geert Uytterhoeven March 2, 2018, 1:01 p.m. UTC | #2
Hi Linus,

On Fri, Mar 2, 2018 at 1:39 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Fri, Mar 2, 2018 at 11:18 AM, Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>>
>>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>>
>> 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.17-tag1
>>
>> for you to fetch changes up to a8ab4f2bd8a5298679dabe16910322625a0df247:
>>
>>   pinctrl: sh-pfc: r8a77965: Add support for INTC-EX IRQ pins (2018-02-28 09:17:54 +0100)
>
> Pulled into the pinctrl devel branch for v4.17!
>
> Excellent job as usual!

Thanks!

> And I'm amazed that Renesas manage to churn out
> so many ASICs.

You can expect support for another new SoC in take two, after review
comments have been addresses....

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