* [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates
@ 2015-12-11 10:45 Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 1/3] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-12-11 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon, Magnus, arm-soc,
Here are a few updates for the ARM multi_v7 defconfig.
They are equivalent to the updates for shmobile_defconfig that have just
been accepted by Simon.
This is against renesas-devel-20151211v2-v4.4-rc4.
There's a small conflict when applying to arm-soc/for-next, so Simon's
tree looks like the best way forward.
Thanks!
Geert Uytterhoeven (3):
ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on
DTSes
ARM: multi_v7_defconfig: Enable frame buffer console for
armadillo800eva
arch/arm/configs/multi_v7_defconfig | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
1.9.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] 6+ messages in thread
* [PATCH 1/3] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
2015-12-11 10:45 [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Geert Uytterhoeven
@ 2015-12-11 10:45 ` Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 2/3] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes Geert Uytterhoeven
` (2 subsequent siblings)
3 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-12-11 10:45 UTC (permalink / raw)
To: linux-arm-kernel
The Renesas R-Car (Gen1) USB PHY driver (which is being removed) does
not support DT, and is thus useless in a generic ARM multi-platform
kernel.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
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 2735bc73b2854882..e0fb5f34c0aca450 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -545,7 +545,6 @@ CONFIG_USB_GPIO_VBUS=y
CONFIG_USB_ISP1301=y
CONFIG_USB_MSM_OTG=m
CONFIG_USB_MXS_PHY=y
-CONFIG_USB_RCAR_PHY=m
CONFIG_USB_GADGET=y
CONFIG_USB_RENESAS_USBHS_UDC=m
CONFIG_USB_ETH=m
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/3] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes
2015-12-11 10:45 [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 1/3] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Geert Uytterhoeven
@ 2015-12-11 10:45 ` Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 3/3] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva Geert Uytterhoeven
2015-12-11 14:42 ` [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Arnd Bergmann
3 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-12-11 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Enable all missing support, extracted from the various Renesas ARM DTSes
using linux-config-from-dt.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/configs/multi_v7_defconfig | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index e0fb5f34c0aca450..3d3c2b8522a23a93 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -152,6 +152,7 @@ CONFIG_CAN_RAW=y
CONFIG_CAN_BCM=y
CONFIG_CAN_DEV=y
CONFIG_CAN_AT91=m
+CONFIG_CAN_RCAR=m
CONFIG_CAN_XILINXCAN=y
CONFIG_CAN_MCP251X=y
CONFIG_CAN_SUN4I=y
@@ -304,6 +305,7 @@ CONFIG_I2C_AT91=m
CONFIG_I2C_CADENCE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DIGICOLOR=m
+CONFIG_I2C_EMEV2=m
CONFIG_I2C_GPIO=m
CONFIG_I2C_EXYNOS5=y
CONFIG_I2C_MV64XXX=y
@@ -384,6 +386,7 @@ CONFIG_EXYNOS_THERMAL=m
CONFIG_ST_THERMAL_SYSCFG=y
CONFIG_ST_THERMAL_MEMMAP=y
CONFIG_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=m
CONFIG_XILINX_WATCHDOG=y
CONFIG_ARM_SP805_WATCHDOG=y
CONFIG_ORION_WATCHDOG=y
@@ -400,6 +403,7 @@ CONFIG_MFD_AXP20X=y
CONFIG_MFD_CROS_EC=y
CONFIG_MFD_CROS_EC_I2C=m
CONFIG_MFD_CROS_EC_SPI=y
+CONFIG_MFD_DA9063=m
CONFIG_MFD_MAX14577=y
CONFIG_MFD_MAX77686=y
CONFIG_MFD_MAX77693=y
@@ -457,6 +461,7 @@ CONFIG_SOC_CAMERA=m
CONFIG_SOC_CAMERA_PLATFORM=m
CONFIG_VIDEO_RCAR_VIN=m
CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_JPU=m
CONFIG_VIDEO_RENESAS_VSP1=m
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
CONFIG_VIDEO_ADV7180=m
@@ -611,6 +616,7 @@ CONFIG_RTC_DRV_TPS65910=y
CONFIG_RTC_DRV_S35390A=m
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_EM3027=y
+CONFIG_RTC_DRV_DA9063=m
CONFIG_RTC_DRV_DIGICOLOR=m
CONFIG_RTC_DRV_S5M=m
CONFIG_RTC_DRV_S3C=m
@@ -630,6 +636,7 @@ CONFIG_MV_XOR=y
CONFIG_TEGRA20_APB_DMA=y
CONFIG_SH_DMAE=y
CONFIG_RCAR_DMAC=y
+CONFIG_RENESAS_USB_DMAC=m
CONFIG_STE_DMA40=y
CONFIG_SIRF_DMA=y
CONFIG_TI_EDMA=y
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva
2015-12-11 10:45 [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 1/3] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 2/3] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes Geert Uytterhoeven
@ 2015-12-11 10:45 ` Geert Uytterhoeven
2015-12-11 14:42 ` [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Arnd Bergmann
3 siblings, 0 replies; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-12-11 10:45 UTC (permalink / raw)
To: linux-arm-kernel
Enabling the frame buffer device on r8a7740/armadillo800eva requires the
board staging code.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
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 3d3c2b8522a23a93..ea7c7002b1def601 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -663,6 +663,7 @@ CONFIG_QCOM_SMD_RPM=y
CONFIG_QCOM_SMEM=y
CONFIG_COMMON_CLK_QCOM=y
CONFIG_CHROME_PLATFORMS=y
+CONFIG_STAGING_BOARD=y
CONFIG_CROS_EC_CHARDEV=m
CONFIG_COMMON_CLK_MAX77686=y
CONFIG_COMMON_CLK_MAX77802=m
--
1.9.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates
2015-12-11 10:45 [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Geert Uytterhoeven
` (2 preceding siblings ...)
2015-12-11 10:45 ` [PATCH 3/3] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva Geert Uytterhoeven
@ 2015-12-11 14:42 ` Arnd Bergmann
2015-12-14 5:13 ` Simon Horman
3 siblings, 1 reply; 6+ messages in thread
From: Arnd Bergmann @ 2015-12-11 14:42 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 11 December 2015 11:45:24 Geert Uytterhoeven wrote:
> Hi Simon, Magnus, arm-soc,
>
> Here are a few updates for the ARM multi_v7 defconfig.
> They are equivalent to the updates for shmobile_defconfig that have just
> been accepted by Simon.
>
> This is against renesas-devel-20151211v2-v4.4-rc4.
> There's a small conflict when applying to arm-soc/for-next, so Simon's
> tree looks like the best way forward.
Sounds good.
The changes all look good to me,
Acked-by: Arnd Bergmann <arnd@arndb.de>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates
2015-12-11 14:42 ` [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Arnd Bergmann
@ 2015-12-14 5:13 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-12-14 5:13 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 11, 2015 at 03:42:39PM +0100, Arnd Bergmann wrote:
> On Friday 11 December 2015 11:45:24 Geert Uytterhoeven wrote:
> > Hi Simon, Magnus, arm-soc,
> >
> > Here are a few updates for the ARM multi_v7 defconfig.
> > They are equivalent to the updates for shmobile_defconfig that have just
> > been accepted by Simon.
> >
> > This is against renesas-devel-20151211v2-v4.4-rc4.
> > There's a small conflict when applying to arm-soc/for-next, so Simon's
> > tree looks like the best way forward.
>
> Sounds good.
>
> The changes all look good to me,
>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
Thanks, I have queued these up.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-12-14 5:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-11 10:45 [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 1/3] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 2/3] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes Geert Uytterhoeven
2015-12-11 10:45 ` [PATCH 3/3] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva Geert Uytterhoeven
2015-12-11 14:42 ` [PATCH 0/3] ARM: multi_v7_defconfig: Misc shmobile updates Arnd Bergmann
2015-12-14 5:13 ` Simon Horman
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).