linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] Renesas ARM based SoC defconfig updates for v3.13
@ 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)
  0 siblings, 5 replies; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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=16
+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=20
+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] 6+ messages in thread

* [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; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2013-10-07 18:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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).