All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH/LOCAL 1/4] arm64: renesas: defconfig: Disable CONFIG_SPMI
@ 2021-10-13  9:00 Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 2/4] arm64: renesas: defconfig: Refresh for v5.15-rc5 Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-10-13  9:00 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

R-Car Gen3 and RZ/G2 systems do not use the System Power Management
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 deletion(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index f57f4cf4d8cd9c34..829d459a2e1067fc 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -156,7 +156,6 @@ CONFIG_SPI=y
 CONFIG_SPI_RPCIF=y
 CONFIG_SPI_SH_MSIOF=y
 CONFIG_SPI_SPIDEV=y
-CONFIG_SPMI=y
 CONFIG_PINCTRL_SINGLE=y
 CONFIG_GPIO_RCAR=y
 CONFIG_GPIO_PCA953X=y
-- 
2.25.1


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

* [PATCH/LOCAL 2/4] arm64: renesas: defconfig: Refresh for v5.15-rc5
  2021-10-13  9:00 [PATCH/LOCAL 1/4] arm64: renesas: defconfig: Disable CONFIG_SPMI Geert Uytterhoeven
@ 2021-10-13  9:00 ` Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 3/4] arm64: renesas: defconfig: Enable CONFIG_PWM_RENESAS_TPU Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 4/4] arm64: renesas: defconfig: Enable more support for RZ/G2L Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-10-13  9:00 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Refresh the defconfig for Renesas R-Car Gen3 and RZ/G2 systems:
  - Move CONFIG_DMIID (moved in commit 951cd3a0866d29cb ("firmware:
    include drivers/firmware/Kconfig unconditionally")),

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 829d459a2e1067fc..71fb5acd98b1ff5e 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -62,7 +62,6 @@ CONFIG_CPU_IDLE=y
 CONFIG_ARM_CPUIDLE=y
 CONFIG_CPU_FREQ=y
 CONFIG_CPUFREQ_DT=y
-# CONFIG_DMIID is not set
 CONFIG_VIRTUALIZATION=y
 CONFIG_KVM=y
 CONFIG_ARM64_CRYPTO=y
@@ -111,6 +110,7 @@ CONFIG_PCI_ENDPOINT_CONFIGFS=y
 CONFIG_PCI_EPF_TEST=y
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
+# CONFIG_DMIID is not set
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_SPI_NOR=y
-- 
2.25.1


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

* [PATCH/LOCAL 3/4] arm64: renesas: defconfig: Enable CONFIG_PWM_RENESAS_TPU
  2021-10-13  9:00 [PATCH/LOCAL 1/4] arm64: renesas: defconfig: Disable CONFIG_SPMI Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 2/4] arm64: renesas: defconfig: Refresh for v5.15-rc5 Geert Uytterhoeven
@ 2021-10-13  9:00 ` Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 4/4] arm64: renesas: defconfig: Enable more support for RZ/G2L Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-10-13  9:00 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Increase build and test coverage.

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 71fb5acd98b1ff5e..45df24076e34f341 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -333,6 +333,7 @@ CONFIG_IIO=y
 CONFIG_MAX9611=y
 CONFIG_PWM=y
 CONFIG_PWM_RCAR=y
+CONFIG_PWM_RENESAS_TPU=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
 CONFIG_PHY_RCAR_GEN3_USB3=y
-- 
2.25.1


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

* [PATCH/LOCAL 4/4] arm64: renesas: defconfig: Enable more support for RZ/G2L
  2021-10-13  9:00 [PATCH/LOCAL 1/4] arm64: renesas: defconfig: Disable CONFIG_SPMI Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 2/4] arm64: renesas: defconfig: Refresh for v5.15-rc5 Geert Uytterhoeven
  2021-10-13  9:00 ` [PATCH/LOCAL 3/4] arm64: renesas: defconfig: Enable CONFIG_PWM_RENESAS_TPU Geert Uytterhoeven
@ 2021-10-13  9:00 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2021-10-13  9:00 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable more support for the RZ/G2L SoC and the RZ/G2L SMARC EVK board.

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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 45df24076e34f341..01ea7ff02d5d0f06 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -150,6 +150,7 @@ CONFIG_I2C_CHARDEV=y
 CONFIG_I2C_MUX=y
 CONFIG_I2C_MUX_PCA954x=y
 CONFIG_I2C_DESIGNWARE_PLATFORM=y
+CONFIG_I2C_RIIC=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
@@ -256,8 +257,10 @@ CONFIG_SND=y
 # CONFIG_SND_USB is not set
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_RZ=y
 CONFIG_SND_SOC_AK4613=y
 CONFIG_SND_SOC_PCM3168A_I2C=y
+CONFIG_SND_SOC_WM8978=y
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_SND_AUDIO_GRAPH_CARD=y
 CONFIG_USB=y
@@ -296,6 +299,7 @@ CONFIG_RTC_DRV_RX8581=y
 CONFIG_DMADEVICES=y
 CONFIG_RCAR_DMAC=y
 CONFIG_RENESAS_USB_DMAC=y
+CONFIG_RZ_DMAC=y
 CONFIG_VFIO=y
 CONFIG_VFIO_PCI=y
 CONFIG_VIRTIO_PCI=y
@@ -331,9 +335,11 @@ CONFIG_MEMORY=y
 CONFIG_RENESAS_RPCIF=y
 CONFIG_IIO=y
 CONFIG_MAX9611=y
+CONFIG_RZG2L_ADC=y
 CONFIG_PWM=y
 CONFIG_PWM_RCAR=y
 CONFIG_PWM_RENESAS_TPU=y
+CONFIG_RESET_RZG2L_USBPHY_CTRL=y
 CONFIG_PHY_RCAR_GEN3_PCIE=y
 CONFIG_PHY_RCAR_GEN3_USB2=y
 CONFIG_PHY_RCAR_GEN3_USB3=y
-- 
2.25.1


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

end of thread, other threads:[~2021-10-13 10:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  9:00 [PATCH/LOCAL 1/4] arm64: renesas: defconfig: Disable CONFIG_SPMI Geert Uytterhoeven
2021-10-13  9:00 ` [PATCH/LOCAL 2/4] arm64: renesas: defconfig: Refresh for v5.15-rc5 Geert Uytterhoeven
2021-10-13  9:00 ` [PATCH/LOCAL 3/4] arm64: renesas: defconfig: Enable CONFIG_PWM_RENESAS_TPU Geert Uytterhoeven
2021-10-13  9:00 ` [PATCH/LOCAL 4/4] arm64: renesas: defconfig: Enable more support for RZ/G2L 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.