All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pinctrl: sh-pfc: Updates for v5.10
@ 2020-09-04 11:48 Geert Uytterhoeven
  2020-09-09  9:10 ` Geert Uytterhoeven
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-09-04 11:48 UTC (permalink / raw)
  To: Linus Walleij; +Cc: linux-gpio, linux-renesas-soc, Geert Uytterhoeven

	Hi Linus,

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

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

for you to fetch changes up to b9d7f1448846a98d49a5567536febbef297b20b2:

  pinctrl: rza1: Switch to using "output-enable" (2020-09-04 09:45:32 +0200)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v5.10

  - Add CAN and USB1 PWEN pin groups on R-Car H2 and RZ/G1,
  - One more conversion of DT bindings to json-schema,
  - Group all Renesas pinctrl drivers and mprove visual Kconfig
    structure,
  - Minor fixes and improvements.

Thanks for pulling!
----------------------------------------------------------------
Geert Uytterhoeven (2):
      dt-bindings: pinctrl: sh-pfc: Convert to json-schema
      pinctrl: rza1: Switch to using "output-enable"

Kuninori Morimoto (4):
      pinctrl: sh-pfc: Tidy up Emma Mobile EV2
      pinctrl: sh-pfc: Collect Renesas related CONFIGs in one place
      pinctrl: sh-pfc: Align driver description title
      pinctrl: sh-pfc: Tidy up driver description title

Lad Prabhakar (2):
      pinctrl: sh-pfc: r8a7790: Add USB1 PWEN pin and group
      pinctrl: sh-pfc: r8a7790: Add CAN pins, groups and functions

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       | 188 --------------------
 .../devicetree/bindings/pinctrl/renesas,pfc.yaml   | 193 +++++++++++++++++++++
 .../bindings/pinctrl/renesas,rza1-pinctrl.txt      |   5 +-
 MAINTAINERS                                        |   1 -
 drivers/pinctrl/Kconfig                            |  32 ----
 drivers/pinctrl/Makefile                           |   3 -
 drivers/pinctrl/sh-pfc/Kconfig                     | 178 +++++++++++--------
 drivers/pinctrl/sh-pfc/Makefile                    |   4 +
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c               | 121 ++++++++++++-
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c        |  11 +-
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c        |   4 +-
 drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c        |   6 +-
 12 files changed, 436 insertions(+), 310 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
 create mode 100644 Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza1.c (99%)
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rza2.c (99%)
 rename drivers/pinctrl/{ => sh-pfc}/pinctrl-rzn1.c (99%)

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] 2+ messages in thread

* Re: [GIT PULL] pinctrl: sh-pfc: Updates for v5.10
  2020-09-04 11:48 [GIT PULL] pinctrl: sh-pfc: Updates for v5.10 Geert Uytterhoeven
@ 2020-09-09  9:10 ` Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2020-09-09  9:10 UTC (permalink / raw)
  To: Linus Walleij; +Cc: open list:GPIO SUBSYSTEM, Linux-Renesas, Geert Uytterhoeven

Hi Linus,

On Fri, Sep 4, 2020 at 1:48 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
> The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
>
>   Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
>
> 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.10-tag1
>
> for you to fetch changes up to b9d7f1448846a98d49a5567536febbef297b20b2:
>
>   pinctrl: rza1: Switch to using "output-enable" (2020-09-04 09:45:32 +0200)

Please drop this, as I've already asked on IRC.

> Kuninori Morimoto (4):
>       pinctrl: sh-pfc: Tidy up Emma Mobile EV2
>       pinctrl: sh-pfc: Collect Renesas related CONFIGs in one place
>       pinctrl: sh-pfc: Align driver description title
>       pinctrl: sh-pfc: Tidy up driver description title

Following discussions, I had updated the third commit above, but
forgot to update the fourth. Will fix, and send a new one later.
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] 2+ messages in thread

end of thread, other threads:[~2020-09-09  9:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 11:48 [GIT PULL] pinctrl: sh-pfc: Updates for v5.10 Geert Uytterhoeven
2020-09-09  9:10 ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.