mbox series

[v3,00/12] pinctrl: renesas: R8A779A0 (V3U) device support

Message ID 20210112165929.31002-1-uli+renesas@fpond.eu (mailing list archive)
Headers show
Series pinctrl: renesas: R8A779A0 (V3U) device support | expand

Message

Ulrich Hecht Jan. 12, 2021, 4:59 p.m. UTC
Hi!

This series adds V3U pin control support for EtherAVB, CANFD, DU, HSCIF,
INTC-EX, MMC, MSIOF, PWM, QSPI, TMU and TPU. It depends on the "pinctrl:
renesas: basic R8A779A0 (V3U) support" v3 series posted earlier.

This revision includes one commit message fix as suggested by Geert and
adds a bunch of Reviewed-by and Tested-by tags.

Thanks to Geert and Wolfram for review and testing!

CU
Uli


Changes since v2:
- CAN: fix commit message
- add Reviewed-by/Tested-by tags where applicable

Changes since v1:
- add missing I2C patch
- CAN: rename canfd_clk to can_clk to stay consistent with other SoCs
- DU: add du_sync group
- DU: remove redundant du_cde, du_disp groups
- TMU: add B groups
- MSIOF: add missing msiof{4,5} groups
- add Reviewed-Bys where applicable


Ulrich Hecht (12):
  pinctrl: renesas: r8a779a0: Add I2C pins, groups and functions
  pinctrl: renesas: r8a779a0: Add EtherAVB pins, groups and functions
  pinctrl: renesas: r8a779a0: Add CANFD pins, groups and functions
  pinctrl: renesas: r8a779a0: Add DU pins, groups and function
  pinctrl: renesas: r8a779a0: Add HSCIF pins, groups and functions
  pinctrl: renesas: r8a779a0: Add INTC-EX pins, groups and function
  pinctrl: renesas: r8a779a0: Add MMC pins, groups and functions
  pinctrl: renesas: r8a779a0: Add MSIOF pins, groups and functions
  pinctrl: renesas: r8a779a0: Add PWM pins, groups and functions
  pinctrl: renesas: r8a779a0: Add QSPI pins, groups, and functions
  pinctrl: renesas: r8a779a0: Add TMU pins, groups and functions
  pinctrl: renesas: r8a779a0: Add TPU pins, groups and functions

 drivers/pinctrl/renesas/pfc-r8a779a0.c | 1788 ++++++++++++++++++++++++
 1 file changed, 1788 insertions(+)

Comments

Geert Uytterhoeven Jan. 13, 2021, 1:48 p.m. UTC | #1
Hi Uli,

On Tue, Jan 12, 2021 at 5:59 PM Ulrich Hecht <uli+renesas@fpond.eu> wrote:
> This series adds V3U pin control support for EtherAVB, CANFD, DU, HSCIF,
> INTC-EX, MMC, MSIOF, PWM, QSPI, TMU and TPU. It depends on the "pinctrl:
> renesas: basic R8A779A0 (V3U) support" v3 series posted earlier.
>
> This revision includes one commit message fix as suggested by Geert and
> adds a bunch of Reviewed-by and Tested-by tags.
>
> Thanks to Geert and Wolfram for review and testing!
>
> CU
> Uli
>
>
> Changes since v2:
> - CAN: fix commit message
> - add Reviewed-by/Tested-by tags where applicable

Thanks for the update!

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-pinctrl-for-v5.12.

Gr{oetje,eeting}s,

                        Geert