From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Cc: Magnus Damm <magnus.damm@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
Greg KH <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
"open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS"
<devicetree@vger.kernel.org>,
"open list:SERIAL DRIVERS" <linux-serial@vger.kernel.org>
Subject: Re: [PATCH v2 07/14] soc: renesas: Identify R-Car S4-8
Date: Fri, 3 Dec 2021 17:36:15 +0100 [thread overview]
Message-ID: <CAMuHMdVQC-_xGREYB_Zj=g1Fe2ptNO+YVjPJ4jzvEN8WShdG=g@mail.gmail.com> (raw)
In-Reply-To: <20211201073308.1003945-8-yoshihiro.shimoda.uh@renesas.com>
On Wed, Dec 1, 2021 at 8:33 AM Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> Add support for identifying the R-Car S4-8 (R8A779F0) SoC.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
i.e. will queue in renesas-devel for v5.17.
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 prev parent reply other threads:[~2021-12-03 16:36 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 7:32 [PATCH v2 00/14] treewide: Initial support for R-Car S4-8 Yoshihiro Shimoda
2021-12-01 7:32 ` [PATCH v2 01/14] dt-bindings: arm: renesas: Document Renesas Spider boards Yoshihiro Shimoda
2021-12-03 16:13 ` Geert Uytterhoeven
2021-12-06 12:13 ` Yoshihiro Shimoda
2021-12-01 7:32 ` [PATCH v2 02/14] dt-bindings: power: Add r8a779f0 SYSC power domain definitions Yoshihiro Shimoda
2021-12-03 16:16 ` Geert Uytterhoeven
2021-12-01 7:32 ` [PATCH v2 03/14] dt-bindings: clock: Add r8a779f0 CPG Core Clock Definitions Yoshihiro Shimoda
2021-12-03 16:20 ` Geert Uytterhoeven
2021-12-01 7:32 ` [PATCH v2 04/14] dt-bindings: serial: renesas,scif: Document r8a779f0 bindings Yoshihiro Shimoda
2021-12-03 16:24 ` Geert Uytterhoeven
2021-12-06 12:14 ` Yoshihiro Shimoda
2021-12-01 7:32 ` [PATCH v2 05/14] soc: renesas: rcar-gen4-sysc: Introduce R-Car Gen4 SYSC driver Yoshihiro Shimoda
2021-12-06 10:40 ` Geert Uytterhoeven
2021-12-01 7:33 ` [PATCH v2 06/14] soc: renesas: r8a779f0-sysc: Add r8a779f0 support Yoshihiro Shimoda
2021-12-06 10:42 ` Geert Uytterhoeven
2021-12-01 7:33 ` [PATCH v2 07/14] soc: renesas: Identify R-Car S4-8 Yoshihiro Shimoda
2021-12-03 16:36 ` Geert Uytterhoeven [this message]
2021-12-01 7:33 ` [PATCH v2 08/14] clk: renesas: rcar-gen4-cpg: Introduce R-Car Gen4 CPG driver Yoshihiro Shimoda
2021-12-06 12:42 ` Geert Uytterhoeven
2021-12-07 1:51 ` Yoshihiro Shimoda
2021-12-07 8:14 ` Geert Uytterhoeven
2021-12-01 7:33 ` [PATCH v2 09/14] clk: renesas: cpg-mssr: Add support for R-Car S4-8 Yoshihiro Shimoda
2021-12-06 12:43 ` Geert Uytterhoeven
2021-12-01 7:33 ` [PATCH v2 10/14] soc: renesas: rcar-rst: " Yoshihiro Shimoda
2021-12-03 16:41 ` Geert Uytterhoeven
2021-12-01 7:33 ` [PATCH v2 11/14] tty: serial: sh-sci: Add support for R-Car Gen4 Yoshihiro Shimoda
2021-12-01 7:33 ` [PATCH v2 12/14] arm64: dts: renesas: Add Renesas R8A779F0 SoC support Yoshihiro Shimoda
2021-12-01 7:33 ` [PATCH v2 13/14] arm64: dts: renesas: Add Renesas Spider boards support Yoshihiro Shimoda
2021-12-01 7:33 ` [PATCH v2 14/14] arm64: defconfig: Enable R-Car S4-8 Yoshihiro Shimoda
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='CAMuHMdVQC-_xGREYB_Zj=g1Fe2ptNO+YVjPJ4jzvEN8WShdG=g@mail.gmail.com' \
--to=geert@linux-m68k.org \
--cc=devicetree@vger.kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=robh+dt@kernel.org \
--cc=yoshihiro.shimoda.uh@renesas.com \
/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).