Linux GPIO subsystem development
 help / color / mirror / Atom feed
From: Conor Dooley <conor@kernel.org>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH 01/14] dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M support
Date: Fri, 26 Jan 2024 16:25:42 +0000	[thread overview]
Message-ID: <20240126-tutu-amusable-b34491e4a840@spud> (raw)
In-Reply-To: <56685dc04af3cee7cb3751e855ed5b3679b14122.1706264667.git.geert+renesas@glider.be>

[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]

On Fri, Jan 26, 2024 at 11:43:59AM +0100, Geert Uytterhoeven wrote:
> Document support for the Pin Function Controller (PFC) in the Renesas
> R-Car V4M (R8A779H0) SoC.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.

> ---
>  Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
> index 181cd1676c0a2a36..5d84364d13589c5e 100644
> --- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
> +++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc.yaml
> @@ -46,6 +46,7 @@ properties:
>        - renesas,pfc-r8a779a0    # R-Car V3U
>        - renesas,pfc-r8a779f0    # R-Car S4-8
>        - renesas,pfc-r8a779g0    # R-Car V4H
> +      - renesas,pfc-r8a779h0    # R-Car V4M
>        - renesas,pfc-sh73a0      # SH-Mobile AG5
>  
>    reg:
> -- 
> 2.34.1
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

  reply	other threads:[~2024-01-26 16:25 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-26 10:43 [PATCH 00/14] pinctrl: renesas: Add support for R-Car V4M Geert Uytterhoeven
2024-01-26 10:43 ` [PATCH 01/14] dt-bindings: pinctrl: renesas,pfc: Document R-Car V4M support Geert Uytterhoeven
2024-01-26 16:25   ` Conor Dooley [this message]
2024-01-26 10:44 ` [PATCH 02/14] pinctrl: renesas: Initial R8A779H0 (R-Car V4M) PFC support Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 03/14] pinctrl: renesas: r8a779h0: Add Ethernet AVB pins, groups, functions Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 04/14] pinctrl: renesas: r8a779h0: Add SD/MMC " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 05/14] pinctrl: renesas: r8a779h0: Add QSPI " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 06/14] pinctrl: renesas: r8a779h0: Add SCIF " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 07/14] pinctrl: renesas: r8a779h0: Add SCIF_CLK " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 08/14] pinctrl: renesas: r8a779h0: Add HSCIF " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 09/14] pinctrl: renesas: r8a779h0: Add I2C " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 10/14] pinctrl: renesas: r8a779h0: Add MSIOF " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 11/14] pinctrl: renesas: r8a779h0: Add PWM/TPU " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 12/14] pinctrl: renesas: r8a779h0: Add CANFD " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 13/14] pinctrl: renesas: r8a779h0: Add PCIe " Geert Uytterhoeven
2024-01-26 10:44 ` [PATCH 14/14] pinctrl: renesas: r8a779h0: Add Audio " Geert Uytterhoeven
2024-02-20 10:47 ` [PATCH 00/14] pinctrl: renesas: Add support for R-Car V4M 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=20240126-tutu-amusable-b34491e4a840@spud \
    --to=conor@kernel.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert+renesas@glider.be \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --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