mbox series

[GIT,PULL] pinctrl: sh-pfc: Updates for v5.10

Message ID 20200904114849.30413-1-geert+renesas@glider.be (mailing list archive)
State Rejected
Delegated to: Geert Uytterhoeven
Headers show
Series [GIT,PULL] pinctrl: sh-pfc: Updates for v5.10 | expand

Pull-request

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

Message

Geert Uytterhoeven Sept. 4, 2020, 11:48 a.m. UTC
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

Comments

Geert Uytterhoeven Sept. 9, 2020, 9:10 a.m. UTC | #1
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