From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Linus Walleij <linus.walleij@linaro.org>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Cc: LUU HOAI <hoai.luu.ub@renesas.com>,
linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org,
Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH v2 00/12] pinctrl: renesas: Add R-Car S4-8 support
Date: Mon, 21 Feb 2022 16:43:35 +0100 [thread overview]
Message-ID: <cover.1645457792.git.geert+renesas@glider.be> (raw)
Hi all,
This patch series adds pin control support for the Renesas R-Car S4-8
Soc. It is based on patches in the BSP by LUU HOAI, with many changes
on top (see the individual patches).
Changes compared to v1[1]:
- Add Reviewed-by,
- Fix whitespace in Makefile,
- Remove GPIO and No-GPIO pins, pin function definitions, and
registers that can only be accessed from the Control Domain,
- Spin off clock and DTS patches into separate series,
- Drop RFC state and widen audience.
Serial console and I2C have been tested on the Renesas Spider
development board.
Thanks for your comments!
[1] "[PATCH/RFC 00/15] arm64: renesas: Add-R-Car S4-8 Pin control support"
https://lore.kernel.org/r/cover.1642599415.git.geert+renesas@glider.be
Geert Uytterhoeven (11):
pinctrl: renesas: Add PORT_GP_CFG_19 macros
pinctrl: renesas: Initial R8A779F0 PFC support
pinctrl: renesas: r8a779f0: Add SCIF pins, groups, and functions
pinctrl: renesas: r8a779f0: Add I2C pins, groups, and functions
pinctrl: renesas: r8a779f0: Add HSCIF pins, groups, and functions
pinctrl: renesas: r8a779f0: Add INTC-EX pins, groups, and function
pinctrl: renesas: r8a779f0: Add MMC pins, groups, and function
pinctrl: renesas: r8a779f0: Add MSIOF pins, groups, and functions
pinctrl: renesas: r8a779f0: Add PCIe pins, groups, and function
pinctrl: renesas: r8a779f0: Add QSPI pins, groups, and functions
pinctrl: renesas: r8a779f0: Add Ethernet pins, groups, and functions
LUU HOAI (1):
dt-bindings: pinctrl: renesas,pfc: Document r8a779f0 support
.../bindings/pinctrl/renesas,pfc.yaml | 1 +
drivers/pinctrl/renesas/Kconfig | 5 +
drivers/pinctrl/renesas/Makefile | 1 +
drivers/pinctrl/renesas/core.c | 6 +
drivers/pinctrl/renesas/pfc-r8a779f0.c | 2126 +++++++++++++++++
drivers/pinctrl/renesas/sh_pfc.h | 9 +-
6 files changed, 2146 insertions(+), 2 deletions(-)
create mode 100644 drivers/pinctrl/renesas/pfc-r8a779f0.c
--
2.25.1
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
next reply other threads:[~2022-02-21 15:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-21 15:43 Geert Uytterhoeven [this message]
2022-02-21 15:43 ` [PATCH v2 01/12] dt-bindings: pinctrl: renesas,pfc: Document r8a779f0 support Geert Uytterhoeven
2022-02-25 19:12 ` Rob Herring
2022-02-21 15:43 ` [PATCH v2 02/12] pinctrl: renesas: Add PORT_GP_CFG_19 macros Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 03/12] pinctrl: renesas: Initial R8A779F0 PFC support Geert Uytterhoeven
2022-02-25 12:07 ` Yoshihiro Shimoda
2022-02-25 12:38 ` Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 04/12] pinctrl: renesas: r8a779f0: Add SCIF pins, groups, and functions Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 05/12] pinctrl: renesas: r8a779f0: Add I2C " Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 06/12] pinctrl: renesas: r8a779f0: Add HSCIF " Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 07/12] pinctrl: renesas: r8a779f0: Add INTC-EX pins, groups, and function Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 08/12] pinctrl: renesas: r8a779f0: Add MMC " Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 09/12] pinctrl: renesas: r8a779f0: Add MSIOF pins, groups, and functions Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 10/12] pinctrl: renesas: r8a779f0: Add PCIe pins, groups, and function Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 11/12] pinctrl: renesas: r8a779f0: Add QSPI pins, groups, and functions Geert Uytterhoeven
2022-02-21 15:43 ` [PATCH v2 12/12] pinctrl: renesas: r8a779f0: Add Ethernet " Geert Uytterhoeven
2022-02-25 12:19 ` [PATCH v2 00/12] pinctrl: renesas: Add R-Car S4-8 support Yoshihiro Shimoda
2022-02-25 13: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=cover.1645457792.git.geert+renesas@glider.be \
--to=geert+renesas@glider.be \
--cc=devicetree@vger.kernel.org \
--cc=hoai.luu.ub@renesas.com \
--cc=krzysztof.kozlowski@canonical.com \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=robh+dt@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).