linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Miscellaneous updates
@ 2022-06-10 10:05 Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Refresh for v5.19-rc1 Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-10 10:05 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

	Hi all,

Here is a set of updates for the defconfig for Renesas ARM systems.
As usual, this is not intended for upstream merge, but to be applied to
the topic/renesas-defconfig branch of my renesas-devel repository.

Thanks for your comments!

Geert Uytterhoeven (3):
  arm64: renesas: defconfig: Refresh for v5.19-rc1
  arm64: renesas: defconfig: Enable HyperFlash support
  arm64: renesas: defconfig: Enable PSCI CPU idle Driver

 arch/arm64/configs/renesas_defconfig | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

-- 
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Refresh for v5.19-rc1
  2022-06-10 10:05 [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Miscellaneous updates Geert Uytterhoeven
@ 2022-06-10 10:05 ` Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 2/3] arm64: renesas: defconfig: Enable HyperFlash support Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 3/3] arm64: renesas: defconfig: Enable PSCI CPU idle Driver Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-10 10:05 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Refresh the defconfig for Renesas ARM systems:
  - Move CONFIG_COMPAT_BRK=n (moved in commit 0710d0122abc93ad ("mm:
    Kconfig: reorganize misplaced mm options")),
  - Disable CONFIG_ARM64_SME (Renesas SoCs are not ARMv9),
  - Enable R-Car V4H (R8A779G0) SoC support,
  - Enable RZ/G2UL (R9A07G043) SoC support,
  - Enable RZ/V2M (R9A09G011) SoC support, incl. its UART.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.
---
 arch/arm64/configs/renesas_defconfig | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 4f7421ba76fa9fe9..6f823054a525719e 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -24,7 +24,6 @@ CONFIG_CGROUP_PERF=y
 CONFIG_USER_NS=y
 CONFIG_SCHED_AUTOGROUP=y
 CONFIG_BLK_DEV_INITRD=y
-# CONFIG_COMPAT_BRK is not set
 CONFIG_PROFILING=y
 CONFIG_ARCH_RENESAS=y
 # CONFIG_ARM64_ERRATUM_1542419 is not set
@@ -63,6 +62,7 @@ CONFIG_COMPAT=y
 # CONFIG_ARCH_RANDOM is not set
 # CONFIG_ARM64_MTE is not set
 # CONFIG_ARM64_EPAN is not set
+# CONFIG_ARM64_SME is not set
 CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_CPU_IDLE=y
@@ -80,6 +80,7 @@ CONFIG_CRYPTO_AES_ARM64_CE_BLK=y
 CONFIG_JUMP_LABEL=y
 CONFIG_BLK_DEV_INTEGRITY=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+# CONFIG_COMPAT_BRK is not set
 CONFIG_KSM=y
 CONFIG_TRANSPARENT_HUGEPAGE=y
 CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y
@@ -149,6 +150,15 @@ CONFIG_KEYBOARD_GPIO=y
 # CONFIG_MOUSE_PS2 is not set
 CONFIG_INPUT_MISC=y
 # CONFIG_SERIO is not set
+CONFIG_SERIAL_8250=y
+# CONFIG_SERIAL_8250_DEPRECATED_OPTIONS is not set
+# CONFIG_SERIAL_8250_16550A_VARIANTS is not set
+CONFIG_SERIAL_8250_CONSOLE=y
+# CONFIG_SERIAL_8250_PCI is not set
+CONFIG_SERIAL_8250_NR_UARTS=2
+CONFIG_SERIAL_8250_RUNTIME_UARTS=2
+CONFIG_SERIAL_8250_EM=y
+# CONFIG_SERIAL_8250_PERICOM is not set
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_DEV_BUS=y
 CONFIG_VIRTIO_CONSOLE=y
@@ -345,12 +355,15 @@ CONFIG_ARCH_R8A779F0=y
 CONFIG_ARCH_R8A77980=y
 CONFIG_ARCH_R8A77970=y
 CONFIG_ARCH_R8A779A0=y
+CONFIG_ARCH_R8A779G0=y
 CONFIG_ARCH_R8A774C0=y
 CONFIG_ARCH_R8A774E1=y
 CONFIG_ARCH_R8A774A1=y
 CONFIG_ARCH_R8A774B1=y
+CONFIG_ARCH_R9A07G043=y
 CONFIG_ARCH_R9A07G044=y
 CONFIG_ARCH_R9A07G054=y
+CONFIG_ARCH_R9A09G011=y
 CONFIG_EXTCON_USB_GPIO=y
 CONFIG_MEMORY=y
 CONFIG_RENESAS_RPCIF=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH/LOCAL 2/3] arm64: renesas: defconfig: Enable HyperFlash support
  2022-06-10 10:05 [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Miscellaneous updates Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Refresh for v5.19-rc1 Geert Uytterhoeven
@ 2022-06-10 10:05 ` Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 3/3] arm64: renesas: defconfig: Enable PSCI CPU idle Driver Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-10 10:05 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable all needed options to access the HyperFlash on R-Car Gen3 and
Gen4 platforms.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.
---
 arch/arm64/configs/renesas_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 6f823054a525719e..098bd40e5915466a 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -121,7 +121,11 @@ CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_DMIID is not set
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK=y
+CONFIG_MTD_CFI_ADV_OPTIONS=y
+CONFIG_MTD_CFI_BE_BYTE_SWAP=y
 CONFIG_MTD_SPI_NOR=y
+CONFIG_MTD_HYPERBUS=y
+CONFIG_RPCIF_HYPERBUS=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_VIRTIO_BLK=y
 CONFIG_SRAM=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH/LOCAL 3/3] arm64: renesas: defconfig: Enable PSCI CPU idle Driver
  2022-06-10 10:05 [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Miscellaneous updates Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Refresh for v5.19-rc1 Geert Uytterhoeven
  2022-06-10 10:05 ` [PATCH/LOCAL 2/3] arm64: renesas: defconfig: Enable HyperFlash support Geert Uytterhoeven
@ 2022-06-10 10:05 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2022-06-10 10:05 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable the PSCI CPU idle Driver, which is capable of detecting and
managing idle states through the PSCI firmware interface.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Not intended for upstream merge.
To be applied to the topic/renesas-defconfig branch.
---
 arch/arm64/configs/renesas_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 098bd40e5915466a..f38272a641873016 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -67,6 +67,7 @@ CONFIG_HIBERNATION=y
 CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
 CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
+CONFIG_ARM_PSCI_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
 CONFIG_VIRTUALIZATION=y
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-10 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 10:05 [PATCH/LOCAL 0/3] arm64: renesas: defconfig: Miscellaneous updates Geert Uytterhoeven
2022-06-10 10:05 ` [PATCH/LOCAL 1/3] arm64: renesas: defconfig: Refresh for v5.19-rc1 Geert Uytterhoeven
2022-06-10 10:05 ` [PATCH/LOCAL 2/3] arm64: renesas: defconfig: Enable HyperFlash support Geert Uytterhoeven
2022-06-10 10:05 ` [PATCH/LOCAL 3/3] arm64: renesas: defconfig: Enable PSCI CPU idle Driver Geert Uytterhoeven

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).