* [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)
@ 2017-06-28 17:10 Geert Uytterhoeven
2017-06-29 13:07 ` Linus Walleij
0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-06-28 17:10 UTC (permalink / raw)
To: Linus Walleij
Cc: Laurent Pinchart, linux-gpio, linux-renesas-soc,
Geert Uytterhoeven
Hi Linus,
The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:
pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +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-v4.13-tag2
for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:
pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)
----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v4.13 (take two)
- Add SCIF1 and SCIF2 pin groups for R-Car V2H,
- Add EtherAVB, DU parallel RGB output, and PWM pin groups for R-Car
H3 ES2.0,
- Add pin and gpio controller support for RZ/A1.
Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (1):
pinctrl: sh-pfc: r8a7795: Add EtherAVB pins, groups and function
Jacopo Mondi (3):
pinctrl: Renesas RZ/A1 pin and gpio controller
dt-bindings: pinctrl: Add RZ/A1 bindings doc
arm: dts: dt-bindings: Add Renesas RZ/A1 pinctrl header
Laurent Pinchart (2):
pinctrl: sh-pfc: r8a7795: Add DU parallel RGB output support
pinctrl: sh-pfc: r8a7795: Add PWM support
Ulrich Hecht (1):
pinctrl: sh-pfc: r8a7792: Add SCIF1 and SCIF2 pin groups
.../bindings/pinctrl/renesas,rza1-pinctrl.txt | 221 ++++
drivers/pinctrl/Kconfig | 11 +
drivers/pinctrl/Makefile | 1 +
drivers/pinctrl/pinctrl-rza1.c | 1311 ++++++++++++++++++++
drivers/pinctrl/sh-pfc/pfc-r8a7792.c | 55 +
drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 365 ++++++
include/dt-bindings/pinctrl/r7s72100-pinctrl.h | 16 +
7 files changed, 1980 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,rza1-pinctrl.txt
create mode 100644 drivers/pinctrl/pinctrl-rza1.c
create mode 100644 include/dt-bindings/pinctrl/r7s72100-pinctrl.h
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)
2017-06-28 17:10 [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two) Geert Uytterhoeven
@ 2017-06-29 13:07 ` Linus Walleij
2017-06-29 13:17 ` Geert Uytterhoeven
0 siblings, 1 reply; 3+ messages in thread
From: Linus Walleij @ 2017-06-29 13:07 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Laurent Pinchart, linux-gpio@vger.kernel.org, Linux-Renesas
On Wed, Jun 28, 2017 at 7:10 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> Hi Linus,
>
> The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:
>
> pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +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-v4.13-tag2
>
> for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:
>
> pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)
Pulled in for devel.
It's late, but you all worked hard to make this happen so we should
be liberal, also it is a new driver.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two)
2017-06-29 13:07 ` Linus Walleij
@ 2017-06-29 13:17 ` Geert Uytterhoeven
0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2017-06-29 13:17 UTC (permalink / raw)
To: Linus Walleij
Cc: Geert Uytterhoeven, Laurent Pinchart, linux-gpio@vger.kernel.org,
Linux-Renesas
Hi Linus,
On Thu, Jun 29, 2017 at 3:07 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Wed, Jun 28, 2017 at 7:10 PM, Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
>> The following changes since commit c8bac70f079bb3ecaf9a716f141f3d85cef27231:
>>
>> pinctrl: sh-pfc: r8a7794: Add R8A7745 support (2017-05-16 13:53:15 +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-v4.13-tag2
>>
>> for you to fetch changes up to c03a133bba8662daecd7db09819fa369663d0ea7:
>>
>> pinctrl: sh-pfc: r8a7795: Add PWM support (2017-06-26 10:21:38 +0200)
>
> Pulled in for devel.
>
> It's late, but you all worked hard to make this happen so we should
> be liberal, also it is a new driver.
Thanks a lot!
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-29 13:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28 17:10 [git pull] pinctrl: sh-pfc: Updates for v4.13 (take two) Geert Uytterhoeven
2017-06-29 13:07 ` Linus Walleij
2017-06-29 13:17 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).