linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14
@ 2013-11-28  9:08 Simon Horman
  2013-11-28  9:08 ` [PATCH 01/16] ARM: shmobile: Genmai defconfig Simon Horman
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Kevin, Olof, and Arnd,

please consider these Renesas ARM based SoC defconfig updates for v3.14.

The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:

  Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.14

for you to fetch changes up to 577092b3d11530acd8467074f6ea7e2dd36b5028:

  ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig (2013-11-24 15:13:43 +0900)

----------------------------------------------------------------
Renesas ARM based SoC defconfig updates for v3.14

* Add Genmai defconfig
  - The board was added in v3.13 but the defconfig missed the cut
* Enable AUTO_ZRELADDR for kzm9d board
* Enable HPB-DMAC, PACKET, VFP on bockw and marzen boards
* Do not disable INOTIFY_USER on bockw or marzen boards
* Do not enable CONFIG_DEVTMPFS on bockw or marzen boards
* Do not enable CONFIG_SMC911X on marzen
  - That hardware does not exist on the marzen board
* Do not set command line on bockw or marzen boards
  - This is handled in the DTS
* Enable REGULATOR on bockw board

----------------------------------------------------------------
Kuninori Morimoto (1):
      ARM: shmobile: bockw: enable CONFIG_REGULATOR

Magnus Damm (1):
      ARM: shmobile: Genmai defconfig

Sergei Shtylyov (2):
      ARM: shmobile: marzen: enable HPB-DMAC in defconfig
      ARM: shmobile: bockw: enable HPB-DMAC in defconfig

Simon Horman (12):
      ARM: shmobile: bockw: Do not set command line in defconfig
      ARM: shmobile: marzen: Do not set command line in defconfig
      ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
      ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
      ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
      ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
      ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
      ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
      ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
      ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
      ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
      ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig

 arch/arm/configs/bockw_defconfig  |  10 ++--
 arch/arm/configs/genmai_defconfig | 116 ++++++++++++++++++++++++++++++++++++++
 arch/arm/configs/kzm9d_defconfig  |   1 +
 arch/arm/configs/marzen_defconfig |  10 ++--
 4 files changed, 126 insertions(+), 11 deletions(-)
 create mode 100644 arch/arm/configs/genmai_defconfig

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 01/16] ARM: shmobile: Genmai defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 02/16] ARM: shmobile: bockw: enable CONFIG_REGULATOR Simon Horman
                   ` (16 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Add a defconfig for the Genmai board. In the future this board will
use a shared defconfig for multiplatform, but until CCF is implemented
this will be used.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/genmai_defconfig | 116 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 116 insertions(+)
 create mode 100644 arch/arm/configs/genmai_defconfig

diff --git a/arch/arm/configs/genmai_defconfig b/arch/arm/configs/genmai_defconfig
new file mode 100644
index 0000000..69b1531
--- /dev/null
+++ b/arch/arm/configs/genmai_defconfig
@@ -0,0 +1,116 @@
+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_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_R7S72100=y
+CONFIG_MACH_GENMAI=y
+# CONFIG_SH_TIMER_CMT is not set
+# CONFIG_SH_TIMER_MTU2 is not set
+# 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_AEABI=y
+# CONFIG_OABI_COMPAT is not set
+CONFIG_FORCE_MAX_ZONEORDER=13
+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_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=10
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+# CONFIG_HW_RANDOM is not set
+CONFIG_I2C_SH_MOBILE=y
+# CONFIG_HWMON is not set
+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
+CONFIG_MMC_SH_MMCIF=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=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.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 02/16] ARM: shmobile: bockw: enable CONFIG_REGULATOR
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
  2013-11-28  9:08 ` [PATCH 01/16] ARM: shmobile: Genmai defconfig Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 03/16] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
                   ` (15 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

CONFIG_REGULATOR is required from MMCIF and SMSC

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index b38cd10..6583683 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -82,6 +82,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y
 # CONFIG_HWMON is not set
 CONFIG_I2C=y
 CONFIG_I2C_RCAR=y
+CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 03/16] ARM: shmobile: bockw: Do not set command line in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
  2013-11-28  9:08 ` [PATCH 01/16] ARM: shmobile: Genmai defconfig Simon Horman
  2013-11-28  9:08 ` [PATCH 02/16] ARM: shmobile: bockw: enable CONFIG_REGULATOR Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 04/16] ARM: shmobile: marzen: " Simon Horman
                   ` (14 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

As a set towards moving shmobile towards multi-platform
the kernel command line should be set in the DTB rather than
in the kernel config.

bockw already has the command line present in its DTS file
but it was being overrirden by the kernel config.

A side effect of this change is that "rw" is now present
on the command line which allows a boot using nfs root to
succeed in the case where userspace expects to be able
to write to the root filesystem.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 6583683..b35301f 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,8 +27,6 @@ CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
-CONFIG_CMDLINE="console=ttySC0,115200 ignore_loglevel root=/dev/nfs ip=dhcp"
-CONFIG_CMDLINE_FORCE=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 # CONFIG_SUSPEND is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 04/16] ARM: shmobile: marzen: Do not set command line in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (2 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 03/16] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 05/16] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
                   ` (13 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

As a set towards moving shmobile towards multi-platform
the kernel command line should be set in the DTB rather than
in the kernel config.

marzen already has the command line present in its DTS file
but it was being overrirden by the kernel config.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/marzen_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 5cc6360..103b875 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -30,8 +30,6 @@ 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
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 05/16] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (3 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 04/16] ARM: shmobile: marzen: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 06/16] ARM: shmobile: marzen: " Simon Horman
                   ` (12 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_INOTIFY_USER is required for udev to function.
This change brings the bockw defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index b35301f..63e8bcd 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -111,7 +111,6 @@ CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
 # CONFIG_DNOTIFY is not set
-# CONFIG_INOTIFY_USER is not set
 CONFIG_TMPFS=y
 # CONFIG_MISC_FILESYSTEMS is not set
 CONFIG_NFS_FS=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 06/16] ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (4 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 05/16] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 07/16] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
                   ` (11 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_INOTIFY_USER is required for udev to function.
This change brings the marzen defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/marzen_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 103b875..ebaaead 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -108,7 +108,6 @@ CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
 # CONFIG_DNOTIFY is not set
-# CONFIG_INOTIFY_USER is not set
 CONFIG_TMPFS=y
 # CONFIG_MISC_FILESYSTEMS is not set
 CONFIG_NFS_FS=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 07/16] ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (5 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 06/16] ARM: shmobile: marzen: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 08/16] ARM: shmobile: marzen: " Simon Horman
                   ` (10 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_VFP is required to boot into a Debian armhf user-space.
This change brings the bockw defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 63e8bcd..8b5866e 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -27,6 +27,7 @@ CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 # CONFIG_SUSPEND is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 08/16] ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (6 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 07/16] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 09/16] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
                   ` (9 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_VFP is required to boot into a Debian armhf user-space.
This change brings the marzen defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@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 ebaaead..39e2dfe 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -30,6 +30,7 @@ CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
 CONFIG_KEXEC=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 09/16] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (7 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 08/16] ARM: shmobile: marzen: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 10/16] ARM: shmobile: marzen: " Simon Horman
                   ` (8 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

This change brings the bockw defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 8b5866e..01721faf 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -43,8 +43,6 @@ CONFIG_IP_PNP_DHCP=y
 # CONFIG_INET_DIAG is not set
 # CONFIG_IPV6 is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
 # CONFIG_PREVENT_FIRMWARE_BUILD is not set
 # CONFIG_FW_LOADER is not set
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 10/16] ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (8 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 09/16] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 11/16] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
                   ` (7 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

This change brings the marzen defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/marzen_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 39e2dfe..3f0f41f 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -42,8 +42,6 @@ CONFIG_IP_PNP_DHCP=y
 # CONFIG_IPV6 is not set
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
-CONFIG_DEVTMPFS=y
-CONFIG_DEVTMPFS_MOUNT=y
 # CONFIG_STANDALONE is not set
 # CONFIG_PREVENT_FIRMWARE_BUILD is not set
 # CONFIG_FW_LOADER is not set
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 11/16] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (9 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 10/16] ARM: shmobile: marzen: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 12/16] ARM: shmobile: marzen: " Simon Horman
                   ` (6 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the bockw defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 01721faf..191decb 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -32,6 +32,7 @@ CONFIG_VFP=y
 # CONFIG_SUSPEND is not set
 CONFIG_PM_RUNTIME=y
 CONFIG_NET=y
+CONFIG_PACKET=y
 CONFIG_UNIX=y
 CONFIG_INET=y
 CONFIG_IP_PNP=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 12/16] ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (10 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 11/16] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 13/16] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
                   ` (5 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_PACKET is required for the ISC dhcpd daemon function.
This change brings the marzen defconfig into line with
other shmobile defconfigs.

Signed-off-by: Simon Horman <horms@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 3f0f41f..a423bad 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -35,6 +35,7 @@ CONFIG_KEXEC=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
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 13/16] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (11 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 12/16] ARM: shmobile: marzen: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 14/16] ARM: shmobile: marzen: enable HPB-DMAC " Simon Horman
                   ` (4 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

CONFIG_SMC911X is not needed by marzen.
It appears to have been accidently enabled as well
as CONFIG_SMSC911X which is needed by marzen.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 arch/arm/configs/marzen_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index a423bad..9ce38f6 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -59,7 +59,6 @@ CONFIG_NETDEVICES=y
 # CONFIG_NET_VENDOR_MICREL is not set
 # CONFIG_NET_VENDOR_NATSEMI is not set
 # CONFIG_NET_VENDOR_SEEQ is not set
-CONFIG_SMC911X=y
 CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_STMICRO is not set
 # CONFIG_WLAN is not set
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 14/16] ARM: shmobile: marzen: enable HPB-DMAC in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (12 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 13/16] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 15/16] ARM: shmobile: bockw: " Simon Horman
                   ` (3 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Enable HPB-DMAC driver in 'marzen_defconfig'.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.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 9ce38f6..dd4aced 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -103,6 +103,8 @@ CONFIG_USB_STORAGE=y
 CONFIG_NEW_LEDS=y
 CONFIG_LEDS_CLASS=y
 CONFIG_LEDS_GPIO=y
+CONFIG_DMADEVICES=y
+CONFIG_RCAR_HPB_DMAE=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 15/16] ARM: shmobile: bockw: enable HPB-DMAC in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (13 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 14/16] ARM: shmobile: marzen: enable HPB-DMAC " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:08 ` [PATCH 16/16] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR " Simon Horman
                   ` (2 subsequent siblings)
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

Enable HPB-DMAC driver in 'bockw_defconfig'.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/bockw_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index 191decb..8110d8a 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -107,6 +107,8 @@ CONFIG_MMC_SDHI=y
 CONFIG_MMC_SH_MMCIF=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_RX8581=y
+CONFIG_DMADEVICES=y
+CONFIG_RCAR_HPB_DMAE=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [PATCH 16/16] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (14 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 15/16] ARM: shmobile: bockw: " Simon Horman
@ 2013-11-28  9:08 ` Simon Horman
  2013-11-28  9:09 ` [GIT PULL 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
  2013-12-04  0:53 ` [PATCH " Olof Johansson
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:08 UTC (permalink / raw)
  To: linux-arm-kernel

This is required to allow the load address to be supplied
as an environment variable when building a uImage.

LOADADDR=0x40008000 ARCH=arm make uImage

This is necessary since "ARM: shmobile: Remove legacy KZM9D board code"

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/kzm9d_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/kzm9d_defconfig b/arch/arm/configs/kzm9d_defconfig
index 6c37f4a..e6aed23 100644
--- a/arch/arm/configs/kzm9d_defconfig
+++ b/arch/arm/configs/kzm9d_defconfig
@@ -32,6 +32,7 @@ CONFIG_FORCE_MAX_ZONEORDER=13
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
+CONFIG_AUTO_ZRELADDR=y
 CONFIG_VFP=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
 CONFIG_PM_RUNTIME=y
-- 
1.8.4

^ permalink raw reply related	[flat|nested] 19+ messages in thread

* [GIT PULL 00/16] Renesas ARM based SoC defconfig updates for v3.14
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (15 preceding siblings ...)
  2013-11-28  9:08 ` [PATCH 16/16] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR " Simon Horman
@ 2013-11-28  9:09 ` Simon Horman
  2013-12-04  0:53 ` [PATCH " Olof Johansson
  17 siblings, 0 replies; 19+ messages in thread
From: Simon Horman @ 2013-11-28  9:09 UTC (permalink / raw)
  To: linux-arm-kernel

[ Corrected subject prefix to be "GIT PULL" instead of "PATCH" ]

On Thu, Nov 28, 2013 at 06:08:05PM +0900, Simon Horman wrote:
> Hi Kevin, Olof, and Arnd,
> 
> please consider these Renesas ARM based SoC defconfig updates for v3.14.
> 
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> 
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.14
> 
> for you to fetch changes up to 577092b3d11530acd8467074f6ea7e2dd36b5028:
> 
>   ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig (2013-11-24 15:13:43 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM based SoC defconfig updates for v3.14
> 
> * Add Genmai defconfig
>   - The board was added in v3.13 but the defconfig missed the cut
> * Enable AUTO_ZRELADDR for kzm9d board
> * Enable HPB-DMAC, PACKET, VFP on bockw and marzen boards
> * Do not disable INOTIFY_USER on bockw or marzen boards
> * Do not enable CONFIG_DEVTMPFS on bockw or marzen boards
> * Do not enable CONFIG_SMC911X on marzen
>   - That hardware does not exist on the marzen board
> * Do not set command line on bockw or marzen boards
>   - This is handled in the DTS
> * Enable REGULATOR on bockw board
> 
> ----------------------------------------------------------------
> Kuninori Morimoto (1):
>       ARM: shmobile: bockw: enable CONFIG_REGULATOR
> 
> Magnus Damm (1):
>       ARM: shmobile: Genmai defconfig
> 
> Sergei Shtylyov (2):
>       ARM: shmobile: marzen: enable HPB-DMAC in defconfig
>       ARM: shmobile: bockw: enable HPB-DMAC in defconfig
> 
> Simon Horman (12):
>       ARM: shmobile: bockw: Do not set command line in defconfig
>       ARM: shmobile: marzen: Do not set command line in defconfig
>       ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER in defconfig
>       ARM: shmobile: marzen: Do not disable CONFIG_INOTIFY_USER in defconfig
>       ARM: shmobile: bockw: Enable CONFIG_VFP in defconfig
>       ARM: shmobile: marzen: Enable CONFIG_VFP in defconfig
>       ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig
>       ARM: shmobile: marzen: Do not enable CONFIG_DEVTMPFS defconfig
>       ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig
>       ARM: shmobile: marzen: Enable CONFIG_PACKET in defconfig
>       ARM: shmobile: marzen: Do not enable CONFIG_SMC911X in defconfig
>       ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR in defconfig
> 
>  arch/arm/configs/bockw_defconfig  |  10 ++--
>  arch/arm/configs/genmai_defconfig | 116 ++++++++++++++++++++++++++++++++++++++
>  arch/arm/configs/kzm9d_defconfig  |   1 +
>  arch/arm/configs/marzen_defconfig |  10 ++--
>  4 files changed, 126 insertions(+), 11 deletions(-)
>  create mode 100644 arch/arm/configs/genmai_defconfig
> 

^ permalink raw reply	[flat|nested] 19+ messages in thread

* [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14
  2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
                   ` (16 preceding siblings ...)
  2013-11-28  9:09 ` [GIT PULL 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
@ 2013-12-04  0:53 ` Olof Johansson
  17 siblings, 0 replies; 19+ messages in thread
From: Olof Johansson @ 2013-12-04  0:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Nov 28, 2013 at 06:08:05PM +0900, Simon Horman wrote:
> Hi Kevin, Olof, and Arnd,
> 
> please consider these Renesas ARM based SoC defconfig updates for v3.14.
> 
> The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
> 
>   Linux 3.13-rc1 (2013-11-22 11:30:55 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.14


Pulled, thanks.


-Olof

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2013-12-04  0:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28  9:08 [PATCH 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
2013-11-28  9:08 ` [PATCH 01/16] ARM: shmobile: Genmai defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 02/16] ARM: shmobile: bockw: enable CONFIG_REGULATOR Simon Horman
2013-11-28  9:08 ` [PATCH 03/16] ARM: shmobile: bockw: Do not set command line in defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 04/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 05/16] ARM: shmobile: bockw: Do not disable CONFIG_INOTIFY_USER " Simon Horman
2013-11-28  9:08 ` [PATCH 06/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 07/16] ARM: shmobile: bockw: Enable CONFIG_VFP " Simon Horman
2013-11-28  9:08 ` [PATCH 08/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 09/16] ARM: shmobile: bockw: Do not enable CONFIG_DEVTMPFS defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 10/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 11/16] ARM: shmobile: bockw: Enable CONFIG_PACKET in defconfig Simon Horman
2013-11-28  9:08 ` [PATCH 12/16] ARM: shmobile: marzen: " Simon Horman
2013-11-28  9:08 ` [PATCH 13/16] ARM: shmobile: marzen: Do not enable CONFIG_SMC911X " Simon Horman
2013-11-28  9:08 ` [PATCH 14/16] ARM: shmobile: marzen: enable HPB-DMAC " Simon Horman
2013-11-28  9:08 ` [PATCH 15/16] ARM: shmobile: bockw: " Simon Horman
2013-11-28  9:08 ` [PATCH 16/16] ARM: shmobile: kzm9d: Enable AUTO_ZRELADDR " Simon Horman
2013-11-28  9:09 ` [GIT PULL 00/16] Renesas ARM based SoC defconfig updates for v3.14 Simon Horman
2013-12-04  0:53 ` [PATCH " 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).