linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1
@ 2020-06-24 13:30 Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 1/7] arm64: renesas: defconfig: Refresh " Geert Uytterhoeven
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

	Hi all,

This patch series refreshes the defconfig for Renesas R-Car Gen3 and
RZ/G2 boards for v5.8-rc1, and enables missing support.

This is not intended for upstream merge, but I intend to apply this to
the topic/renesas-defconfig branch of my renesas-drivers repository.
I also plan to send a similar (but modular) version for the arm64
defconfig.

Thanks for your comments!

Geert Uytterhoeven (7):
  arm64: renesas: defconfig: Refresh for v5.8-rc1
  arm64: renesas: defconfig: Enable WL1837 support
  arm64: renesas: defconfig: Enable GETHER support
  arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support
  arm64: renesas: defconfig: Enable IMX219 and OV5645 support
  arm64: renesas: defconfig: Enable ADV7511 support
  arm64: renesas: defconfig: Enable HD3SS3220 support

 arch/arm64/configs/renesas_defconfig | 32 +++++++++++++++++++++-------
 1 file changed, 24 insertions(+), 8 deletions(-)

-- 
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] 9+ messages in thread

* [PATCH/LOCAL 1/7] arm64: renesas: defconfig: Refresh for v5.8-rc1
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 2/7] arm64: renesas: defconfig: Enable WL1837 support Geert Uytterhoeven
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Refresh the defconfig for Renesas R-Car Gen3 and RZ/G2 boards:

  - Drop CONFIG_MEMCG_SWAP=y (auto-enabled since commit 2d1c498072de69e2
    ("mm: memcontrol: make swap tracking an integral part of memory
    control")),
  - Move CONFIG_HISILICON_ERRATUM_161600802 (moved in commit
    ebcea694e69270f5 ("arm64: Sort vendor-specific errata")),
  - Disable CONFIG_ARM64_BTI (R-Car Gen3 is not ARMv8.5),
  - Move CONFIG_MEDIA_SUBDRV_AUTOSELECT (moved in commit
    1b80d36aeb92a767 ("media: Kconfig: move the position of sub-driver
    autoselection")),
  - Drop CONFIG_MEDIA_CONTROLLER=y and CONFIG_VIDEO_V4L2_SUBDEV_API=y
    (auto-enabled since commit 32a363d0b0b142f3 ("media: Kconfig files:
    use select for V4L2 subdevs and MC")),
  - Enable CONFIG_MEDIA_PLATFORM_SUPPORT (needed since commit
    06b93644f4d102bd ("media: Kconfig: add an option to filter in/out
    platform drivers")),
  - Drop CONFIG_EDAC=y (depends on CONFIG_RAS, which is no longer
    auto-enabled since commit 8c8ff55b4da7c614 ("PCI/AER: Don't select
    CONFIG_PCIEAER by default")).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 9234ad482fe4c294..8a9dc37a4b32a906 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -13,7 +13,6 @@ CONFIG_TASK_IO_ACCOUNTING=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_MEMCG=y
-CONFIG_MEMCG_SWAP=y
 CONFIG_BLK_CGROUP=y
 CONFIG_CGROUP_PIDS=y
 CONFIG_CGROUP_HUGETLB=y
@@ -34,11 +33,11 @@ CONFIG_ARCH_RENESAS=y
 # CONFIG_CAVIUM_ERRATUM_27456 is not set
 # CONFIG_CAVIUM_ERRATUM_30115 is not set
 # CONFIG_CAVIUM_TX2_ERRATUM_219 is not set
+# CONFIG_HISILICON_ERRATUM_161600802 is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1003 is not set
 # CONFIG_QCOM_FALKOR_ERRATUM_1009 is not set
 # CONFIG_QCOM_QDF2400_ERRATUM_0065 is not set
 # CONFIG_SOCIONEXT_SYNQUACER_PREITS is not set
-# CONFIG_HISILICON_ERRATUM_161600802 is not set
 CONFIG_ARM64_VA_BITS_48=y
 CONFIG_SCHED_MC=y
 CONFIG_NR_CPUS=8
@@ -51,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_BTI is not set
 # CONFIG_ARM64_E0PD is not set
 # CONFIG_ARCH_RANDOM is not set
 CONFIG_HIBERNATION=y
@@ -156,10 +156,10 @@ CONFIG_REGULATOR_BD9571MWV=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_PWM=y
 CONFIG_MEDIA_SUPPORT=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_MEDIA_SDR_SUPPORT=y
-CONFIG_MEDIA_CONTROLLER=y
-CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_RCAR_CSI2=y
 CONFIG_VIDEO_RCAR_VIN=y
@@ -169,7 +169,6 @@ CONFIG_VIDEO_RENESAS_FCP=y
 CONFIG_VIDEO_RENESAS_VSP1=y
 CONFIG_SDR_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_RCAR_DRIF=y
-# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_VIDEO_ADV748X=y
 # CONFIG_MEDIA_TUNER_SIMPLE is not set
 # CONFIG_MEDIA_TUNER_TDA18250 is not set
@@ -266,7 +265,6 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
-CONFIG_EDAC=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_RX8581=y
 CONFIG_DMADEVICES=y
-- 
2.17.1


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

* [PATCH/LOCAL 2/7] arm64: renesas: defconfig: Enable WL1837 support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 1/7] arm64: renesas: defconfig: Refresh " Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 3/7] arm64: renesas: defconfig: Enable GETHER support Geert Uytterhoeven
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Texas Instruments WL1837 Wi-Fi and Bluetooth
module, which is used on the HiHope RZ/G2[MN] and Silicon Linux RZ/G2E
boards.

Drop CONFIG_LEDS_TRIGGERS=y, as it is selected by CONFIG_BT_LEDS and
CONFIG_MAC80211_LEDS.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 8a9dc37a4b32a906..1b626e1894bb90c8 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -87,6 +87,13 @@ CONFIG_NETFILTER=y
 CONFIG_CAN=y
 CONFIG_CAN_RCAR=y
 CONFIG_CAN_RCAR_CANFD=y
+CONFIG_BT=y
+CONFIG_BT_LEDS=y
+CONFIG_BT_HCIUART=y
+CONFIG_BT_HCIUART_LL=y
+CONFIG_CFG80211=y
+CONFIG_MAC80211=y
+CONFIG_MAC80211_LEDS=y
 CONFIG_PCI=y
 CONFIG_PCIEPORTBUS=y
 CONFIG_HOTPLUG_PCI_PCIE=y
@@ -116,7 +123,8 @@ CONFIG_RAVB=y
 CONFIG_MDIO_BUS_MUX_MMIOREG=y
 CONFIG_MICREL_PHY=y
 CONFIG_REALTEK_PHY=y
-# CONFIG_WLAN is not set
+CONFIG_WLCORE=y
+CONFIG_WLCORE_SDIO=y
 CONFIG_INPUT_MATRIXKMAP=y
 CONFIG_INPUT_EVDEV=y
 # CONFIG_KEYBOARD_ATKBD is not set
@@ -125,6 +133,7 @@ CONFIG_KEYBOARD_GPIO=y
 CONFIG_INPUT_MISC=y
 # CONFIG_SERIO is not set
 CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_DEV_BUS=y
 CONFIG_VIRTIO_CONSOLE=y
 # CONFIG_HW_RANDOM is not set
 CONFIG_I2C_CHARDEV=y
@@ -261,7 +270,6 @@ CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
 CONFIG_LEDS_PWM=y
-CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
-- 
2.17.1


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

* [PATCH/LOCAL 3/7] arm64: renesas: defconfig: Enable GETHER support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 1/7] arm64: renesas: defconfig: Refresh " Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 2/7] arm64: renesas: defconfig: Enable WL1837 support Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support Geert Uytterhoeven
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Gigabit Ethernet Controller on R-Car V3H, which
is used on the Condor and V3HSK boards.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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 1b626e1894bb90c8..a5b3c987680516b8 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -119,6 +119,7 @@ CONFIG_SATA_RCAR=y
 CONFIG_NETDEVICES=y
 CONFIG_TUN=y
 CONFIG_VIRTIO_NET=y
+CONFIG_SH_ETH=y
 CONFIG_RAVB=y
 CONFIG_MDIO_BUS_MUX_MMIOREG=y
 CONFIG_MICREL_PHY=y
-- 
2.17.1


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

* [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2020-06-24 13:30 ` [PATCH/LOCAL 3/7] arm64: renesas: defconfig: Enable GETHER support Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-25  8:52   ` Sergei Shtylyov
  2020-06-24 13:30 ` [PATCH/LOCAL 5/7] arm64: renesas: defconfig: Enable IMX219 and OV5645 support Geert Uytterhoeven
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Analog Devices ADV71780 video decoder and ADV7604
HDMI receiver, which are used on the Draak board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 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 a5b3c987680516b8..0d4c7597f7d65258 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -179,7 +179,10 @@ CONFIG_VIDEO_RENESAS_FCP=y
 CONFIG_VIDEO_RENESAS_VSP1=y
 CONFIG_SDR_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_RCAR_DRIF=y
+CONFIG_VIDEO_ADV7180=y
 CONFIG_VIDEO_ADV748X=y
+CONFIG_VIDEO_ADV7604=y
+CONFIG_VIDEO_ADV7604_CEC=y
 # CONFIG_MEDIA_TUNER_SIMPLE is not set
 # CONFIG_MEDIA_TUNER_TDA18250 is not set
 # CONFIG_MEDIA_TUNER_TDA8290 is not set
-- 
2.17.1


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

* [PATCH/LOCAL 5/7] arm64: renesas: defconfig: Enable IMX219 and OV5645 support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2020-06-24 13:30 ` [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 6/7] arm64: renesas: defconfig: Enable ADV7511 support Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 7/7] arm64: renesas: defconfig: Enable HD3SS3220 support Geert Uytterhoeven
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Sony IMX219 and OmniVision OV5645 cameras, which
are used on the AISTARVISION MIPI Adapter V2.1.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index 0d4c7597f7d65258..dd1619e8ccd34d96 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -183,6 +183,8 @@ CONFIG_VIDEO_ADV7180=y
 CONFIG_VIDEO_ADV748X=y
 CONFIG_VIDEO_ADV7604=y
 CONFIG_VIDEO_ADV7604_CEC=y
+CONFIG_VIDEO_IMX219=y
+CONFIG_VIDEO_OV5645=y
 # CONFIG_MEDIA_TUNER_SIMPLE is not set
 # CONFIG_MEDIA_TUNER_TDA18250 is not set
 # CONFIG_MEDIA_TUNER_TDA8290 is not set
-- 
2.17.1


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

* [PATCH/LOCAL 6/7] arm64: renesas: defconfig: Enable ADV7511 support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2020-06-24 13:30 ` [PATCH/LOCAL 5/7] arm64: renesas: defconfig: Enable IMX219 and OV5645 support Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  2020-06-24 13:30 ` [PATCH/LOCAL 7/7] arm64: renesas: defconfig: Enable HD3SS3220 support Geert Uytterhoeven
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Analog Devices ADV7511 video encoder, which is
used on various boards (Condor, Draak, Eagle, Ebisu, V3HSK, and V3MSK).

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index dd1619e8ccd34d96..d761bdfd0b9da95f 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -230,6 +230,8 @@ CONFIG_DRM_PANEL_LVDS=y
 CONFIG_DRM_DISPLAY_CONNECTOR=y
 CONFIG_DRM_SIMPLE_BRIDGE=y
 CONFIG_DRM_THINE_THC63LVD1024=y
+CONFIG_DRM_I2C_ADV7511=y
+CONFIG_DRM_I2C_ADV7511_AUDIO=y
 CONFIG_DRM_DW_HDMI_AHB_AUDIO=y
 CONFIG_DRM_DW_HDMI_I2S_AUDIO=y
 CONFIG_DRM_DW_HDMI_CEC=y
-- 
2.17.1


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

* [PATCH/LOCAL 7/7] arm64: renesas: defconfig: Enable HD3SS3220 support
  2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
                   ` (5 preceding siblings ...)
  2020-06-24 13:30 ` [PATCH/LOCAL 6/7] arm64: renesas: defconfig: Enable ADV7511 support Geert Uytterhoeven
@ 2020-06-24 13:30 ` Geert Uytterhoeven
  6 siblings, 0 replies; 9+ messages in thread
From: Geert Uytterhoeven @ 2020-06-24 13:30 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, Geert Uytterhoeven

Enable support for the Texas Instruments HD3SS3220 USB Type-C
controller, which is used on the Silicon Linux CAT874 RZ/G2E board.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/configs/renesas_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/renesas_defconfig b/arch/arm64/configs/renesas_defconfig
index d761bdfd0b9da95f..f7b43ed12fef707b 100644
--- a/arch/arm64/configs/renesas_defconfig
+++ b/arch/arm64/configs/renesas_defconfig
@@ -272,6 +272,8 @@ CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_USB_RENESAS_USB3=y
 CONFIG_USB_SNP_UDC_PLAT=y
 CONFIG_USB_BDC_UDC=y
+CONFIG_TYPEC=y
+CONFIG_TYPEC_HD3SS3220=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
 CONFIG_NEW_LEDS=y
-- 
2.17.1


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

* Re: [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support
  2020-06-24 13:30 ` [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support Geert Uytterhoeven
@ 2020-06-25  8:52   ` Sergei Shtylyov
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Shtylyov @ 2020-06-25  8:52 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm; +Cc: linux-renesas-soc

On 24.06.2020 16:30, Geert Uytterhoeven wrote:

> Enable support for the Analog Devices ADV71780 video decoder and ADV7604

   ADV7180? :-)

> HDMI receiver, which are used on the Draak board.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
[...]

MBR, Sergei

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

end of thread, other threads:[~2020-06-25  8:53 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-24 13:30 [PATCH/LOCAL 0/7] arm64: renesas: defconfig: Update for v5.8-rc1 Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 1/7] arm64: renesas: defconfig: Refresh " Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 2/7] arm64: renesas: defconfig: Enable WL1837 support Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 3/7] arm64: renesas: defconfig: Enable GETHER support Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 4/7] arm64: renesas: defconfig: Enable ADV7180 and ADV7604 support Geert Uytterhoeven
2020-06-25  8:52   ` Sergei Shtylyov
2020-06-24 13:30 ` [PATCH/LOCAL 5/7] arm64: renesas: defconfig: Enable IMX219 and OV5645 support Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 6/7] arm64: renesas: defconfig: Enable ADV7511 support Geert Uytterhoeven
2020-06-24 13:30 ` [PATCH/LOCAL 7/7] arm64: renesas: defconfig: Enable HD3SS3220 support 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).