From: Krzysztof Kozlowski <krzk@kernel.org>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Prabhakar <prabhakar.csengg@gmail.com>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Ulf Hansson <ulf.hansson@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
Magnus Damm <magnus.damm@gmail.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Will Deacon <will@kernel.org>,
Wolfram Sang <wsa+renesas@sang-engineering.com>,
linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-serial@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Biju Das <biju.das.jz@bp.renesas.com>,
Fabrizio Castro <fabrizio.castro.jz@renesas.com>,
Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Subject: Re: [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC
Date: Thu, 27 Mar 2025 15:00:20 +0100 [thread overview]
Message-ID: <01d8b588-528f-4b50-a4ec-35645bb5f3cd@kernel.org> (raw)
In-Reply-To: <CAMuHMdU5HSt5cRN8WFB5DrOZjo+Fc55X5bB6V6GzFT_Akiqdrw@mail.gmail.com>
On 27/03/2025 10:08, Geert Uytterhoeven wrote:
> On Thu, 27 Mar 2025 at 09:55, Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>> On Thu, 27 Mar 2025 at 08:43, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>> On 26/03/2025 15:39, Prabhakar wrote:
>>>> From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>>>>
>>>> Enable support for the Renesas RZ/V2N (R9A09G056) SoC in the ARM64
>>>> defconfig.
>>>>
>>>> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
>>>> ---
>>>> arch/arm64/configs/defconfig | 1 +
>>>> 1 file changed, 1 insertion(+)
>>>>
>>>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>>>> index 11e7d0ad8656..c7b41f86c128 100644
>>>> --- a/arch/arm64/configs/defconfig
>>>> +++ b/arch/arm64/configs/defconfig
>>>> @@ -1483,6 +1483,7 @@ CONFIG_ARCH_R9A07G054=y
>>>> CONFIG_ARCH_R9A08G045=y
>>>> CONFIG_ARCH_R9A09G011=y
>>>> CONFIG_ARCH_R9A09G047=y
>>>> +CONFIG_ARCH_R9A09G056=y
>>>
>>> So the pattern will keep growing and none of you will ever bother to fix
>>> it, because you have your patchset to throw over the wall.
>>
>> Yes, the pattern will keep on growing.
>> Just like the minimum kernel size will keep on growing, especially if
>> you can no longer compile a kernel without support for SoCs you do not
>> intend to run the kernel on. Not everyone has GiBs of RAM to spare...
>
> <pling! :->
>
> /me remembers
> https://lore.kernel.org/all/6323eb7a-03e9-4678-ac4f-f90052d0aace@kernel.org/
Exactly that discussion and that outcome.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-03-27 14:00 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-26 14:39 [PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK Prabhakar
2025-03-26 14:39 ` [PATCH 01/15] dt-bindings: soc: renesas: Document Renesas RZ/V2N SoC variants Prabhakar
2025-03-26 14:39 ` [PATCH 02/15] dt-bindings: soc: renesas: Document RZ/V2N EVK board Prabhakar
2025-03-27 7:41 ` Krzysztof Kozlowski
2025-03-28 14:47 ` Lad, Prabhakar
2025-03-26 14:39 ` [PATCH 03/15] soc: renesas: Add config option for RZ/V2N (R9A09G056) SoC Prabhakar
2025-03-26 14:39 ` [PATCH 04/15] dt-bindings: soc: renesas: Document SYS for RZ/V2N SoC Prabhakar
2025-03-31 14:21 ` Rob Herring (Arm)
2025-03-26 14:39 ` [PATCH 05/15] soc: renesas: sysc: Add SoC identification " Prabhakar
2025-03-26 14:39 ` [PATCH 06/15] dt-bindings: serial: renesas: Document RZ/V2N SCIF Prabhakar
2025-03-31 14:21 ` Rob Herring (Arm)
2025-03-26 14:39 ` [PATCH 07/15] dt-bindings: mmc: renesas,sdhi: Document RZ/V2N support Prabhakar
2025-03-31 14:22 ` Rob Herring (Arm)
2025-04-10 10:23 ` Geert Uytterhoeven
2025-03-26 14:39 ` [PATCH 08/15] dt-bindings: clock: renesas: Document RZ/V2N SoC CPG Prabhakar
2025-03-31 14:23 ` Rob Herring (Arm)
2025-03-26 14:39 ` [PATCH 09/15] clk: renesas: rzv2h-cpg: Sort compatible list based on SoC part number Prabhakar
2025-03-26 14:39 ` [PATCH 10/15] clk: renesas: rzv2h: Add support for RZ/V2N SoC Prabhakar
2025-03-26 14:39 ` [PATCH 11/15] dt-bindings: pinctrl: renesas: Document " Prabhakar
2025-03-27 7:48 ` Krzysztof Kozlowski
2025-03-28 15:05 ` Lad, Prabhakar
2025-03-26 14:39 ` [PATCH 12/15] pinctrl: renesas: rzg2l: Add support for " Prabhakar
2025-03-26 14:39 ` [PATCH 13/15] arm64: dts: renesas: Add initial SoC DTSI for RZ/V2N Prabhakar
2025-03-26 14:39 ` [PATCH 14/15] arm64: dts: renesas: Add initial device tree for RZ/V2N EVK Prabhakar
2025-03-27 7:43 ` Krzysztof Kozlowski
2025-03-28 15:06 ` Lad, Prabhakar
2025-03-26 14:39 ` [PATCH 15/15] arm64: defconfig: Enable Renesas RZ/V2N SoC Prabhakar
2025-03-27 7:43 ` Krzysztof Kozlowski
2025-03-27 8:55 ` Geert Uytterhoeven
2025-03-27 9:08 ` Geert Uytterhoeven
2025-03-27 14:00 ` Krzysztof Kozlowski [this message]
2025-03-27 12:27 ` Wolfram Sang
2025-03-27 14:22 ` Krzysztof Kozlowski
2025-03-27 16:44 ` Wolfram Sang
2025-03-28 7:44 ` Krzysztof Kozlowski
2025-03-28 11:36 ` Wolfram Sang
2025-03-28 15:09 ` Lad, Prabhakar
2025-03-26 19:11 ` [PATCH 00/15] Add support for Renesas RZ/V2N SoC and EVK Rob Herring (Arm)
2025-03-26 19:21 ` Lad, Prabhakar
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=01d8b588-528f-4b50-a4ec-35645bb5f3cd@kernel.org \
--to=krzk@kernel.org \
--cc=biju.das.jz@bp.renesas.com \
--cc=catalin.marinas@arm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=fabrizio.castro.jz@renesas.com \
--cc=geert@linux-m68k.org \
--cc=gregkh@linuxfoundation.org \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mturquette@baylibre.com \
--cc=prabhakar.csengg@gmail.com \
--cc=prabhakar.mahadev-lad.rj@bp.renesas.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=ulf.hansson@linaro.org \
--cc=will@kernel.org \
--cc=wsa+renesas@sang-engineering.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).