* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18
@ 2018-05-18 11:16 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] ARM: shmobile: defconfig: Enable r8a77470 SoC Simon Horman
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v4.18.
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.18
for you to fetch changes up to eedd7902366b17f95f4fe687c54dcfa186a53158:
ARM: multi_v7_defconfig: Enable RENESAS_WDT (2018-05-16 11:08:35 +0200)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.18
* Enable in shmobile and multi_v7 defconfigs to give wider test coverage:
- Recently mainlined support for RZ/G1C (r8a77470) SoC
- Renesas Watchdog (RENESAS_WDT) which is used on
R-Car Gen2 and RZ/G1 platforms.
* Disable in shmobile and multi_v7 defconfigs to avoid unecessary bloat:
FB_SH_MOBILE_MERAM the last user of which was removed in v4.1 by
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code").
----------------------------------------------------------------
Biju Das (2):
ARM: shmobile: defconfig: Enable r8a77470 SoC
ARM: multi_v7_defconfig: Enable r8a77470 SoC
Fabrizio Castro (1):
ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN
Geert Uytterhoeven (2):
ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
ARM: multi_v7_defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
Simon Horman (1):
ARM: multi_v7_defconfig: Enable RENESAS_WDT
arch/arm/configs/multi_v7_defconfig | 3 ++-
arch/arm/configs/shmobile_defconfig | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/6] ARM: shmobile: defconfig: Enable r8a77470 SoC
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] ARM: multi_v7_defconfig: " Simon Horman
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
Enable recently added r8a77470 (RZ/G1C) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index a701601fbd76..dc650db70063 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -14,6 +14,7 @@ CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7743=y
CONFIG_ARCH_R8A7745=y
+CONFIG_ARCH_R8A77470=y
CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/6] ARM: multi_v7_defconfig: Enable r8a77470 SoC
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] ARM: shmobile: defconfig: Enable r8a77470 SoC Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 3/6] ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM Simon Horman
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Biju Das <biju.das@bp.renesas.com>
Enable recently added r8a77470 (RZ/G1C) SoC.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e6b3c96d4c09..861403da4b10 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -90,6 +90,7 @@ CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7743=y
CONFIG_ARCH_R8A7745=y
+CONFIG_ARCH_R8A77470=y
CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/6] ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] ARM: shmobile: defconfig: Enable r8a77470 SoC Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] ARM: multi_v7_defconfig: " Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 4/6] ARM: multi_v7_defconfig: " Simon Horman
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
The last Renesas ARM platform using this driver was removed in commit
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index dc650db70063..dd95d395f565 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -157,7 +157,6 @@ CONFIG_DRM_DUMB_VGA_DAC=y
CONFIG_DRM_I2C_ADV7511=y
CONFIG_DRM_I2C_ADV7511_AUDIO=y
CONFIG_FB_SH_MOBILE_LCDC=y
-CONFIG_FB_SH_MOBILE_MERAM=y
# CONFIG_LCD_CLASS_DEVICE is not set
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_PWM=y
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/6] ARM: multi_v7_defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
` (2 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 3/6] ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 5/6] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN Simon Horman
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
The last Renesas ARM platform using this driver was removed in commit
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 861403da4b10..c6042475bece 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -651,7 +651,6 @@ CONFIG_FB_EFI=y
CONFIG_FB_WM8505=y
CONFIG_FB_SH_MOBILE_LCDC=y
CONFIG_FB_SIMPLE=y
-CONFIG_FB_SH_MOBILE_MERAM=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
CONFIG_LCD_PLATFORM=m
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/6] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
` (3 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 4/6] ARM: multi_v7_defconfig: " Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-18 11:16 ` [PATCH 6/6] ARM: multi_v7_defconfig: Enable RENESAS_WDT Simon Horman
2018-05-26 19:37 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
R-Car Gen2 and RZ/G1 platforms come with a watchdog IP, therefore enable
its driver by default.
Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index dd95d395f565..b49887e86a3d 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -128,6 +128,7 @@ CONFIG_CPU_THERMAL=y
CONFIG_RCAR_THERMAL=y
CONFIG_WATCHDOG=y
CONFIG_DA9063_WATCHDOG=y
+CONFIG_RENESAS_WDT=y
CONFIG_MFD_AS3711=y
CONFIG_MFD_DA9063=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/6] ARM: multi_v7_defconfig: Enable RENESAS_WDT
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
` (4 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 5/6] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN Simon Horman
@ 2018-05-18 11:16 ` Simon Horman
2018-05-26 19:37 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2018-05-18 11:16 UTC (permalink / raw)
To: linux-arm-kernel
R-Car Gen2 and RZ/G1 platforms come with a watchdog IP, therefore enable
its driver by default. It is enabled as a module to avoid increasing
the kernel image size.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/multi_v7_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index c6042475bece..374a40945b0f 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -498,6 +498,7 @@ CONFIG_TEGRA_WATCHDOG=m
CONFIG_MESON_WATCHDOG=y
CONFIG_DW_WATCHDOG=y
CONFIG_DIGICOLOR_WATCHDOG=y
+CONFIG_RENESAS_WDT=m
CONFIG_BCM2835_WDT=y
CONFIG_BCM47XX_WDT=y
CONFIG_BCM7038_WDT=m
--
2.11.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
` (5 preceding siblings ...)
2018-05-18 11:16 ` [PATCH 6/6] ARM: multi_v7_defconfig: Enable RENESAS_WDT Simon Horman
@ 2018-05-26 19:37 ` Olof Johansson
6 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2018-05-26 19:37 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, May 18, 2018 at 01:16:25PM +0200, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC defconfig updates for v4.18.
>
>
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
>
> Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
>
> are available in the git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.18
>
> for you to fetch changes up to eedd7902366b17f95f4fe687c54dcfa186a53158:
>
> ARM: multi_v7_defconfig: Enable RENESAS_WDT (2018-05-16 11:08:35 +0200)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-05-26 19:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-18 11:16 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Simon Horman
2018-05-18 11:16 ` [PATCH 1/6] ARM: shmobile: defconfig: Enable r8a77470 SoC Simon Horman
2018-05-18 11:16 ` [PATCH 2/6] ARM: multi_v7_defconfig: " Simon Horman
2018-05-18 11:16 ` [PATCH 3/6] ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM Simon Horman
2018-05-18 11:16 ` [PATCH 4/6] ARM: multi_v7_defconfig: " Simon Horman
2018-05-18 11:16 ` [PATCH 5/6] ARM: shmobile: defconfig: Enable RENESAS_WDT_GEN Simon Horman
2018-05-18 11:16 ` [PATCH 6/6] ARM: multi_v7_defconfig: Enable RENESAS_WDT Simon Horman
2018-05-26 19:37 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.18 Olof Johansson
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).