* [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
@ 2015-03-20 1:07 ` Simon Horman
2015-03-20 1:07 ` [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver " Simon Horman
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-03-20 1:07 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b170360..21851f8 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -12,6 +12,7 @@ CONFIG_SLAB=y
CONFIG_ARCH_SHMOBILE_MULTI=y
CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
+CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
@@ -121,6 +122,7 @@ CONFIG_REGULATOR=y
CONFIG_REGULATOR_AS3711=y
CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_GPIO=y
+CONFIG_REGULATOR_MAX8973=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
CONFIG_MEDIA_CONTROLLER=y
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
2015-03-20 1:07 ` [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig Simon Horman
@ 2015-03-20 1:07 ` Simon Horman
2015-03-20 1:07 ` [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y Simon Horman
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-03-20 1:07 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
This is used on R-Mobile APE6 (r8a73a4), R-Mobile A1 (r8a7740), and
SH-Mobile AG5 (sh73a0).
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 21851f8..d206041 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -110,6 +110,9 @@ CONFIG_SPI_SH_HSPI=y
CONFIG_GPIO_EM=y
CONFIG_GPIO_RCAR=y
CONFIG_GPIO_PCF857X=y
+CONFIG_POWER_SUPPLY=y
+CONFIG_POWER_RESET=y
+CONFIG_POWER_RESET_RMOBILE=y
# CONFIG_HWMON is not set
CONFIG_THERMAL=y
CONFIG_CPU_THERMAL=y
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
@ 2015-03-20 1:07 Simon Horman
2015-03-20 1:07 ` [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig Simon Horman
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Simon Horman @ 2015-03-20 1:07 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v4.1.
I have been holding off on this for a while as the patches to
enable multiplatform builds for the bockw and ape6evm boards only
really make sense with the following two pull requests applied.
Please consider those pull requests first.
* Renesas ARM Based SoC r8a73a4 CCF and Multiplatform Updates for v4.1
* Renesas ARM Based SoC sh73a0 Multiplatform Updates for v4.1
The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.1
for you to fetch changes up to bb3ab878a29a3879669bb922bebce87b9a9af755:
ARM: shmobile: Enable bockw board in multiplatform defconfig (2015-03-05 09:20:26 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.1
Multiplatform defconfig updates
* Enable bockw and ape6evm boards
* Drop useless SERIAL_8250_EXTENDED=y
* Enable R-Mobile reset
----------------------------------------------------------------
Geert Uytterhoeven (4):
ARM: shmobile: Enable ape6evm board in multiplatform defconfig
ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y
ARM: shmobile: Enable bockw board in multiplatform defconfig
arch/arm/configs/shmobile_defconfig | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
2015-03-20 1:07 ` [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig Simon Horman
2015-03-20 1:07 ` [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver " Simon Horman
@ 2015-03-20 1:07 ` Simon Horman
2015-03-20 1:07 ` [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig Simon Horman
2015-04-03 17:53 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Olof Johansson
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-03-20 1:07 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
SERIAL_8250_EXTENDED only serves as a guard for other Kconfig options,
none of which is enabled in shmobile_defconfig.
Signed-off-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 deletion(-)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d206041..1155415 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -93,7 +93,6 @@ CONFIG_INPUT_ADXL34X=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
-CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_EM=y
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=20
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
` (2 preceding siblings ...)
2015-03-20 1:07 ` [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y Simon Horman
@ 2015-03-20 1:07 ` Simon Horman
2015-04-03 17:53 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Olof Johansson
4 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-03-20 1:07 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 1155415..b58618e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -14,6 +14,7 @@ CONFIG_ARCH_EMEV2=y
CONFIG_ARCH_R7S72100=y
CONFIG_ARCH_R8A73A4=y
CONFIG_ARCH_R8A7740=y
+CONFIG_ARCH_R8A7778=y
CONFIG_ARCH_R8A7779=y
CONFIG_ARCH_R8A7790=y
CONFIG_ARCH_R8A7791=y
@@ -137,6 +138,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_RENESAS_VSP1=y
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
CONFIG_VIDEO_ADV7180=y
+CONFIG_VIDEO_ML86V7667=y
CONFIG_DRM=y
CONFIG_DRM_RCAR_DU=y
CONFIG_FB_SH_MOBILE_LCDC=y
@@ -171,6 +173,7 @@ CONFIG_LEDS_GPIO=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_RS5C372=y
CONFIG_RTC_DRV_S35390A=y
+CONFIG_RTC_DRV_RX8581=y
CONFIG_DMADEVICES=y
CONFIG_SH_DMAE=y
CONFIG_RCAR_DMAC=y
--
2.1.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
` (3 preceding siblings ...)
2015-03-20 1:07 ` [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig Simon Horman
@ 2015-04-03 17:53 ` Olof Johansson
4 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2015-04-03 17:53 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Mar 20, 2015 at 10:07:28AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC defconfig updates for v4.1.
>
>
> I have been holding off on this for a while as the patches to
> enable multiplatform builds for the bockw and ape6evm boards only
> really make sense with the following two pull requests applied.
> Please consider those pull requests first.
>
> * Renesas ARM Based SoC r8a73a4 CCF and Multiplatform Updates for v4.1
> * Renesas ARM Based SoC sh73a0 Multiplatform Updates for v4.1
>
>
> The following changes since commit c517d838eb7d07bbe9507871fab3931deccff539:
>
> Linux 4.0-rc1 (2015-02-22 18:21:14 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.1
>
> for you to fetch changes up to bb3ab878a29a3879669bb922bebce87b9a9af755:
>
> ARM: shmobile: Enable bockw board in multiplatform defconfig (2015-03-05 09:20:26 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-03 17:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 1:07 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
2015-03-20 1:07 ` [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig Simon Horman
2015-03-20 1:07 ` [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver " Simon Horman
2015-03-20 1:07 ` [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y Simon Horman
2015-03-20 1:07 ` [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig Simon Horman
2015-04-03 17:53 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 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).