All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates
@ 2020-08-19 10:09 Geert Uytterhoeven
  2020-08-19 10:09 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Enable RPC-IF support Geert Uytterhoeven
  2020-08-19 10:09 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v5.9-rc1 Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-08-19 10:09 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

	Hi all,

This patch series contains two updates for the defconfig for Renesas
R-Car Gen3 and RZ/G2 systems.

As usual, these are not intended for upstream merge, but to be applied
to my topic/renesas-defconfig branch.

Thanks for your comments!

Geert Uytterhoeven (2):
  [LOCAL] arm64: renesas: defconfig: Enable RPC-IF support
  [LOCAL] arm64: renesas: defconfig: Refresh for v5.9-rc1

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

-- 
2.17.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] 3+ messages in thread

* [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Enable RPC-IF support
  2020-08-19 10:09 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
@ 2020-08-19 10:09 ` Geert Uytterhoeven
  2020-08-19 10:09 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v5.9-rc1 Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-08-19 10:09 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Renesas SPI Multi I/O Bus Controller (RPC-IF),
which is used on the Condor, Eagle, V3HSK, and V3MSK boards.

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

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 8cec36543ae8e441..c96094352bee6756 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -144,6 +144,7 @@ CONFIG_I2C_DESIGNWARE_PLATFORM=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
+CONFIG_SPI_RPCIF=y
 CONFIG_SPI_SH_MSIOF=y
 CONFIG_SPI_SPIDEV=y
 CONFIG_SPMI=y
@@ -317,6 +318,8 @@ CONFIG_ARCH_R8A77980=y
 CONFIG_ARCH_R8A77990=y
 CONFIG_ARCH_R8A77995=y
 CONFIG_EXTCON_USB_GPIO=y
+CONFIG_MEMORY=y
+CONFIG_RENESAS_RPCIF=y
 CONFIG_IIO=y
 CONFIG_MAX9611=y
 CONFIG_PWM=y
-- 
2.17.1


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

* [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v5.9-rc1
  2020-08-19 10:09 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
  2020-08-19 10:09 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Enable RPC-IF support Geert Uytterhoeven
@ 2020-08-19 10:09 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-08-19 10:09 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Refresh the defconfig for Renesas R-Car Gen3 and RZ/G2 systems:
  - Disable CONFIG_ARM64_TLB_RANGE (R-Car Gen3 is not ARMv8.4-TLBI),
  - Disable CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER (should not
    default to yes),
  - Drop CONFIG_BACKLIGHT_GENERIC=n (removed in commit 7ecdea4a0226f6c5
    ("backlight: generic_bl: Remove this driver as it is unused")).

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

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index c96094352bee6756..04fc9365af4872db 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -50,6 +50,7 @@ CONFIG_COMPAT=y
 # CONFIG_ARM64_RAS_EXTN is not set
 # CONFIG_ARM64_PTR_AUTH is not set
 # CONFIG_ARM64_AMU_EXTN is not set
+# CONFIG_ARM64_TLB_RANGE is not set
 # CONFIG_ARM64_BTI is not set
 # CONFIG_ARM64_E0PD is not set
 # CONFIG_ARCH_RANDOM is not set
@@ -60,6 +61,7 @@ CONFIG_ARM_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
 # CONFIG_DMIID is not set
+# CONFIG_EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER is not set
 CONFIG_VIRTUALIZATION=y
 CONFIG_KVM=y
 CONFIG_ARM64_CRYPTO=y
@@ -238,7 +240,6 @@ CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
 CONFIG_DRM_DW_HDMI_CEC=y
 CONFIG_FB_MODE_HELPERS=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
-# CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_LOGO=y
 # CONFIG_LOGO_LINUX_MONO is not set
-- 
2.17.1


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

end of thread, other threads:[~2020-08-19 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 10:09 [PATCH/LOCAL 0/2] arm64: renesas: defconfig: Updates Geert Uytterhoeven
2020-08-19 10:09 ` [PATCH/LOCAL 1/2] arm64: renesas: defconfig: Enable RPC-IF support Geert Uytterhoeven
2020-08-19 10:09 ` [PATCH/LOCAL 2/2] arm64: renesas: defconfig: Refresh for v5.9-rc1 Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.