All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL] pinctrl: sh-pfc: Updates for v5.10
Date: Fri,  4 Sep 2020 13:48:49 +0200	[thread overview]
Message-ID: <20200904114849.30413-1-geert+renesas@glider.be> (raw)

	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

             reply	other threads:[~2020-09-04 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-04 11:48 Geert Uytterhoeven [this message]
2020-09-09  9:10 ` [GIT PULL] pinctrl: sh-pfc: Updates for v5.10 Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200904114849.30413-1-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.