All of lore.kernel.org
 help / color / mirror / Atom feed
* [git pull] pinctrl: sh-pfc: Updates for v4.17 (take two)
@ 2018-05-09 16:52 Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-05-09 16:52 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Laurent Pinchart, linux-gpio, linux-renesas-soc, Geert Uytterhoeven

	Hi Linus,

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -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-v4.18-tag1

for you to fetch changes up to f18fab4bcb4f85db806048b2ee44c885b46b5a0f:

  pinctrl: sh-pfc: Add r8a77470 PFC support (2018-05-04 11:42:54 +0200)

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

  - Add DU, MSIOF, PWM, and SDHI pin groups on R-Car M3-N,
  - Add support for the new RZ/G1C SoC,
  - Add support for I/O voltage control on R-Car V3M and V3H,
  - Small fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Biju Das (2):
      dt-bindings: pinctrl: sh-pfc: Document r8a77470 PFC support
      pinctrl: sh-pfc: Add r8a77470 PFC support

Geert Uytterhoeven (2):
      pinctrl: sh-pfc: r8a7795: Fix comment for MSIOF3 SS2_E pin
      pinctrl: sh-pfc: r8a7796: Fix comment for MSIOF3 SS2_E pin

Kieran Bingham (1):
      pinctrl: sh-pfc: r8a77965: Add DU RGB output pins, groups and functions

Sergei Shtylyov (2):
      pinctrl: sh-pfc: r8a77980: Add pin I/O voltage control support
      pinctrl: sh-pfc: r8a77970: Fix pin I/O voltage control support

Takeshi Kihara (3):
      pinctrl: sh-pfc: r8a77965: Add MSIOF pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add PWM pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add SDHI pins, groups and functions

Thomas Gleixner (1):
      pinctrl: sh-pfc: r8a77965: Fixup incorrect SPDX identifier

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    1 +
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    6 +
 drivers/pinctrl/sh-pfc/pfc-r8a77470.c              | 2343 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |    2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               |    2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              | 1509 ++++++++++++-
 drivers/pinctrl/sh-pfc/pfc-r8a77970.c              |   32 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77980.c              |   52 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    1 +
 11 files changed, 3940 insertions(+), 14 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77470.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [git pull] pinctrl: sh-pfc: Updates for v4.17 (take two)
  2018-03-22 17:09 Geert Uytterhoeven
@ 2018-03-23  2:37 ` Linus Walleij
  0 siblings, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2018-03-23  2:37 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Laurent Pinchart, open list:GPIO SUBSYSTEM, Linux-Renesas

On Thu, Mar 22, 2018 at 6:09 PM, Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

>         Hi Linus,
>
> The following changes since commit a8ab4f2bd8a5298679dabe16910322625a0df247:
>
>   pinctrl: sh-pfc: r8a77965: Add support for INTC-EX IRQ pins (2018-02-28 09:17:54 +0100)
>
> 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-tag2
>
> for you to fetch changes up to a6fff41f410bf030d5cd178154b8397536e714f9:
>
>   pinctrl: sh-pfc: r8a77995: Deduplicate VIN4 pin definitions (2018-03-21 18:25:48 +0100)

Pulled to the pin control "devel" branch, good work!

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [git pull] pinctrl: sh-pfc: Updates for v4.17 (take two)
@ 2018-03-22 17:09 Geert Uytterhoeven
  2018-03-23  2:37 ` Linus Walleij
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-03-22 17:09 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Laurent Pinchart, linux-gpio, linux-renesas-soc, Geert Uytterhoeven

	Hi Linus,

The following changes since commit a8ab4f2bd8a5298679dabe16910322625a0df247:

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

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-tag2

for you to fetch changes up to a6fff41f410bf030d5cd178154b8397536e714f9:

  pinctrl: sh-pfc: r8a77995: Deduplicate VIN4 pin definitions (2018-03-21 18:25:48 +0100)

----------------------------------------------------------------
pinctrl: sh-pfc: Updates for v4.17 (take two)

  - Add USB pin groups on R-Car M3-N,
  - Add support for the new R-Car V3H SoC,
  - Add EtherAVB pin groups on R-Car V3M,
  - Miscellaneous fixes and cleanups.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (7):
      pinctrl: sh-pfc: r8a7790: Add missing TX_ER pin to avb_mii group
      pinctrl: sh-pfc: Add SH_PFC_PIN_GROUP_ALIAS()
      pinctrl: sh-pfc: r8a7795: Rename EtherAVB "mdc" pin group to "mdio"
      pinctrl: sh-pfc: r8a7795-es1: Rename EtherAVB "mdc" pin group to "mdio"
      pinctrl: sh-pfc: r8a7796: Rename EtherAVB "mdc" pin group to "mdio"
      pinctrl: sh-pfc: r8a77965: Rename EtherAVB "mdc" pin group to "mdio"
      pinctrl: sh-pfc: r8a77995: Rename EtherAVB "mdc" pin group to "mdio"

Sergei Shtylyov (3):
      pinctrl: sh-pfc: Add PORT_GP_CFG_25() helper macro
      pinctrl: sh-pfc: Add R8A77980 PFC support
      pinctrl: sh-pfc: r8a77970: Add EtherAVB pin groups

Takeshi Kihara (2):
      pinctrl: sh-pfc: r8a77965: Add USB2.0 host pins, groups and functions
      pinctrl: sh-pfc: r8a77965: Add USB3.0 host pins, groups and functions

Ulrich Hecht (6):
      pinctrl: sh-pfc: r8a7795: Correct VIN4 18-bit pins
      pinctrl: sh-pfc: r8a7796: Correct VIN4 18-bit pins
      pinctrl: sh-pfc: r8a77995: Correct VIN4 18-bit pins
      pinctrl: sh-pfc: r8a7795: Deduplicate VIN4 pin definitions
      pinctrl: sh-pfc: r8a7796: Deduplicate VIN4 pin definitions
      pinctrl: sh-pfc: r8a77995: Deduplicate VIN4 pin definitions

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    1 +
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    6 +
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c               |    8 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c           |   10 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c               |  332 +--
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               |  332 +--
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c              |   58 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77970.c              |   98 +
 drivers/pinctrl/sh-pfc/pfc-r8a77980.c              | 2799 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-r8a77995.c              |  170 +-
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |   14 +-
 13 files changed, 3199 insertions(+), 635 deletions(-)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a77980.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-09 16:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09 16:52 [git pull] pinctrl: sh-pfc: Updates for v4.17 (take two) Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2018-03-22 17:09 Geert Uytterhoeven
2018-03-23  2:37 ` Linus Walleij

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.