Re: [PATCH v4] ARM: Add wpcm450_defconfig for Nuvoton WPCM450

From: Joel Stanley
Date: Wed Feb 01 2023 - 00:18:11 EST


On Sun, 29 Jan 2023 at 04:36, Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> wrote:
>
> On Sun, Jan 29, 2023 at 05:15:46AM +0100, Jonathan Neuschäfer wrote:
> > This defconfig aims to offer a reasonable set of defaults for all
> > systems running on a Nuvoton WPCM450 chip.
> >
> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx>
> > Reviewed-by: Joel Stanley <joel@xxxxxxxxx>
> > ---
>
> Sorry, I hadn't noticed that v3 already made it into linux-next.
>
> @Joel: I'll leave it up to you to decide whether you keep v3 or replace
> it with v4 (although given the upcoming merge window, I guess keeping v3
> is safer).

I sent v4 to the soc maintainers.

Cheers,

Joel

>
>
> Best regards,
> Jonathan
>
> > v4:
> > - Add Joel's R-b
> > - Disable CPU_FREQ
> > - Update for Linux 6.2: Enable CONFIG_SPI_WPCM_FIU, disable
> > CONFIG_LEGACY_TIOCSTI
> > - Disable CONFIG_KEXEC, which isn't generally useful for the BMC usecase
> >
> > v3:
> > - https://lore.kernel.org/lkml/20221101112134.673869-1-j.neuschaefer@xxxxxxx/
> > - Regenerate for 6.1-rc1 and enable a few Nuvoton-specific options as
> > well as the PECI subsystem
> >
> > v2:
> > - Regenerate for 5.19-rc1
> > ---
> > MAINTAINERS | 1 +
> > arch/arm/configs/wpcm450_defconfig | 211 +++++++++++++++++++++++++++++
> > 2 files changed, 212 insertions(+)
> > create mode 100644 arch/arm/configs/wpcm450_defconfig
> [...]