* [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12
@ 2013-08-07 4:23 Simon Horman
2013-08-07 4:24 ` [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig Simon Horman
` (5 more replies)
0 siblings, 6 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-07 4:23 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Arnd,
please consider these Renesas ARM based SoC defconfig updates for v3.12.
In relation to adding a new defconfig I would like to note that Magnus and
I are aware of your ongoing requests to reduce the number of shmobile
defconfigs and that we are making progress on that front in two ways:
* Two boards, and their defconfigs were scheduled for removal in v3.11
and a further two boards and their defconfigs are scheduled for removal
in v3.12.
For reference the boards are: ap5evb, bonito, ag5evm and kota2
* More importantly, we are making significant progress towards being
able to use multiplatform and thus consolidate most if not all
of the shmobile defconfigs into either a single shmobile defconfig
or a more generic ARM defconfig.
The removal of the boards mentioned above helps this process
by removing the need to update as much code. In particular code
which we have limited or no access to hardware to test.
The main remaining barrier here is common clocks which I current
expect to take a few more release cycles to get in order.
The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.12
for you to fetch changes up to 461cd47a65f5d8513a983ebd21ef7c23d4b4730f:
ARM: shmobile: ape6evm: Enable gpio-leds in defconfig (2013-08-06 10:14:09 +0900)
----------------------------------------------------------------
Renesas ARM based SoC defconfig updates for v3.12
* Enable GPIO LEDs and keys for ape6evm board
* Enable ARM_APPENDED_DTB for marzen board
* Add lager defconfig board
----------------------------------------------------------------
Simon Horman (4):
ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig
ARM: shmobile: Add lager defconfig
ARM: shmobile: ape6evm: Enable gpio-keys in defconfig
ARM: shmobile: ape6evm: Enable gpio-leds in defconfig
arch/arm/configs/ape6evm_defconfig | 6 +-
arch/arm/configs/lager_defconfig | 120 +++++++++++++++++++++++++++++++++++++
arch/arm/configs/marzen_defconfig | 1 +
3 files changed, 126 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/configs/lager_defconfig
^ permalink raw reply [flat|nested] 13+ messages in thread
* [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
@ 2013-08-07 4:24 ` Simon Horman
2013-08-07 4:24 ` [GIT PULL 2/4] ARM: shmobile: Add lager defconfig Simon Horman
` (4 subsequent siblings)
5 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-07 4:24 UTC (permalink / raw)
To: linux-arm-kernel
"ARM: shmobile: marzen: Switch to DT_MACHINE_START" moves marzen
over to use DT_MACHINE_START, however, the prevalent boot loader
does not support booting with a separate dtb. Thus, it makes
sense to use ARM_APPENDED_DTB by default.
This is consistent with other shmobile defconfigs.
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 494e70a..82e4040 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -29,6 +29,7 @@ CONFIG_AEABI=y
CONFIG_HIGHMEM=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
CONFIG_CMDLINE="console=ttySC2,115200 earlyprintk=sh-sci.2,115200 ignore_loglevel root=/dev/nfs ip=on"
CONFIG_CMDLINE_FORCE=y
CONFIG_KEXEC=y
--
1.8.3.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [GIT PULL 2/4] ARM: shmobile: Add lager defconfig
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
2013-08-07 4:24 ` [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig Simon Horman
@ 2013-08-07 4:24 ` Simon Horman
2013-08-07 4:24 ` [GIT PULL 3/4] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig Simon Horman
` (3 subsequent siblings)
5 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-07 4:24 UTC (permalink / raw)
To: linux-arm-kernel
This is intended to be used until multi-arch is able to be
used for the lager board at which time a more generic configuration
will be used in place of this one.
Acked-by: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/lager_defconfig | 120 +++++++++++++++++++++++++++++++++++++++
1 file changed, 120 insertions(+)
create mode 100644 arch/arm/configs/lager_defconfig
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
new file mode 100644
index 0000000..e777ef2
--- /dev/null
+++ b/arch/arm/configs/lager_defconfig
@@ -0,0 +1,120 @@
+CONFIG_SYSVIPC=y
+CONFIG_NO_HZ=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT\x16
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_SYSCTL_SYSCALL=y
+CONFIG_EMBEDDED=y
+CONFIG_PERF_EVENTS=y
+CONFIG_SLAB=y
+# CONFIG_LBDAF is not set
+# CONFIG_BLK_DEV_BSG is not set
+# CONFIG_IOSCHED_DEADLINE is not set
+# CONFIG_IOSCHED_CFQ is not set
+CONFIG_ARCH_SHMOBILE=y
+CONFIG_ARCH_R8A7790=y
+CONFIG_MACH_LAGER=y
+# CONFIG_SH_TIMER_TMU is not set
+# CONFIG_EM_TIMER_STI is not set
+CONFIG_ARM_ERRATA_430973=y
+CONFIG_ARM_ERRATA_458693=y
+CONFIG_ARM_ERRATA_460075=y
+CONFIG_ARM_ERRATA_743622=y
+CONFIG_ARM_ERRATA_754322=y
+CONFIG_HAVE_ARM_ARCH_TIMER=y
+CONFIG_AEABI=y
+# CONFIG_OABI_COMPAT is not set
+CONFIG_FORCE_MAX_ZONEORDER\x13
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_KEXEC=y
+CONFIG_AUTO_ZRELADDR=y
+CONFIG_VFP=y
+CONFIG_NEON=y
+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+CONFIG_PM_RUNTIME=y
+CONFIG_NET=y
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+CONFIG_INET=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
+# CONFIG_INET_XFRM_MODE_TUNNEL is not set
+# CONFIG_INET_XFRM_MODE_BEET is not set
+# CONFIG_INET_LRO is not set
+# CONFIG_INET_DIAG is not set
+# CONFIG_IPV6 is not set
+# CONFIG_WIRELESS is not set
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+CONFIG_NETDEVICES=y
+# CONFIG_NET_CORE is not set
+# CONFIG_NET_VENDOR_ARC is not set
+# CONFIG_NET_CADENCE is not set
+# CONFIG_NET_VENDOR_BROADCOM is not set
+# CONFIG_NET_VENDOR_CIRRUS is not set
+# CONFIG_NET_VENDOR_FARADAY is not set
+# CONFIG_NET_VENDOR_INTEL is not set
+# CONFIG_NET_VENDOR_MARVELL is not set
+# CONFIG_NET_VENDOR_MICREL is not set
+# CONFIG_NET_VENDOR_NATSEMI is not set
+CONFIG_SH_ETH=y
+# CONFIG_NET_VENDOR_SEEQ is not set
+# CONFIG_NET_VENDOR_SMSC is not set
+# CONFIG_NET_VENDOR_STMICRO is not set
+# CONFIG_NET_VENDOR_VIA is not set
+# CONFIG_NET_VENDOR_WIZNET is not set
+# CONFIG_WLAN is not set
+# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+CONFIG_INPUT_EVDEV=y
+# CONFIG_KEYBOARD_ATKBD is not set
+CONFIG_KEYBOARD_GPIO=y
+# CONFIG_INPUT_MOUSE is not set
+# CONFIG_SERIO is not set
+# CONFIG_LEGACY_PTYS is not set
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS\x10
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+# CONFIG_HW_RANDOM is not set
+CONFIG_I2C=y
+CONFIG_I2C_GPIO=y
+CONFIG_I2C_SH_MOBILE=y
+CONFIG_GPIO_SH_PFC=y
+CONFIG_GPIOLIB=y
+CONFIG_GPIO_RCAR=y
+# CONFIG_HWMON is not set
+CONFIG_THERMAL=y
+CONFIG_RCAR_THERMAL=y
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
+# CONFIG_USB_SUPPORT is not set
+CONFIG_MMC=y
+CONFIG_MMC_SDHI=y
+CONFIG_MMC_SH_MMCIF=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
+CONFIG_RTC_CLASS=y
+CONFIG_DMADEVICES=y
+CONFIG_SH_DMAE=y
+# CONFIG_IOMMU_SUPPORT is not set
+# CONFIG_DNOTIFY is not set
+CONFIG_MSDOS_FS=y
+CONFIG_VFAT_FS=y
+CONFIG_TMPFS=y
+CONFIG_CONFIGFS_FS=y
+# CONFIG_MISC_FILESYSTEMS is not set
+CONFIG_NFS_FS=y
+CONFIG_NFS_V3_ACL=y
+CONFIG_NFS_V4=y
+CONFIG_NFS_V4_1=y
+CONFIG_ROOT_NFS=y
+CONFIG_NLS_CODEPAGE_437=y
+CONFIG_NLS_ISO8859_1=y
+# CONFIG_ENABLE_WARN_DEPRECATED is not set
+# CONFIG_ENABLE_MUST_CHECK is not set
+# CONFIG_ARM_UNWIND is not set
+# CONFIG_CRYPTO_ANSI_CPRNG is not set
+# CONFIG_CRYPTO_HW is not set
--
1.8.3.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [GIT PULL 3/4] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
2013-08-07 4:24 ` [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig Simon Horman
2013-08-07 4:24 ` [GIT PULL 2/4] ARM: shmobile: Add lager defconfig Simon Horman
@ 2013-08-07 4:24 ` Simon Horman
2013-08-07 4:24 ` [GIT PULL 4/4] ARM: shmobile: ape6evm: Enable gpio-leds " Simon Horman
` (2 subsequent siblings)
5 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-07 4:24 UTC (permalink / raw)
To: linux-arm-kernel
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/ape6evm_defconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index dab5a7d..e4359c7 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -54,7 +54,8 @@ CONFIG_NETDEVICES=y
CONFIG_SMC91X=y
CONFIG_SMSC911X=y
# CONFIG_INPUT_MOUSEDEV is not set
-# CONFIG_INPUT_KEYBOARD is not set
+CONFIG_INPUT_EVDEV=y
+CONFIG_KEYBOARD_GPIO=y
# CONFIG_INPUT_MOUSE is not set
# CONFIG_SERIO is not set
CONFIG_SERIAL_NONSTANDARD=y
--
1.8.3.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [GIT PULL 4/4] ARM: shmobile: ape6evm: Enable gpio-leds in defconfig
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
` (2 preceding siblings ...)
2013-08-07 4:24 ` [GIT PULL 3/4] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig Simon Horman
@ 2013-08-07 4:24 ` Simon Horman
2013-08-14 8:04 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Olof Johansson
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
5 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-07 4:24 UTC (permalink / raw)
To: linux-arm-kernel
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/ape6evm_defconfig | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index e4359c7..1ce3994 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -72,6 +72,9 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
# CONFIG_HID is not set
# CONFIG_USB_SUPPORT is not set
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
# CONFIG_IOMMU_SUPPORT is not set
# CONFIG_DNOTIFY is not set
CONFIG_TMPFS=y
--
1.8.3.2
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
` (3 preceding siblings ...)
2013-08-07 4:24 ` [GIT PULL 4/4] ARM: shmobile: ape6evm: Enable gpio-leds " Simon Horman
@ 2013-08-14 8:04 ` Olof Johansson
2013-08-18 3:57 ` Simon Horman
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
5 siblings, 1 reply; 13+ messages in thread
From: Olof Johansson @ 2013-08-14 8:04 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 07, 2013 at 01:23:55PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
>
> please consider these Renesas ARM based SoC defconfig updates for v3.12.
>
>
> In relation to adding a new defconfig I would like to note that Magnus and
> I are aware of your ongoing requests to reduce the number of shmobile
> defconfigs and that we are making progress on that front in two ways:
>
> * Two boards, and their defconfigs were scheduled for removal in v3.11
> and a further two boards and their defconfigs are scheduled for removal
> in v3.12.
>
> For reference the boards are: ap5evb, bonito, ag5evm and kota2
>
> * More importantly, we are making significant progress towards being
> able to use multiplatform and thus consolidate most if not all
> of the shmobile defconfigs into either a single shmobile defconfig
> or a more generic ARM defconfig.
>
> The removal of the boards mentioned above helps this process
> by removing the need to update as much code. In particular code
> which we have limited or no access to hardware to test.
>
> The main remaining barrier here is common clocks which I current
> expect to take a few more release cycles to get in order.
>
>
> The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
>
> Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.12
Pulled. Looking forward to the removals. :)
-Olof
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12
2013-08-14 8:04 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Olof Johansson
@ 2013-08-18 3:57 ` Simon Horman
0 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-08-18 3:57 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Aug 14, 2013 at 01:04:05AM -0700, Olof Johansson wrote:
> On Wed, Aug 07, 2013 at 01:23:55PM +0900, Simon Horman wrote:
> > Hi Olof, Hi Arnd,
> >
> > please consider these Renesas ARM based SoC defconfig updates for v3.12.
> >
> >
> > In relation to adding a new defconfig I would like to note that Magnus and
> > I are aware of your ongoing requests to reduce the number of shmobile
> > defconfigs and that we are making progress on that front in two ways:
> >
> > * Two boards, and their defconfigs were scheduled for removal in v3.11
> > and a further two boards and their defconfigs are scheduled for removal
> > in v3.12.
> >
> > For reference the boards are: ap5evb, bonito, ag5evm and kota2
> >
> > * More importantly, we are making significant progress towards being
> > able to use multiplatform and thus consolidate most if not all
> > of the shmobile defconfigs into either a single shmobile defconfig
> > or a more generic ARM defconfig.
> >
> > The removal of the boards mentioned above helps this process
> > by removing the need to update as much code. In particular code
> > which we have limited or no access to hardware to test.
> >
> > The main remaining barrier here is common clocks which I current
> > expect to take a few more release cycles to get in order.
> >
> >
> > The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:
> >
> > Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)
> >
> > are available in the git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.12
>
> Pulled. Looking forward to the removals. :)
Likewise.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
` (4 preceding siblings ...)
2013-08-14 8:04 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Olof Johansson
@ 2013-10-01 2:38 ` Simon Horman
2013-10-01 2:38 ` [PATCH 1/4] ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig Simon Horman
` (4 more replies)
5 siblings, 5 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-01 2:38 UTC (permalink / raw)
To: linux-arm-kernel
Hi Kevin, Olof and Arnd,
please consider these Renesas ARM based SoC defconfig updates for v3.13.
This pull request is based on v3.12-rc1.
As I discussed with Olof recently, we are making solid progress towards
multi-platform with common-clocks being the last major hurdle. I do expect
to be able to start booting some shmobile boards using multi-platform
within the next few release cycles. However, we are not there yet and in
the mean time I would like to keep the defconfigs in good shape.
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.13
for you to fetch changes up to 6bb2e347899b297eea26f2658eac8fdcd633fba5:
ARM: shmobile: Add koelsch defconfig (2013-09-20 17:46:15 -0700)
----------------------------------------------------------------
Renesas ARM based SoC defconfig updates for v3.13
* Add defconfig for koelsch board
* Enable sound in defconfig for bockw board
* Enable R-Car DU DRM in defconfig for lager and marzen boards
----------------------------------------------------------------
Kuninori Morimoto (1):
ARM: shmobile: bockw defconfig: add Sound support
Laurent Pinchart (2):
ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig
ARM: shmobile: lager: Select DRM_RCAR_DU in defconfig
Simon Horman (1):
ARM: shmobile: Add koelsch defconfig
arch/arm/configs/bockw_defconfig | 4 +++
arch/arm/configs/koelsch_defconfig | 54 ++++++++++++++++++++++++++++++++++++++
arch/arm/configs/lager_defconfig | 2 ++
arch/arm/configs/marzen_defconfig | 2 ++
4 files changed, 62 insertions(+)
create mode 100644 arch/arm/configs/koelsch_defconfig
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 1/4] ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
@ 2013-10-01 2:38 ` Simon Horman
2013-10-01 2:38 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
` (3 subsequent siblings)
4 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-01 2:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
A R-Car DU DRM device is registered for the Marzen board, select the
corresponding driver in its defconfig.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 000e920..5cc6360 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -92,6 +92,8 @@ CONFIG_SOC_CAMERA=y
CONFIG_VIDEO_RCAR_VIN=y
# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
CONFIG_VIDEO_ADV7180=y
+CONFIG_DRM=y
+CONFIG_DRM_RCAR_DU=y
CONFIG_USB=y
CONFIG_USB_RCAR_PHY=y
CONFIG_MMC=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 2/4] ARM: shmobile: lager: Select DRM_RCAR_DU in defconfig
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
2013-10-01 2:38 ` [PATCH 1/4] ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig Simon Horman
@ 2013-10-01 2:38 ` Simon Horman
2013-10-01 2:38 ` [PATCH 3/4] ARM: shmobile: bockw defconfig: add Sound support Simon Horman
` (2 subsequent siblings)
4 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-01 2:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
A R-Car DU DRM device is registered for the Lager board, select the
corresponding driver in its defconfig.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/lager_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index e777ef2..35bff5e 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -89,6 +89,8 @@ CONFIG_THERMAL=y
CONFIG_RCAR_THERMAL=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_DRM=y
+CONFIG_DRM_RCAR_DU=y
# CONFIG_USB_SUPPORT is not set
CONFIG_MMC=y
CONFIG_MMC_SDHI=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 3/4] ARM: shmobile: bockw defconfig: add Sound support
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
2013-10-01 2:38 ` [PATCH 1/4] ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig Simon Horman
2013-10-01 2:38 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
@ 2013-10-01 2:38 ` Simon Horman
2013-10-01 2:38 ` [PATCH 4/4] ARM: shmobile: Add koelsch defconfig Simon Horman
2013-10-07 18:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Olof Johansson
4 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-01 2:38 UTC (permalink / raw)
To: linux-arm-kernel
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index e7e9494..b38cd10 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -91,6 +91,10 @@ CONFIG_VIDEO_RCAR_VIN=y
CONFIG_VIDEO_ML86V7667=y
CONFIG_SPI=y
CONFIG_SPI_SH_HSPI=y
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_SOC_RCAR=y
CONFIG_USB=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
CONFIG_USB_EHCI_HCD=y
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 4/4] ARM: shmobile: Add koelsch defconfig
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
` (2 preceding siblings ...)
2013-10-01 2:38 ` [PATCH 3/4] ARM: shmobile: bockw defconfig: add Sound support Simon Horman
@ 2013-10-01 2:38 ` Simon Horman
2013-10-07 18:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Olof Johansson
4 siblings, 0 replies; 13+ messages in thread
From: Simon Horman @ 2013-10-01 2:38 UTC (permalink / raw)
To: linux-arm-kernel
This is intended to be used until multi-arch is able to be
used for the koelsch board at which time a more generic configuration
will be used in place of this one.
This is based on the lager defconfig.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/koelsch_defconfig | 54 ++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
create mode 100644 arch/arm/configs/koelsch_defconfig
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
new file mode 100644
index 0000000..825c16d
--- /dev/null
+++ b/arch/arm/configs/koelsch_defconfig
@@ -0,0 +1,54 @@
+CONFIG_SYSVIPC=y
+CONFIG_NO_HZ=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT\x16
+CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+CONFIG_SYSCTL_SYSCALL=y
+CONFIG_EMBEDDED=y
+CONFIG_PERF_EVENTS=y
+CONFIG_SLAB=y
+# CONFIG_BLOCK is not set
+CONFIG_ARCH_SHMOBILE=y
+CONFIG_ARCH_R8A7791=y
+CONFIG_MACH_KOELSCH=y
+# CONFIG_SWP_EMULATE is not set
+CONFIG_CPU_BPREDICT_DISABLE=y
+CONFIG_PL310_ERRATA_588369=y
+CONFIG_ARM_ERRATA_754322=y
+CONFIG_SMP=y
+CONFIG_SCHED_MC=y
+CONFIG_NR_CPUS=8
+CONFIG_AEABI=y
+CONFIG_ZBOOT_ROM_TEXT=0x0
+CONFIG_ZBOOT_ROM_BSS=0x0
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_KEXEC=y
+CONFIG_AUTO_ZRELADDR=y
+CONFIG_VFP=y
+CONFIG_NEON=y
+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
+CONFIG_PM_RUNTIME=y
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
+# CONFIG_INPUT_MOUSE is not set
+# CONFIG_LEGACY_PTYS is not set
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+# CONFIG_HWMON is not set
+CONFIG_THERMAL=y
+CONFIG_RCAR_THERMAL=y
+# CONFIG_HID is not set
+# CONFIG_USB_SUPPORT is not set
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+# CONFIG_IOMMU_SUPPORT is not set
+# CONFIG_DNOTIFY is not set
+# CONFIG_INOTIFY_USER is not set
+CONFIG_TMPFS=y
+CONFIG_CONFIGFS_FS=y
+# CONFIG_MISC_FILESYSTEMS is not set
+# CONFIG_ENABLE_WARN_DEPRECATED is not set
+# CONFIG_ENABLE_MUST_CHECK is not set
+# CONFIG_ARM_UNWIND is not set
--
1.8.4
^ permalink raw reply related [flat|nested] 13+ messages in thread
* Re: [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
` (3 preceding siblings ...)
2013-10-01 2:38 ` [PATCH 4/4] ARM: shmobile: Add koelsch defconfig Simon Horman
@ 2013-10-07 18:38 ` Olof Johansson
4 siblings, 0 replies; 13+ messages in thread
From: Olof Johansson @ 2013-10-07 18:38 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Oct 01, 2013 at 11:38:36AM +0900, Simon Horman wrote:
> Hi Kevin, Olof and Arnd,
>
> please consider these Renesas ARM based SoC defconfig updates for v3.13.
>
> This pull request is based on v3.12-rc1.
>
>
> As I discussed with Olof recently, we are making solid progress towards
> multi-platform with common-clocks being the last major hurdle. I do expect
> to be able to start booting some shmobile boards using multi-platform
> within the next few release cycles. However, we are not there yet and in
> the mean time I would like to keep the defconfigs in good shape.
>
>
> The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
>
> Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.13
Pulled, thanks.
-Olof
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2013-10-07 18:38 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-07 4:23 [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Simon Horman
2013-08-07 4:24 ` [GIT PULL 1/4] ARM: shmobile: marzen: Enable ARM_APPENDED_DTB in defconfig Simon Horman
2013-08-07 4:24 ` [GIT PULL 2/4] ARM: shmobile: Add lager defconfig Simon Horman
2013-08-07 4:24 ` [GIT PULL 3/4] ARM: shmobile: ape6evm: Enable gpio-keys in defconfig Simon Horman
2013-08-07 4:24 ` [GIT PULL 4/4] ARM: shmobile: ape6evm: Enable gpio-leds " Simon Horman
2013-08-14 8:04 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.12 Olof Johansson
2013-08-18 3:57 ` Simon Horman
2013-10-01 2:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 Simon Horman
2013-10-01 2:38 ` [PATCH 1/4] ARM: shmobile: marzen: Select DRM_RCAR_DU in defconfig Simon Horman
2013-10-01 2:38 ` [PATCH 2/4] ARM: shmobile: lager: " Simon Horman
2013-10-01 2:38 ` [PATCH 3/4] ARM: shmobile: bockw defconfig: add Sound support Simon Horman
2013-10-01 2:38 ` [PATCH 4/4] ARM: shmobile: Add koelsch defconfig Simon Horman
2013-10-07 18:38 ` [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13 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).