All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
@ 2013-04-02  4:31 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,

The following changes since commit db30abdf3c07c564d4af0f991bb7f38b728f9035:

  ARM: mach-shmobile: marzen: add SATA support (2013-03-14 10:28:07 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.10

for you to fetch changes up to 03d409a5c4f8b590caaebd8c99e8977227c3dee7:

  ARM: shmobile: ape6evm: add defconfig (2013-04-01 17:52:07 +0900)

----------------------------------------------------------------
Second round of Renesas ARM based SoC defconfig updates for v3.10

* Add defconfig for ape6evm board
* GPIO updates for marzen

----------------------------------------------------------------
Simon Horman (3):
      ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
      ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
      ARM: shmobile: ape6evm: add defconfig

 arch/arm/configs/ape6evm_defconfig |   95 ++++++++++++++++++++++++++++++++++++
 arch/arm/configs/marzen_defconfig  |    4 ++
 2 files changed, 99 insertions(+)
 create mode 100644 arch/arm/configs/ape6evm_defconfig

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

* [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
@ 2013-04-02  4:31 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,

The following changes since commit db30abdf3c07c564d4af0f991bb7f38b728f9035:

  ARM: mach-shmobile: marzen: add SATA support (2013-03-14 10:28:07 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.10

for you to fetch changes up to 03d409a5c4f8b590caaebd8c99e8977227c3dee7:

  ARM: shmobile: ape6evm: add defconfig (2013-04-01 17:52:07 +0900)

----------------------------------------------------------------
Second round of Renesas ARM based SoC defconfig updates for v3.10

* Add defconfig for ape6evm board
* GPIO updates for marzen

----------------------------------------------------------------
Simon Horman (3):
      ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
      ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
      ARM: shmobile: ape6evm: add defconfig

 arch/arm/configs/ape6evm_defconfig |   95 ++++++++++++++++++++++++++++++++++++
 arch/arm/configs/marzen_defconfig  |    4 ++
 2 files changed, 99 insertions(+)
 create mode 100644 arch/arm/configs/ape6evm_defconfig

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

* [PATCH 1/3] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
  2013-04-02  4:31 ` Simon Horman
@ 2013-04-02  4:31   ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the driver added in "gpio: Renesas R-Car GPIO driver V3"

Cc: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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 8e7329b..9f65975 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -79,6 +79,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
-- 
1.7.10.4


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

* [PATCH 1/3] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
@ 2013-04-02  4:31   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the driver added in "gpio: Renesas R-Car GPIO driver V3"

Cc: Magnus Damm <damm@opensource.se>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
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 8e7329b..9f65975 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -79,6 +79,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_SYSFS=y
+CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
-- 
1.7.10.4

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

* [PATCH 2/3] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
  2013-04-02  4:31 ` Simon Horman
@ 2013-04-02  4:31   ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the code added to the marzen board in
"ARM: shmobile: marzen: Add GPIO LEDs".

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 9f65975..494e70a 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -93,6 +93,9 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.7.10.4


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

* [PATCH 2/3] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
@ 2013-04-02  4:31   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

This enables the code added to the marzen board in
"ARM: shmobile: marzen: Add GPIO LEDs".

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/marzen_defconfig |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 9f65975..494e70a 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -93,6 +93,9 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
 CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_STORAGE=y
+CONFIG_NEW_LEDS=y
+CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
 CONFIG_UIO=y
 CONFIG_UIO_PDRV_GENIRQ=y
 # CONFIG_IOMMU_SUPPORT is not set
-- 
1.7.10.4

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

* [PATCH 3/3] ARM: shmobile: ape6evm: add defconfig
  2013-04-02  4:31 ` Simon Horman
@ 2013-04-02  4:31   ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

Add defconfig for ape6evm. This is based loosely
on the kzm9g defconfig with fewer devices enabled.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/ape6evm_defconfig |   95 ++++++++++++++++++++++++++++++++++++
 1 file changed, 95 insertions(+)
 create mode 100644 arch/arm/configs/ape6evm_defconfig

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
new file mode 100644
index 0000000..dab5a7d
--- /dev/null
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -0,0 +1,95 @@
+CONFIG_SYSVIPC=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT\x16
+CONFIG_CGROUPS=y
+CONFIG_CGROUP_SCHED=y
+CONFIG_KALLSYMS_ALL=y
+CONFIG_EMBEDDED=y
+CONFIG_PERF_EVENTS=y
+CONFIG_SLAB=y
+# CONFIG_BLOCK is not set
+CONFIG_ARCH_SHMOBILE=y
+CONFIG_ARCH_R8A73A4=y
+CONFIG_MACH_APE6EVM=y
+# CONFIG_ARM_THUMB 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_HAVE_ARM_ARCH_TIMER=y
+CONFIG_NR_CPUS=8
+CONFIG_AEABI=y
+CONFIG_HIGHMEM=y
+CONFIG_HIGHPTE=y
+# CONFIG_HW_PERF_EVENTS is not set
+# CONFIG_COMPACTION is not set
+# CONFIG_CROSS_MEMORY_ATTACH is not set
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
+CONFIG_NEON=y
+CONFIG_BINFMT_MISC=y
+CONFIG_NET=y
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+CONFIG_XFRM_USER=y
+CONFIG_NET_KEY=y
+CONFIG_NET_KEY_MIGRATE=y
+CONFIG_INET=y
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+# CONFIG_INET_LRO is not set
+# CONFIG_IPV6_SIT is not set
+CONFIG_NETFILTER=y
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_NETDEVICES=y
+# CONFIG_NET_CADENCE is not set
+CONFIG_SMC91X=y
+CONFIG_SMSC911X=y
+# CONFIG_INPUT_MOUSEDEV is not set
+# CONFIG_INPUT_KEYBOARD is not set
+# CONFIG_INPUT_MOUSE is not set
+# CONFIG_SERIO is not set
+CONFIG_SERIAL_NONSTANDARD=y
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS\x12
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_GPIO_SH_PFC=y
+CONFIG_GPIOLIB=y
+# CONFIG_HWMON is not set
+CONFIG_THERMAL=y
+CONFIG_RCAR_THERMAL=y
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_GPIO=y
+# CONFIG_HID is not set
+# CONFIG_USB_SUPPORT is not set
+# CONFIG_IOMMU_SUPPORT is not set
+# CONFIG_DNOTIFY is not set
+CONFIG_TMPFS=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_MAGIC_SYSRQ=y
+CONFIG_ENABLE_DEFAULT_TRACERS=y
+CONFIG_CRYPTO_CBC=y
+CONFIG_CRYPTO_ECB=y
+CONFIG_CRYPTO_MD5=y
+CONFIG_CRYPTO_MICHAEL_MIC=y
+CONFIG_CRYPTO_TWOFISH=y
+CONFIG_CRC_CCITT=y
+CONFIG_CRC16=y
+CONFIG_CRC_T10DIF=y
+CONFIG_CRC_ITU_T=y
+CONFIG_CRC7=y
+CONFIG_LIBCRC32C=y
-- 
1.7.10.4


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

* [PATCH 3/3] ARM: shmobile: ape6evm: add defconfig
@ 2013-04-02  4:31   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

Add defconfig for ape6evm. This is based loosely
on the kzm9g defconfig with fewer devices enabled.

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/ape6evm_defconfig |   95 ++++++++++++++++++++++++++++++++++++
 1 file changed, 95 insertions(+)
 create mode 100644 arch/arm/configs/ape6evm_defconfig

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
new file mode 100644
index 0000000..dab5a7d
--- /dev/null
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -0,0 +1,95 @@
+CONFIG_SYSVIPC=y
+CONFIG_POSIX_MQUEUE=y
+CONFIG_NO_HZ=y
+CONFIG_HIGH_RES_TIMERS=y
+CONFIG_BSD_PROCESS_ACCT=y
+CONFIG_IKCONFIG=y
+CONFIG_IKCONFIG_PROC=y
+CONFIG_LOG_BUF_SHIFT=16
+CONFIG_CGROUPS=y
+CONFIG_CGROUP_SCHED=y
+CONFIG_KALLSYMS_ALL=y
+CONFIG_EMBEDDED=y
+CONFIG_PERF_EVENTS=y
+CONFIG_SLAB=y
+# CONFIG_BLOCK is not set
+CONFIG_ARCH_SHMOBILE=y
+CONFIG_ARCH_R8A73A4=y
+CONFIG_MACH_APE6EVM=y
+# CONFIG_ARM_THUMB 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_HAVE_ARM_ARCH_TIMER=y
+CONFIG_NR_CPUS=8
+CONFIG_AEABI=y
+CONFIG_HIGHMEM=y
+CONFIG_HIGHPTE=y
+# CONFIG_HW_PERF_EVENTS is not set
+# CONFIG_COMPACTION is not set
+# CONFIG_CROSS_MEMORY_ATTACH is not set
+CONFIG_ARM_APPENDED_DTB=y
+CONFIG_VFP=y
+CONFIG_NEON=y
+CONFIG_BINFMT_MISC=y
+CONFIG_NET=y
+CONFIG_PACKET=y
+CONFIG_UNIX=y
+CONFIG_XFRM_USER=y
+CONFIG_NET_KEY=y
+CONFIG_NET_KEY_MIGRATE=y
+CONFIG_INET=y
+CONFIG_IP_MULTICAST=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+# CONFIG_INET_LRO is not set
+# CONFIG_IPV6_SIT is not set
+CONFIG_NETFILTER=y
+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
+# CONFIG_FW_LOADER_USER_HELPER is not set
+CONFIG_NETDEVICES=y
+# CONFIG_NET_CADENCE is not set
+CONFIG_SMC91X=y
+CONFIG_SMSC911X=y
+# CONFIG_INPUT_MOUSEDEV is not set
+# CONFIG_INPUT_KEYBOARD is not set
+# CONFIG_INPUT_MOUSE is not set
+# CONFIG_SERIO is not set
+CONFIG_SERIAL_NONSTANDARD=y
+CONFIG_SERIAL_SH_SCI=y
+CONFIG_SERIAL_SH_SCI_NR_UARTS=12
+CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_GPIO_SH_PFC=y
+CONFIG_GPIOLIB=y
+# CONFIG_HWMON is not set
+CONFIG_THERMAL=y
+CONFIG_RCAR_THERMAL=y
+CONFIG_REGULATOR=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_GPIO=y
+# CONFIG_HID is not set
+# CONFIG_USB_SUPPORT is not set
+# CONFIG_IOMMU_SUPPORT is not set
+# CONFIG_DNOTIFY is not set
+CONFIG_TMPFS=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_MAGIC_SYSRQ=y
+CONFIG_ENABLE_DEFAULT_TRACERS=y
+CONFIG_CRYPTO_CBC=y
+CONFIG_CRYPTO_ECB=y
+CONFIG_CRYPTO_MD5=y
+CONFIG_CRYPTO_MICHAEL_MIC=y
+CONFIG_CRYPTO_TWOFISH=y
+CONFIG_CRC_CCITT=y
+CONFIG_CRC16=y
+CONFIG_CRC_T10DIF=y
+CONFIG_CRC_ITU_T=y
+CONFIG_CRC7=y
+CONFIG_LIBCRC32C=y
-- 
1.7.10.4

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

* Re: [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
  2013-04-02  4:31 ` Simon Horman
@ 2013-04-02 19:59   ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2013-04-02 19:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 02, 2013 at 01:31:31PM +0900, Simon Horman wrote:
> Hi Arnd, Hi Olof,
> 
> The following changes since commit db30abdf3c07c564d4af0f991bb7f38b728f9035:
> 
>   ARM: mach-shmobile: marzen: add SATA support (2013-03-14 10:28:07 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.10
> 
> for you to fetch changes up to 03d409a5c4f8b590caaebd8c99e8977227c3dee7:
> 
>   ARM: shmobile: ape6evm: add defconfig (2013-04-01 17:52:07 +0900)


Pulled, thanks.


-Olof

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

* [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
@ 2013-04-02 19:59   ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2013-04-02 19:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Apr 02, 2013 at 01:31:31PM +0900, Simon Horman wrote:
> Hi Arnd, Hi Olof,
> 
> The following changes since commit db30abdf3c07c564d4af0f991bb7f38b728f9035:
> 
>   ARM: mach-shmobile: marzen: add SATA support (2013-03-14 10:28:07 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.10
> 
> for you to fetch changes up to 03d409a5c4f8b590caaebd8c99e8977227c3dee7:
> 
>   ARM: shmobile: ape6evm: add defconfig (2013-04-01 17:52:07 +0900)


Pulled, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16
@ 2014-04-16  6:03   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.16.


The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -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.16

for you to fetch changes up to 1d59eb190e3dc575c7bbee4a163c3facd0de2ed9:

  ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig (2014-04-14 11:23:55 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.16

SH Mobile Multi-Platform
* Enable USB [EO]HCI HCD, VSP1, HIGHMEM, USBHS, I2C_SH_MOBILE,
  EEPROM_AT24 and MSIOF

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: multiplatform: Enable MSIOF in defconfig

Magnus Damm (4):
      ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig
      ARM: shmobile: Include at24.c in shmobile_defconfig
      ARM: shmobile: Enable HIGHMEM in shmobile_defconfig
      ARM: shmobile: Enable VSP1 in shmobile_defconfig

Simon Horman (1):
      ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig

Ulrich Hecht (1):
      ARM: shmobile: Enable USBHS gadget support in shmobile_defconfig

 arch/arm/configs/shmobile_defconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16
@ 2014-04-16  6:03   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.16.


The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:

  Linux 3.15-rc1 (2014-04-13 14:18:35 -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.16

for you to fetch changes up to 1d59eb190e3dc575c7bbee4a163c3facd0de2ed9:

  ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig (2014-04-14 11:23:55 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.16

SH Mobile Multi-Platform
* Enable USB [EO]HCI HCD, VSP1, HIGHMEM, USBHS, I2C_SH_MOBILE,
  EEPROM_AT24 and MSIOF

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: multiplatform: Enable MSIOF in defconfig

Magnus Damm (4):
      ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig
      ARM: shmobile: Include at24.c in shmobile_defconfig
      ARM: shmobile: Enable HIGHMEM in shmobile_defconfig
      ARM: shmobile: Enable VSP1 in shmobile_defconfig

Simon Horman (1):
      ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig

Ulrich Hecht (1):
      ARM: shmobile: Enable USBHS gadget support in shmobile_defconfig

 arch/arm/configs/shmobile_defconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

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

* [PATCH 1/7] ARM: shmobile: multiplatform: Enable MSIOF in defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 83b0725..2a27d46 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -78,6 +78,7 @@ CONFIG_I2C_GPIO=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
-- 
1.8.5.2


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

* [PATCH 1/7] ARM: shmobile: multiplatform: Enable MSIOF in defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org>

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 83b0725..2a27d46 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -78,6 +78,7 @@ CONFIG_I2C_GPIO=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
-- 
1.8.5.2

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

* [PATCH 2/7] ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Many SoCs include I2C controller instances compatible with
the i2c-shmobile.c driver. To increase hardware support enable
the driver in the shmobile_defconfig multiplatform configuration.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 2a27d46..d96133a 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -75,6 +75,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS 
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
-- 
1.8.5.2


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

* [PATCH 2/7] ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Many SoCs include I2C controller instances compatible with
the i2c-shmobile.c driver. To increase hardware support enable
the driver in the shmobile_defconfig multiplatform configuration.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 2a27d46..d96133a 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -75,6 +75,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=20
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
-- 
1.8.5.2

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

* [PATCH 3/7] ARM: shmobile: Include at24.c in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

The Koelsch board includes an at24-compatible EEPROM hooked up via I2C.
To increase hardware support enable the driver in the shmobile_defconfig
multiplatform configuration.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d96133a..146ee70 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -43,6 +43,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
-- 
1.8.5.2


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

* [PATCH 3/7] ARM: shmobile: Include at24.c in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

The Koelsch board includes an at24-compatible EEPROM hooked up via I2C.
To increase hardware support enable the driver in the shmobile_defconfig
multiplatform configuration.

Signed-off-by: Magnus Damm <damm@opensource.se>
Acked-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d96133a..146ee70 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -43,6 +43,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
-- 
1.8.5.2

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

* [PATCH 4/7] ARM: shmobile: Enable USBHS gadget support in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulrich Hecht <ulrich.hecht@gmail.com>

The renesas_usbhs driver provides USB gadget support for most Renesas
platforms. To increase hardware support enable the driver in the
shmobile_defconfig multiplatform configuration.

Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 146ee70..c10e626 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -103,7 +103,11 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_USB=y
 CONFIG_USB_RCAR_GEN2_PHY=y
+CONFIG_USB_RENESAS_USBHS=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
 CONFIG_MMC_SH_MMCIF=y
-- 
1.8.5.2


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

* [PATCH 4/7] ARM: shmobile: Enable USBHS gadget support in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Ulrich Hecht <ulrich.hecht@gmail.com>

The renesas_usbhs driver provides USB gadget support for most Renesas
platforms. To increase hardware support enable the driver in the
shmobile_defconfig multiplatform configuration.

Signed-off-by: Ulrich Hecht <ulrich.hecht@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 146ee70..c10e626 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -103,7 +103,11 @@ CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_USB=y
 CONFIG_USB_RCAR_GEN2_PHY=y
+CONFIG_USB_RENESAS_USBHS=y
+CONFIG_USB_GADGET=y
+CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
 CONFIG_MMC_SH_MMCIF=y
-- 
1.8.5.2

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

* [PATCH 5/7] ARM: shmobile: Enable HIGHMEM in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Many mach-shmobile hardware platforms include support for more
than 1GiB of RAM. Enable HIGHMEM by default to allow use of
larger amounts of memory.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index c10e626..b73a038 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -25,6 +25,7 @@ CONFIG_SCHED_MC=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_NR_CPUS=8
 CONFIG_AEABI=y
+CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
-- 
1.8.5.2


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

* [PATCH 5/7] ARM: shmobile: Enable HIGHMEM in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Many mach-shmobile hardware platforms include support for more
than 1GiB of RAM. Enable HIGHMEM by default to allow use of
larger amounts of memory.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index c10e626..b73a038 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -25,6 +25,7 @@ CONFIG_SCHED_MC=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_NR_CPUS=8
 CONFIG_AEABI=y
+CONFIG_HIGHMEM=y
 CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
-- 
1.8.5.2

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

* [PATCH 6/7] ARM: shmobile: Enable VSP1 in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Both r8a7790 and r8a7791 have multiple on-chip VSP1 devices, so
enable the VSP1 driver by default in the shmobile_defconfig.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b73a038..8fb30b0 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -92,10 +92,14 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_PLATFORM=y
 CONFIG_VIDEO_RCAR_VIN=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_VSP1=y
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_VIDEO_ADV7180=y
 CONFIG_DRM=y
-- 
1.8.5.2


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

* [PATCH 6/7] ARM: shmobile: Enable VSP1 in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm@opensource.se>

Both r8a7790 and r8a7791 have multiple on-chip VSP1 devices, so
enable the VSP1 driver by default in the shmobile_defconfig.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b73a038..8fb30b0 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -92,10 +92,14 @@ CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_MEDIA_CONTROLLER=y
+CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_PLATFORM=y
 CONFIG_VIDEO_RCAR_VIN=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_VSP1=y
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_VIDEO_ADV7180=y
 CONFIG_DRM=y
-- 
1.8.5.2

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

* [PATCH 7/7] ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig
  2014-04-16  6:03   ` Simon Horman
@ 2014-04-16  6:03     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

The USB [EO]HCI HCD drivers provide USB host support for Renesas
R-Car Gen2 platforms. To increase hardware support enable the driver in the
shmobile_defconfig multiplatform configuration.

Acked-by: Magnus Damm <damm@opensource.se>
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 8fb30b0..6d6437c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -110,6 +110,8 @@ CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
 CONFIG_USB=y
 CONFIG_USB_RCAR_GEN2_PHY=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
-- 
1.8.5.2


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

* [PATCH 7/7] ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig
@ 2014-04-16  6:03     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-04-16  6:03 UTC (permalink / raw)
  To: linux-arm-kernel

The USB [EO]HCI HCD drivers provide USB host support for Renesas
R-Car Gen2 platforms. To increase hardware support enable the driver in the
shmobile_defconfig multiplatform configuration.

Acked-by: Magnus Damm <damm@opensource.se>
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 8fb30b0..6d6437c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -110,6 +110,8 @@ CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
 CONFIG_USB=y
 CONFIG_USB_RCAR_GEN2_PHY=y
+CONFIG_USB_EHCI_HCD=y
+CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
-- 
1.8.5.2

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16
  2014-04-16  6:03   ` Simon Horman
@ 2014-05-05 20:42     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2014-05-05 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 16, 2014 at 03:03:05PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.16.
> 
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -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.16
> 
> for you to fetch changes up to 1d59eb190e3dc575c7bbee4a163c3facd0de2ed9:
> 
>   ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig (2014-04-14 11:23:55 +0900)

Merged, thanks.

-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16
@ 2014-05-05 20:42     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2014-05-05 20:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Apr 16, 2014 at 03:03:05PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.16.
> 
> 
> The following changes since commit c9eaa447e77efe77b7fa4c953bd62de8297fd6c5:
> 
>   Linux 3.15-rc1 (2014-04-13 14:18:35 -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.16
> 
> for you to fetch changes up to 1d59eb190e3dc575c7bbee4a163c3facd0de2ed9:
> 
>   ARM: shmobile: Enable USB [EO]HCI HCD support in shmobile_defconfig (2014-04-14 11:23:55 +0900)

Merged, thanks.

-Olof

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

* [PATCH 1/4] ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO
  2014-06-23  2:25   ` Simon Horman
@ 2014-06-23  2:25     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enable missing options for devices in platform data and/or DT:
  - REGULATOR_GPIO
  - LEDS_GPIO (and its dependencies)

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/armadillo800eva_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig
index 065addd..d9675c6 100644
--- a/arch/arm/configs/armadillo800eva_defconfig
+++ b/arch/arm/configs/armadillo800eva_defconfig
@@ -96,6 +96,7 @@ CONFIG_I2C_GPIO=y
 CONFIG_I2C_SH_MOBILE=y
 # CONFIG_HWMON is not set
 CONFIG_REGULATOR=y
+CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_VIDEO_DEV=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
@@ -127,6 +128,9 @@ CONFIG_USB_ETH=m
 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_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
-- 
2.0.0.rc2


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

* [PATCH 1/4] ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO
@ 2014-06-23  2:25     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enable missing options for devices in platform data and/or DT:
  - REGULATOR_GPIO
  - LEDS_GPIO (and its dependencies)

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/armadillo800eva_defconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/configs/armadillo800eva_defconfig b/arch/arm/configs/armadillo800eva_defconfig
index 065addd..d9675c6 100644
--- a/arch/arm/configs/armadillo800eva_defconfig
+++ b/arch/arm/configs/armadillo800eva_defconfig
@@ -96,6 +96,7 @@ CONFIG_I2C_GPIO=y
 CONFIG_I2C_SH_MOBILE=y
 # CONFIG_HWMON is not set
 CONFIG_REGULATOR=y
+CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_VIDEO_DEV=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
@@ -127,6 +128,9 @@ CONFIG_USB_ETH=m
 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_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
-- 
2.0.0.rc2

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

* [PATCH 2/4] ARM: shmobile: marzen: Add to shmobile defconfig
  2014-06-23  2:25   ` Simon Horman
@ 2014-06-23  2:25     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Simon Horman <horms@verge.net.au>

Add marzen to shmobile defconfig now that it supports multiplatform
Also enable SH_HSPI which is used by marzen.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 6d6437c..8cde033 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -10,10 +10,12 @@ CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
 CONFIG_ARCH_SHMOBILE_MULTI=y
 CONFIG_ARCH_EMEV2=y
+CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
 CONFIG_MACH_KOELSCH=y
 CONFIG_MACH_LAGER=y
+CONFIG_MACH_MARZEN=y
 # CONFIG_SWP_EMULATE is not set
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
@@ -82,6 +84,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
 CONFIG_SPI_SH_MSIOF=y
+CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
@@ -109,12 +112,14 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
 CONFIG_USB=y
-CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
+CONFIG_USB_RCAR_PHY=y
+CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
+CONFIG_USB_ETH=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
 CONFIG_MMC_SH_MMCIF=y
-- 
2.0.0.rc2


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

* [PATCH 2/4] ARM: shmobile: marzen: Add to shmobile defconfig
@ 2014-06-23  2:25     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Simon Horman <horms@verge.net.au>

Add marzen to shmobile defconfig now that it supports multiplatform
Also enable SH_HSPI which is used by marzen.

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 6d6437c..8cde033 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -10,10 +10,12 @@ CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
 CONFIG_ARCH_SHMOBILE_MULTI=y
 CONFIG_ARCH_EMEV2=y
+CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
 CONFIG_MACH_KOELSCH=y
 CONFIG_MACH_LAGER=y
+CONFIG_MACH_MARZEN=y
 # CONFIG_SWP_EMULATE is not set
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
@@ -82,6 +84,7 @@ CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
 CONFIG_SPI_SH_MSIOF=y
+CONFIG_SPI_SH_HSPI=y
 CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
@@ -109,12 +112,14 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_RCAR=y
 CONFIG_USB=y
-CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
+CONFIG_USB_RCAR_PHY=y
+CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
+CONFIG_USB_ETH=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHI=y
 CONFIG_MMC_SH_MMCIF=y
-- 
2.0.0.rc2

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17
@ 2014-06-23  2:25   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.17.


The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

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

for you to fetch changes up to 468c570ed078f0326745bfe85868adb925659502:

  ARM: shmobile: Enable CPUFREQ configuration (2014-06-16 19:44:34 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.17

* Enable Marzen board and r8a7779 SoC, CPUFREQ and PM_RUNTIME in
  shmobile (multiplatform) defconfig
* Enable LED support in armadillo800eva defconfig

----------------------------------------------------------------
Gaku Inami (1):
      ARM: shmobile: Enable CPUFREQ configuration

Geert Uytterhoeven (1):
      ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO

Simon Horman (2):
      ARM: shmobile: marzen: Add to shmobile defconfig
      ARM: shmobile: Enable PM_RUNTIME in defconfig

 arch/arm/configs/armadillo800eva_defconfig |  4 ++++
 arch/arm/configs/shmobile_defconfig        | 21 ++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

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

* [PATCH 3/4] ARM: shmobile: Enable PM_RUNTIME in defconfig
  2014-06-23  2:25   ` Simon Horman
@ 2014-06-23  2:25     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 8cde033..94d7736 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -35,6 +35,7 @@ CONFIG_KEXEC=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
-- 
2.0.0.rc2


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17
@ 2014-06-23  2:25   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.17.


The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:

  Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)

are available in the git repository at:

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

for you to fetch changes up to 468c570ed078f0326745bfe85868adb925659502:

  ARM: shmobile: Enable CPUFREQ configuration (2014-06-16 19:44:34 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.17

* Enable Marzen board and r8a7779 SoC, CPUFREQ and PM_RUNTIME in
  shmobile (multiplatform) defconfig
* Enable LED support in armadillo800eva defconfig

----------------------------------------------------------------
Gaku Inami (1):
      ARM: shmobile: Enable CPUFREQ configuration

Geert Uytterhoeven (1):
      ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO

Simon Horman (2):
      ARM: shmobile: marzen: Add to shmobile defconfig
      ARM: shmobile: Enable PM_RUNTIME in defconfig

 arch/arm/configs/armadillo800eva_defconfig |  4 ++++
 arch/arm/configs/shmobile_defconfig        | 21 ++++++++++++++++++++-
 2 files changed, 24 insertions(+), 1 deletion(-)

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

* [PATCH 3/4] ARM: shmobile: Enable PM_RUNTIME in defconfig
@ 2014-06-23  2:25     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 8cde033..94d7736 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -35,6 +35,7 @@ CONFIG_KEXEC=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
-- 
2.0.0.rc2

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

* [PATCH 4/4] ARM: shmobile: Enable CPUFREQ configuration
  2014-06-23  2:25   ` Simon Horman
@ 2014-06-23  2:25     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Gaku Inami <gaku.inami.xw@bp.renesas.com>

This changes of configuration is multiplatform build only for r8a7790/r8a7791.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 94d7736..c4b72aa 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -147,3 +147,16 @@ 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_CPU_FREQ=y
+CONFIG_CPU_FREQ_GOV_COMMON=y
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPU_THERMAL=y
+CONFIG_GENERIC_CPUFREQ_CPU0=y
+CONFIG_REGULATOR_DA9210=y
-- 
2.0.0.rc2


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

* [PATCH 4/4] ARM: shmobile: Enable CPUFREQ configuration
@ 2014-06-23  2:25     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-06-23  2:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Gaku Inami <gaku.inami.xw@bp.renesas.com>

This changes of configuration is multiplatform build only for r8a7790/r8a7791.

Signed-off-by: Gaku Inami <gaku.inami.xw@bp.renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 94d7736..c4b72aa 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -147,3 +147,16 @@ 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_CPU_FREQ=y
+CONFIG_CPU_FREQ_GOV_COMMON=y
+CONFIG_CPU_FREQ_STAT=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPU_THERMAL=y
+CONFIG_GENERIC_CPUFREQ_CPU0=y
+CONFIG_REGULATOR_DA9210=y
-- 
2.0.0.rc2

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17
  2014-06-23  2:25   ` Simon Horman
@ 2014-07-07  0:10     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2014-07-07  0:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 23, 2014 at 11:25:34AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.17.
> 
> 
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-defconfig-for-v3.17
> 
> for you to fetch changes up to 468c570ed078f0326745bfe85868adb925659502:
> 
>   ARM: shmobile: Enable CPUFREQ configuration (2014-06-16 19:44:34 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.17
> 
> * Enable Marzen board and r8a7779 SoC, CPUFREQ and PM_RUNTIME in
>   shmobile (multiplatform) defconfig
> * Enable LED support in armadillo800eva defconfig

Merged into next/defconfig. Thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17
@ 2014-07-07  0:10     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2014-07-07  0:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jun 23, 2014 at 11:25:34AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.17.
> 
> 
> The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f:
> 
>   Linux 3.16-rc1 (2014-06-15 17:45:28 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-defconfig-for-v3.17
> 
> for you to fetch changes up to 468c570ed078f0326745bfe85868adb925659502:
> 
>   ARM: shmobile: Enable CPUFREQ configuration (2014-06-16 19:44:34 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.17
> 
> * Enable Marzen board and r8a7779 SoC, CPUFREQ and PM_RUNTIME in
>   shmobile (multiplatform) defconfig
> * Enable LED support in armadillo800eva defconfig

Merged into next/defconfig. Thanks.


-Olof

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

* [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTSes

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming"),
  - I2C_RIIC was enabled in the old genmai_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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3b13614..0cd63f5 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -49,6 +49,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS 
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_RIIC=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
-- 
2.0.1


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

* [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTSes

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming"),
  - I2C_RIIC was enabled in the old genmai_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 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3b13614..0cd63f5 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -49,6 +49,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_EEPROM_AT24=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=20
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_RIIC=y
 CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
-- 
2.0.1

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

* [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/ape6evm_defconfig | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index bb396c0..b54b28f 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -12,7 +12,6 @@ CONFIG_KALLSYMS_ALL=y
 CONFIG_EMBEDDED=y
 CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
-# CONFIG_BLOCK is not set
 CONFIG_ARCH_SHMOBILE_LEGACY=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_MACH_APE6EVM=y
@@ -64,6 +63,8 @@ CONFIG_SERIAL_NONSTANDARD=y
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS\x12
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_I2C=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_GPIO_SH_PFC=y
 CONFIG_GPIOLIB=y
 # CONFIG_HWMON is not set
@@ -72,11 +73,17 @@ CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_REGULATOR_MAX8973=y
 # CONFIG_HID is not set
 # 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_DMADEVICES=y
+CONFIG_SH_DMAE=y
 # CONFIG_IOMMU_SUPPORT is not set
 # CONFIG_DNOTIFY is not set
 CONFIG_TMPFS=y
-- 
2.0.1


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

* [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/ape6evm_defconfig | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index bb396c0..b54b28f 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -12,7 +12,6 @@ CONFIG_KALLSYMS_ALL=y
 CONFIG_EMBEDDED=y
 CONFIG_PERF_EVENTS=y
 CONFIG_SLAB=y
-# CONFIG_BLOCK is not set
 CONFIG_ARCH_SHMOBILE_LEGACY=y
 CONFIG_ARCH_R8A73A4=y
 CONFIG_MACH_APE6EVM=y
@@ -64,6 +63,8 @@ CONFIG_SERIAL_NONSTANDARD=y
 CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=12
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_I2C=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_GPIO_SH_PFC=y
 CONFIG_GPIOLIB=y
 # CONFIG_HWMON is not set
@@ -72,11 +73,17 @@ CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_REGULATOR_MAX8973=y
 # CONFIG_HID is not set
 # 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_DMADEVICES=y
+CONFIG_SH_DMAE=y
 # CONFIG_IOMMU_SUPPORT is not set
 # CONFIG_DNOTIFY is not set
 CONFIG_TMPFS=y
-- 
2.0.1

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

* [PATCH 3/8] ARM: shmobile: bockw_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 e816140..70b3f45 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -55,6 +55,7 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_NETDEVICES=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y
 # CONFIG_HWMON is not set
 CONFIG_I2C=y
 CONFIG_I2C_RCAR=y
+CONFIG_GPIO_RCAR=y
 CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
-- 
2.0.1


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

* [PATCH 3/8] ARM: shmobile: bockw_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 e816140..70b3f45 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -55,6 +55,7 @@ CONFIG_MTD_BLOCK=y
 CONFIG_MTD_CFI=y
 CONFIG_MTD_CFI_AMDSTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_SCSI=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_NETDEVICES=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y
 # CONFIG_HWMON is not set
 CONFIG_I2C=y
 CONFIG_I2C_RCAR=y
+CONFIG_GPIO_RCAR=y
 CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
-- 
2.0.1

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

* [PATCH 4/8] ARM: shmobile: koelsch_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/koelsch_defconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
index 86faab5..b33d19b 100644
--- a/arch/arm/configs/koelsch_defconfig
+++ b/arch/arm/configs/koelsch_defconfig
@@ -15,6 +15,9 @@ CONFIG_MACH_KOELSCH=y
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
 CONFIG_SMP=y
 CONFIG_SCHED_MC=y
 CONFIG_NR_CPUS=8
@@ -42,6 +45,8 @@ CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
+CONFIG_EEPROM_AT24=y
 CONFIG_NETDEVICES=y
 # CONFIG_NET_VENDOR_ARC is not set
 # CONFIG_NET_CADENCE is not set
@@ -66,9 +71,12 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS 
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
@@ -76,7 +84,16 @@ CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_ADV7180=y
 # CONFIG_HID is not set
 # CONFIG_USB_SUPPORT is not set
 CONFIG_MMC=y
-- 
2.0.1


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

* [PATCH 4/8] ARM: shmobile: koelsch_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/koelsch_defconfig | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
index 86faab5..b33d19b 100644
--- a/arch/arm/configs/koelsch_defconfig
+++ b/arch/arm/configs/koelsch_defconfig
@@ -15,6 +15,9 @@ CONFIG_MACH_KOELSCH=y
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
 CONFIG_SMP=y
 CONFIG_SCHED_MC=y
 CONFIG_NR_CPUS=8
@@ -42,6 +45,8 @@ CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
+CONFIG_EEPROM_AT24=y
 CONFIG_NETDEVICES=y
 # CONFIG_NET_VENDOR_ARC is not set
 # CONFIG_NET_CADENCE is not set
@@ -66,9 +71,12 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=20
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
@@ -76,7 +84,16 @@ CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_ADV7180=y
 # CONFIG_HID is not set
 # CONFIG_USB_SUPPORT is not set
 CONFIG_MMC=y
-- 
2.0.1

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

* [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

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

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index bd097d4..8cb115d 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -119,6 +119,7 @@ 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_RTC_DRV_RS5C372=y
 CONFIG_DMADEVICES=y
-- 
2.0.1


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

* [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

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

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index bd097d4..8cb115d 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -119,6 +119,7 @@ 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_RTC_DRV_RS5C372=y
 CONFIG_DMADEVICES=y
-- 
2.0.1

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

* [PATCH 6/8] ARM: shmobile: lager_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/lager_defconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 5870244..929c571 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -22,6 +22,9 @@ CONFIG_ARM_ERRATA_458693=y
 CONFIG_ARM_ERRATA_460075=y
 CONFIG_ARM_ERRATA_743622=y
 CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
@@ -53,6 +56,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
@@ -85,11 +89,12 @@ 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_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIO_SH_PFC=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_RCAR=y
@@ -98,6 +103,7 @@ CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
-- 
2.0.1


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

* [PATCH 6/8] ARM: shmobile: lager_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Notes:
  - MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
    03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
    nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
    ("mtd: spi-nor: shorten Kconfig naming").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/lager_defconfig | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 5870244..929c571 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -22,6 +22,9 @@ CONFIG_ARM_ERRATA_458693=y
 CONFIG_ARM_ERRATA_460075=y
 CONFIG_ARM_ERRATA_743622=y
 CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
 CONFIG_HAVE_ARM_ARCH_TIMER=y
 CONFIG_AEABI=y
 # CONFIG_OABI_COMPAT is not set
@@ -53,6 +56,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_SD=y
 CONFIG_ATA=y
 CONFIG_SATA_RCAR=y
@@ -85,11 +89,12 @@ 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=y
 CONFIG_I2C_GPIO=y
+CONFIG_I2C_SH_MOBILE=y
 CONFIG_I2C_RCAR=y
 CONFIG_SPI=y
 CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
 CONFIG_GPIO_SH_PFC=y
 CONFIG_GPIOLIB=y
 CONFIG_GPIO_RCAR=y
@@ -98,6 +103,7 @@ CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
-- 
2.0.1

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18
@ 2014-08-23  1:44   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.18.


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

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

for you to fetch changes up to 874ee23c83d888f8824305c277e047c7799f30b9:

  ARM: shmobile: defconfig: enable initrd (2014-08-18 08:07:38 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.18

* Enable initrd in shmobile defconfig
* Enable missing hardware support in shmobile and several board defconfigs

----------------------------------------------------------------
Geert Uytterhoeven (7):
      ARM: shmobile: shmobile_defconfig: Enable missing hardware support
      ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
      ARM: shmobile: bockw_defconfig: Enable missing hardware support
      ARM: shmobile: koelsch_defconfig: Enable missing hardware support
      ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
      ARM: shmobile: lager_defconfig: Enable missing hardware support
      ARM: shmobile: marzen_defconfig: Enable missing hardware support

Kevin Hilman (1):
      ARM: shmobile: defconfig: enable initrd

 arch/arm/configs/ape6evm_defconfig  |  9 ++++++++-
 arch/arm/configs/bockw_defconfig    |  2 ++
 arch/arm/configs/koelsch_defconfig  | 17 +++++++++++++++++
 arch/arm/configs/kzm9g_defconfig    |  1 +
 arch/arm/configs/lager_defconfig    |  8 +++++++-
 arch/arm/configs/marzen_defconfig   |  1 +
 arch/arm/configs/shmobile_defconfig |  3 +++
 7 files changed, 39 insertions(+), 2 deletions(-)

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

* [PATCH 7/8] ARM: shmobile: marzen_defconfig: Enable missing hardware support
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 92994f7..ff91630 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -84,6 +84,7 @@ CONFIG_GPIO_RCAR=y
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_SSB=y
+CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
-- 
2.0.1


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18
@ 2014-08-23  1:44   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.18.


The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:

  Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)

are available in the git repository at:

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

for you to fetch changes up to 874ee23c83d888f8824305c277e047c7799f30b9:

  ARM: shmobile: defconfig: enable initrd (2014-08-18 08:07:38 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.18

* Enable initrd in shmobile defconfig
* Enable missing hardware support in shmobile and several board defconfigs

----------------------------------------------------------------
Geert Uytterhoeven (7):
      ARM: shmobile: shmobile_defconfig: Enable missing hardware support
      ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
      ARM: shmobile: bockw_defconfig: Enable missing hardware support
      ARM: shmobile: koelsch_defconfig: Enable missing hardware support
      ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
      ARM: shmobile: lager_defconfig: Enable missing hardware support
      ARM: shmobile: marzen_defconfig: Enable missing hardware support

Kevin Hilman (1):
      ARM: shmobile: defconfig: enable initrd

 arch/arm/configs/ape6evm_defconfig  |  9 ++++++++-
 arch/arm/configs/bockw_defconfig    |  2 ++
 arch/arm/configs/koelsch_defconfig  | 17 +++++++++++++++++
 arch/arm/configs/kzm9g_defconfig    |  1 +
 arch/arm/configs/lager_defconfig    |  8 +++++++-
 arch/arm/configs/marzen_defconfig   |  1 +
 arch/arm/configs/shmobile_defconfig |  3 +++
 7 files changed, 39 insertions(+), 2 deletions(-)

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

* [PATCH 7/8] ARM: shmobile: marzen_defconfig: Enable missing hardware support
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Based on the DTS

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 92994f7..ff91630 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -84,6 +84,7 @@ CONFIG_GPIO_RCAR=y
 CONFIG_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_SSB=y
+CONFIG_REGULATOR=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
-- 
2.0.1

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

* [PATCH 8/8] ARM: shmobile: defconfig: enable initrd
  2014-08-23  1:44   ` Simon Horman
@ 2014-08-23  1:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kevin Hilman <khilman@linaro.org>

Enable initrd support.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
[horms+renesas@verge.net.au: dropped enabling atag dtb compat]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 0cd63f5..b7ebf1e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -3,6 +3,7 @@ CONFIG_NO_HZ=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT\x16
+CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_EMBEDDED=y
-- 
2.0.1


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

* [PATCH 8/8] ARM: shmobile: defconfig: enable initrd
@ 2014-08-23  1:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-08-23  1:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kevin Hilman <khilman@linaro.org>

Enable initrd support.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
[horms+renesas at verge.net.au: dropped enabling atag dtb compat]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 0cd63f5..b7ebf1e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -3,6 +3,7 @@ CONFIG_NO_HZ=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=16
+CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL_SYSCALL=y
 CONFIG_EMBEDDED=y
-- 
2.0.1

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

* [PATCH 1/4] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig
  2014-11-10  1:32   ` Simon Horman
@ 2014-11-10  1:32     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

This is consistent with other shmobile defconfigs.

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

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index b54b28f..db81d8c 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -33,6 +33,7 @@ CONFIG_ARM_APPENDED_DTB=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_BINFMT_MISC=y
+CONFIG_PM_RUNTIME=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
-- 
2.1.1


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

* [PATCH 1/4] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig
@ 2014-11-10  1:32     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

This is consistent with other shmobile defconfigs.

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

diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index b54b28f..db81d8c 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -33,6 +33,7 @@ CONFIG_ARM_APPENDED_DTB=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 CONFIG_BINFMT_MISC=y
+CONFIG_PM_RUNTIME=y
 CONFIG_NET=y
 CONFIG_PACKET=y
 CONFIG_UNIX=y
-- 
2.1.1

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

* [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
  2014-11-10  1:32   ` Simon Horman
@ 2014-11-10  1:32     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 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/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d7346ad..87469ca 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -146,6 +146,7 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
+CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
 CONFIG_PWM_RENESAS_TPU=y
-- 
2.1.1


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

* [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
@ 2014-11-10  1:32     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 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/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index d7346ad..87469ca 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -146,6 +146,7 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
+CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
 CONFIG_PWM_RENESAS_TPU=y
-- 
2.1.1

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
@ 2014-11-10  1:32   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.19.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -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.19

for you to fetch changes up to ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:

  ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.19

* Enable AK4642, Audo DMAC peri peri and R-Car DMAC in shmobile defconrig
* Enable PM Runtime in ape6evm defconfig

----------------------------------------------------------------
Kuninori Morimoto (3):
      ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
      ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig
      ARM: shmobile: multiplatform: add AK4642 support on defconfig

Simon Horman (1):
      ARM: shmobile: ape6evm: Enable PM Runtime in defconfig

 arch/arm/configs/ape6evm_defconfig  | 1 +
 arch/arm/configs/shmobile_defconfig | 3 +++
 2 files changed, 4 insertions(+)

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

* [PATCH 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig
  2014-11-10  1:32   ` Simon Horman
@ 2014-11-10  1:32     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 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/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 87469ca..8a39a46 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -146,6 +146,7 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
+CONFIG_RCAR_AUDMAC_PP=y
 CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
-- 
2.1.1


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
@ 2014-11-10  1:32   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.19.


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -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.19

for you to fetch changes up to ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:

  ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.19

* Enable AK4642, Audo DMAC peri peri and R-Car DMAC in shmobile defconrig
* Enable PM Runtime in ape6evm defconfig

----------------------------------------------------------------
Kuninori Morimoto (3):
      ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
      ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig
      ARM: shmobile: multiplatform: add AK4642 support on defconfig

Simon Horman (1):
      ARM: shmobile: ape6evm: Enable PM Runtime in defconfig

 arch/arm/configs/ape6evm_defconfig  | 1 +
 arch/arm/configs/shmobile_defconfig | 3 +++
 2 files changed, 4 insertions(+)

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

* [PATCH 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig
@ 2014-11-10  1:32     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 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/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 87469ca..8a39a46 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -146,6 +146,7 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
+CONFIG_RCAR_AUDMAC_PP=y
 CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
-- 
2.1.1

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

* [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 support on defconfig
  2014-11-10  1:32   ` Simon Horman
@ 2014-11-10  1:32     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

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

AK4642 is well used audio codec on Renesas reference board

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 8a39a46..cc67508 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -126,6 +126,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_SH4_FSI=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_AK4642=y
 CONFIG_SND_SOC_WM8978=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
-- 
2.1.1


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

* [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 support on defconfig
@ 2014-11-10  1:32     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-11-10  1:32 UTC (permalink / raw)
  To: linux-arm-kernel

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

AK4642 is well used audio codec on Renesas reference board

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 8a39a46..cc67508 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -126,6 +126,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_SH4_FSI=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_AK4642=y
 CONFIG_SND_SOC_WM8978=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
-- 
2.1.1

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
  2014-11-10  1:32   ` Simon Horman
@ 2014-11-19 21:39     ` Arnd Bergmann
  -1 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2014-11-19 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 10 November 2014, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.19.
> 
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -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.19
> 
> for you to fetch changes up to ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:
> 
>   ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.19
> 
> * Enable AK4642, Audo DMAC peri peri and R-Car DMAC in shmobile defconrig
> * Enable PM Runtime in ape6evm defconfig

Pulled into next/defconfig, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
@ 2014-11-19 21:39     ` Arnd Bergmann
  0 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2014-11-19 21:39 UTC (permalink / raw)
  To: linux-arm-kernel

On Monday 10 November 2014, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.19.
> 
> 
> The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:
> 
>   Linux 3.18-rc1 (2014-10-19 18:08:38 -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.19
> 
> for you to fetch changes up to ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:
> 
>   ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.19
> 
> * Enable AK4642, Audo DMAC peri peri and R-Car DMAC in shmobile defconrig
> * Enable PM Runtime in ape6evm defconfig

Pulled into next/defconfig, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19
@ 2014-12-11  2:33   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-11  2:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig fixes for v3.19.

This pull request is based on the previous round of
such requests, tagged as defconfig-for-v3.19,
which I have already sent a pull-request for.


The following changes since commit ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:

  ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)

are available in the git repository at:

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

for you to fetch changes up to b6f6383b98092a1759d19893875bba90c8d9f446:

  Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig" (2014-12-10 11:33:24 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Fixes for v3.19

* Revert change enabling RCAR_AUDMAC_PP in shmobile_defconfig

  Unfortunately enabling RCAR_AUDMAC_PP support this patch breaks dmaengine
  support on R-Car Gen2 boards. This should be resolved by driver updates
  in v3.20. But v3.19 was too early for this defconfig change.

----------------------------------------------------------------
Simon Horman (1):
      Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"

 arch/arm/configs/shmobile_defconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19
@ 2014-12-11  2:33   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-11  2:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig fixes for v3.19.

This pull request is based on the previous round of
such requests, tagged as defconfig-for-v3.19,
which I have already sent a pull-request for.


The following changes since commit ccde0fbd4fe88151c8d3a93a3e3a939a0a1753b2:

  ARM: shmobile: multiplatform: add AK4642 support on defconfig (2014-11-05 14:47:56 +0900)

are available in the git repository at:

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

for you to fetch changes up to b6f6383b98092a1759d19893875bba90c8d9f446:

  Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig" (2014-12-10 11:33:24 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Fixes for v3.19

* Revert change enabling RCAR_AUDMAC_PP in shmobile_defconfig

  Unfortunately enabling RCAR_AUDMAC_PP support this patch breaks dmaengine
  support on R-Car Gen2 boards. This should be resolved by driver updates
  in v3.20. But v3.19 was too early for this defconfig change.

----------------------------------------------------------------
Simon Horman (1):
      Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"

 arch/arm/configs/shmobile_defconfig | 1 -
 1 file changed, 1 deletion(-)

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

* [PATCH] Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"
  2014-12-11  2:33   ` Simon Horman
@ 2014-12-11  2:33     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-11  2:33 UTC (permalink / raw)
  To: linux-arm-kernel

This reverts commit 2315f9fce4da7df9362e4baeb5250d14ea48bf63.

Unfortunately enabling RCAR_AUDMAC_PP support this patch breaks dmaengine
support on R-Car Gen2 boards. This should be resolved by driver updates
in v3.20. But v3.19 was too early for this defconfig change.

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 cc67508..302faab 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -147,7 +147,6 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
-CONFIG_RCAR_AUDMAC_PP=y
 CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
-- 
2.1.3


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

* [PATCH] Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig"
@ 2014-12-11  2:33     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-11  2:33 UTC (permalink / raw)
  To: linux-arm-kernel

This reverts commit 2315f9fce4da7df9362e4baeb5250d14ea48bf63.

Unfortunately enabling RCAR_AUDMAC_PP support this patch breaks dmaengine
support on R-Car Gen2 boards. This should be resolved by driver updates
in v3.20. But v3.19 was too early for this defconfig change.

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 cc67508..302faab 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -147,7 +147,6 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
-CONFIG_RCAR_AUDMAC_PP=y
 CONFIG_RCAR_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_PWM=y
-- 
2.1.3

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19
  2014-12-11  2:33   ` Simon Horman
@ 2014-12-16 20:44     ` Arnd Bergmann
  -1 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2014-12-16 20:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 11 December 2014 11:33:15 Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig fixes for v3.19.
> 
> This pull request is based on the previous round of
> such requests, tagged as defconfig-for-v3.19,
> which I have already sent a pull-request for.
> 

Pulled into the arm-soc/fixes branch, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19
@ 2014-12-16 20:44     ` Arnd Bergmann
  0 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2014-12-16 20:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 11 December 2014 11:33:15 Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig fixes for v3.19.
> 
> This pull request is based on the previous round of
> such requests, tagged as defconfig-for-v3.19,
> which I have already sent a pull-request for.
> 

Pulled into the arm-soc/fixes branch, thanks!

	Arnd

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

* [PATCH 1/5] ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
  2014-12-29  1:43   ` Simon Horman
@ 2014-12-29  1:43     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

CONFIG_SENSORS_AK8975 was renamed to CONFIG_AK8975 in commit
2fc72cd8354e3e9c ("iio:magnetometer:ak8975 move driver out of staging")
in v3.10.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/kzm9g_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index 5d63fc5..23e8d14 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -126,8 +126,8 @@ CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_ASYNC_TX_DMA=y
 CONFIG_STAGING=y
-CONFIG_SENSORS_AK8975=y
 CONFIG_IIO=y
+CONFIG_AK8975=y
 # CONFIG_DNOTIFY is not set
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
2.1.3


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

* [PATCH 1/5] ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
@ 2014-12-29  1:43     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

CONFIG_SENSORS_AK8975 was renamed to CONFIG_AK8975 in commit
2fc72cd8354e3e9c ("iio:magnetometer:ak8975 move driver out of staging")
in v3.10.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/kzm9g_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index 5d63fc5..23e8d14 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -126,8 +126,8 @@ CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_ASYNC_TX_DMA=y
 CONFIG_STAGING=y
-CONFIG_SENSORS_AK8975=y
 CONFIG_IIO=y
+CONFIG_AK8975=y
 # CONFIG_DNOTIFY is not set
 CONFIG_VFAT_FS=y
 CONFIG_TMPFS=y
-- 
2.1.3

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

* [PATCH 2/5] ARM: shmobile: defconfig: cleanup by savedefconfig
  2014-12-29  1:43   ` Simon Horman
@ 2014-12-29  1:43     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

Current shmobile_defconfig is not created from savedefconfig.
Therefore, next defconfig patch will be unreadable. this patch
tidyup this issue by below command

 > make shmobile_defconfig
 > make savedefconfig
 > cp defconfig ${LINUX}/arch/arm/config/shmobile_defconfig

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms: Resolved conflicts; in particular leaving CONFIG_CPUFREQ_DT enabled]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3df6ca0..ad52868 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -19,7 +19,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_MACH_LAGER=y
 CONFIG_MACH_MARZEN=y
-# CONFIG_SWP_EMULATE is not set
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
@@ -36,6 +35,13 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_KEXEC=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPUFREQ_DT=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
@@ -98,9 +104,10 @@ CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
+CONFIG_CPU_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
@@ -154,7 +161,6 @@ CONFIG_PWM_RENESAS_TPU=y
 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
@@ -166,16 +172,3 @@ 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_CPU_FREQ=y
-CONFIG_CPU_FREQ_GOV_COMMON=y
-CONFIG_CPU_FREQ_STAT=y
-CONFIG_CPU_FREQ_STAT_DETAILS=y
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_POWERSAVE=y
-CONFIG_CPU_FREQ_GOV_USERSPACE=y
-CONFIG_CPU_FREQ_GOV_ONDEMAND=y
-CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
-CONFIG_CPU_THERMAL=y
-CONFIG_CPUFREQ_DT=y
-CONFIG_REGULATOR_DA9210=y
-- 
2.1.3


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

* [PATCH 2/5] ARM: shmobile: defconfig: cleanup by savedefconfig
@ 2014-12-29  1:43     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

Current shmobile_defconfig is not created from savedefconfig.
Therefore, next defconfig patch will be unreadable. this patch
tidyup this issue by below command

 > make shmobile_defconfig
 > make savedefconfig
 > cp defconfig ${LINUX}/arch/arm/config/shmobile_defconfig

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
[horms: Resolved conflicts; in particular leaving CONFIG_CPUFREQ_DT enabled]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3df6ca0..ad52868 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -19,7 +19,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_MACH_LAGER=y
 CONFIG_MACH_MARZEN=y
-# CONFIG_SWP_EMULATE is not set
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
@@ -36,6 +35,13 @@ CONFIG_ZBOOT_ROM_TEXT=0x0
 CONFIG_ZBOOT_ROM_BSS=0x0
 CONFIG_ARM_APPENDED_DTB=y
 CONFIG_KEXEC=y
+CONFIG_CPU_FREQ=y
+CONFIG_CPU_FREQ_STAT_DETAILS=y
+CONFIG_CPU_FREQ_GOV_POWERSAVE=y
+CONFIG_CPU_FREQ_GOV_USERSPACE=y
+CONFIG_CPU_FREQ_GOV_ONDEMAND=y
+CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
+CONFIG_CPUFREQ_DT=y
 CONFIG_VFP=y
 CONFIG_NEON=y
 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
@@ -98,9 +104,10 @@ CONFIG_GPIO_EM=y
 CONFIG_GPIO_RCAR=y
 # CONFIG_HWMON is not set
 CONFIG_THERMAL=y
+CONFIG_CPU_THERMAL=y
 CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
-CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
@@ -154,7 +161,6 @@ CONFIG_PWM_RENESAS_TPU=y
 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
@@ -166,16 +172,3 @@ 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_CPU_FREQ=y
-CONFIG_CPU_FREQ_GOV_COMMON=y
-CONFIG_CPU_FREQ_STAT=y
-CONFIG_CPU_FREQ_STAT_DETAILS=y
-CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
-CONFIG_CPU_FREQ_GOV_POWERSAVE=y
-CONFIG_CPU_FREQ_GOV_USERSPACE=y
-CONFIG_CPU_FREQ_GOV_ONDEMAND=y
-CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
-CONFIG_CPU_THERMAL=y
-CONFIG_CPUFREQ_DT=y
-CONFIG_REGULATOR_DA9210=y
-- 
2.1.3

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

* [PATCH 3/5] ARM: shmobile: defconfig: add MTD_BLOCK
  2014-12-29  1:43   ` Simon Horman
@ 2014-12-29  1:43     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

MTD_BLOOK is needed for accessing to SPI-FLASH

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reported-by: Cao Minh Hiep <cm-hiep@jinso.co.jp>
Reported-by: Bui Duc Phuc ( Fukuda ) <bd-phuc@jinso.co.jp>
Reported-by: Nguyen Xuan Nui <nx-nui@jinso.co.jp>
Acked-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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index ad52868..a936a2e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -56,6 +56,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_EEPROM_AT24=y
-- 
2.1.3


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

* [PATCH 3/5] ARM: shmobile: defconfig: add MTD_BLOCK
@ 2014-12-29  1:43     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

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

MTD_BLOOK is needed for accessing to SPI-FLASH

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reported-by: Cao Minh Hiep <cm-hiep@jinso.co.jp>
Reported-by: Bui Duc Phuc ( Fukuda ) <bd-phuc@jinso.co.jp>
Reported-by: Nguyen Xuan Nui <nx-nui@jinso.co.jp>
Acked-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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index ad52868..a936a2e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -56,6 +56,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_EEPROM_AT24=y
-- 
2.1.3

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20
@ 2014-12-29  1:43   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -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.20

for you to fetch changes up to db54d850b686c2ca81c10dd3582e98ee089a0e3a:

  ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig (2014-12-21 16:53:36 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.20

* Enable DA9063, MICREL_PHY and MTD_BLOCK watchdog in multiplatform defconfig
* Update AK8975 config option in kzm9g defconfig

----------------------------------------------------------------
Geert Uytterhoeven (3):
      ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
      ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
      ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig

Kuninori Morimoto (2):
      ARM: shmobile: defconfig: cleanup by savedefconfig
      ARM: shmobile: defconfig: add MTD_BLOCK

 arch/arm/configs/kzm9g_defconfig    |  2 +-
 arch/arm/configs/shmobile_defconfig | 30 ++++++++++++++----------------
 2 files changed, 15 insertions(+), 17 deletions(-)

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

* [PATCH 4/5] ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
  2014-12-29  1:43   ` Simon Horman
@ 2014-12-29  1:43     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

commit 1c9106cb783cd227 ("ARM: shmobile: lager-reference: DTS-only board
support"), dropped the MACH_LAGER Kconfig section, which did "select
MICREL_PHY if SH_ETH". Hence we now have to enable MICREL_PHY explicitly
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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index a936a2e..a9a1b0af 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -80,6 +80,7 @@ CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
 CONFIG_SMSC_PHY=y
+CONFIG_MICREL_PHY=y
 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
-- 
2.1.3


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20
@ 2014-12-29  1:43   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v3.20.


The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -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.20

for you to fetch changes up to db54d850b686c2ca81c10dd3582e98ee089a0e3a:

  ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig (2014-12-21 16:53:36 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.20

* Enable DA9063, MICREL_PHY and MTD_BLOCK watchdog in multiplatform defconfig
* Update AK8975 config option in kzm9g defconfig

----------------------------------------------------------------
Geert Uytterhoeven (3):
      ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
      ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
      ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig

Kuninori Morimoto (2):
      ARM: shmobile: defconfig: cleanup by savedefconfig
      ARM: shmobile: defconfig: add MTD_BLOCK

 arch/arm/configs/kzm9g_defconfig    |  2 +-
 arch/arm/configs/shmobile_defconfig | 30 ++++++++++++++----------------
 2 files changed, 15 insertions(+), 17 deletions(-)

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

* [PATCH 4/5] ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
@ 2014-12-29  1:43     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

commit 1c9106cb783cd227 ("ARM: shmobile: lager-reference: DTS-only board
support"), dropped the MACH_LAGER Kconfig section, which did "select
MICREL_PHY if SH_ETH". Hence we now have to enable MICREL_PHY explicitly
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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index a936a2e..a9a1b0af 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -80,6 +80,7 @@ CONFIG_SMSC911X=y
 # CONFIG_NET_VENDOR_VIA is not set
 # CONFIG_NET_VENDOR_WIZNET is not set
 CONFIG_SMSC_PHY=y
+CONFIG_MICREL_PHY=y
 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
 CONFIG_KEYBOARD_GPIO=y
 # CONFIG_INPUT_MOUSE is not set
-- 
2.1.3

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

* [PATCH 5/5] ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig
  2014-12-29  1:43   ` Simon Horman
@ 2014-12-29  1:43     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

This allows to restart koelsch on watchdog timeout or manual system
restart request.

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 a9a1b0af..99e1226 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -108,6 +108,9 @@ CONFIG_GPIO_RCAR=y
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
 CONFIG_RCAR_THERMAL=y
+CONFIG_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=y
+CONFIG_MFD_DA9063=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.3


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

* [PATCH 5/5] ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig
@ 2014-12-29  1:43     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2014-12-29  1:43 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

This allows to restart koelsch on watchdog timeout or manual system
restart request.

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 a9a1b0af..99e1226 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -108,6 +108,9 @@ CONFIG_GPIO_RCAR=y
 CONFIG_THERMAL=y
 CONFIG_CPU_THERMAL=y
 CONFIG_RCAR_THERMAL=y
+CONFIG_WATCHDOG=y
+CONFIG_DA9063_WATCHDOG=y
+CONFIG_MFD_DA9063=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.3

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20
  2014-12-29  1:43   ` Simon Horman
@ 2015-01-12 22:22     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-01-12 22:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 29, 2014 at 10:43:21AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.20.
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -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.20
> 
> for you to fetch changes up to db54d850b686c2ca81c10dd3582e98ee089a0e3a:
> 
>   ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig (2014-12-21 16:53:36 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.20
> 
> * Enable DA9063, MICREL_PHY and MTD_BLOCK watchdog in multiplatform defconfig
> * Update AK8975 config option in kzm9g defconfig
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (3):
>       ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
>       ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
>       ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig
> 
> Kuninori Morimoto (2):
>       ARM: shmobile: defconfig: cleanup by savedefconfig
>       ARM: shmobile: defconfig: add MTD_BLOCK
> 
>  arch/arm/configs/kzm9g_defconfig    |  2 +-
>  arch/arm/configs/shmobile_defconfig | 30 ++++++++++++++----------------
>  2 files changed, 15 insertions(+), 17 deletions(-)

Merged into next/defconfig, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20
@ 2015-01-12 22:22     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-01-12 22:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Dec 29, 2014 at 10:43:21AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v3.20.
> 
> 
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -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.20
> 
> for you to fetch changes up to db54d850b686c2ca81c10dd3582e98ee089a0e3a:
> 
>   ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig (2014-12-21 16:53:36 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Defconfig Updates for v3.20
> 
> * Enable DA9063, MICREL_PHY and MTD_BLOCK watchdog in multiplatform defconfig
> * Update AK8975 config option in kzm9g defconfig
> 
> ----------------------------------------------------------------
> Geert Uytterhoeven (3):
>       ARM: shmobile: kzm9g_defconfig: Update AK8975 config option
>       ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig
>       ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig
> 
> Kuninori Morimoto (2):
>       ARM: shmobile: defconfig: cleanup by savedefconfig
>       ARM: shmobile: defconfig: add MTD_BLOCK
> 
>  arch/arm/configs/kzm9g_defconfig    |  2 +-
>  arch/arm/configs/shmobile_defconfig | 30 ++++++++++++++----------------
>  2 files changed, 15 insertions(+), 17 deletions(-)

Merged into next/defconfig, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
@ 2015-01-29  1:31   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig fixes for v3.20.

This pull request is based on "Second Round of Renesas ARM Based SoC
Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
you have previously pulled.


That pull-request was comprised of a single patch "ARM: shmobile: Enable
kzm9g board in multiplatform defconfig" which updated the mach_shmobile
based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
multiplatform support present. And due to REGULATOR being indirectly
selected by Kconfig with that support prsent it was not present in the
resulting shmobile_defconfig.

However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
least in SDHI not working on boards based on R-Car Gen2 SoCs.

It may have been better if I had held off on the patch in question
until sh73a0/kzm9g multiplatform support was merged, something I expected
to occur for v3.20. But things being as they are this pull-request
provides a simple fix for the fallout.


The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:

  ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)

are available in the git repository at:

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

for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:

  ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Fixes for v3.20

* Select CONFIG_REGULATOR in mach_shmobile defconfig once again

----------------------------------------------------------------
Kuninori Morimoto (1):
      ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again

 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
@ 2015-01-29  1:31   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig fixes for v3.20.

This pull request is based on "Second Round of Renesas ARM Based SoC
Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
you have previously pulled.


That pull-request was comprised of a single patch "ARM: shmobile: Enable
kzm9g board in multiplatform defconfig" which updated the mach_shmobile
based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
multiplatform support present. And due to REGULATOR being indirectly
selected by Kconfig with that support prsent it was not present in the
resulting shmobile_defconfig.

However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
least in SDHI not working on boards based on R-Car Gen2 SoCs.

It may have been better if I had held off on the patch in question
until sh73a0/kzm9g multiplatform support was merged, something I expected
to occur for v3.20. But things being as they are this pull-request
provides a simple fix for the fallout.


The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:

  ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)

are available in the git repository at:

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

for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:

  ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Fixes for v3.20

* Select CONFIG_REGULATOR in mach_shmobile defconfig once again

----------------------------------------------------------------
Kuninori Morimoto (1):
      ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again

 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-29  1:31   ` Simon Horman
@ 2015-01-29  1:31     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

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

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4


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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-29  1:31     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

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

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
  2015-01-29  1:31   ` Simon Horman
@ 2015-01-29 21:59     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-01-29 21:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 29, 2015 at 10:31:22AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig fixes for v3.20.
> 
> This pull request is based on "Second Round of Renesas ARM Based SoC
> Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
> you have previously pulled.
> 
> 
> That pull-request was comprised of a single patch "ARM: shmobile: Enable
> kzm9g board in multiplatform defconfig" which updated the mach_shmobile
> based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
> multiplatform support present. And due to REGULATOR being indirectly
> selected by Kconfig with that support prsent it was not present in the
> resulting shmobile_defconfig.
> 
> However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
> for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
> least in SDHI not working on boards based on R-Car Gen2 SoCs.
> 
> It may have been better if I had held off on the patch in question
> until sh73a0/kzm9g multiplatform support was merged, something I expected
> to occur for v3.20. But things being as they are this pull-request
> provides a simple fix for the fallout.
> 
> 
> The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:
> 
>   ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-fixes-for-v3.20
> 
> for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:
> 
>   ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)

Merged, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
@ 2015-01-29 21:59     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-01-29 21:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 29, 2015 at 10:31:22AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig fixes for v3.20.
> 
> This pull request is based on "Second Round of Renesas ARM Based SoC
> Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
> you have previously pulled.
> 
> 
> That pull-request was comprised of a single patch "ARM: shmobile: Enable
> kzm9g board in multiplatform defconfig" which updated the mach_shmobile
> based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
> multiplatform support present. And due to REGULATOR being indirectly
> selected by Kconfig with that support prsent it was not present in the
> resulting shmobile_defconfig.
> 
> However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
> for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
> least in SDHI not working on boards based on R-Car Gen2 SoCs.
> 
> It may have been better if I had held off on the patch in question
> until sh73a0/kzm9g multiplatform support was merged, something I expected
> to occur for v3.20. But things being as they are this pull-request
> provides a simple fix for the fallout.
> 
> 
> The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:
> 
>   ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-fixes-for-v3.20
> 
> for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:
> 
>   ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)

Merged, thanks.


-Olof

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

* [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig
  2015-03-20  1:07   ` Simon Horman
@ 2015-03-20  1:07     ` Simon Horman
  -1 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig
@ 2015-03-20  1:07     ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
  2015-03-20  1:07   ` Simon Horman
@ 2015-03-20  1:07     ` Simon Horman
  -1 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver in multiplatform defconfig
@ 2015-03-20  1:07     ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
@ 2015-03-20  1:07   ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y
  2015-03-20  1:07   ` Simon Horman
@ 2015-03-20  1:07     ` Simon Horman
  -1 siblings, 0 replies; 164+ 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 
-- 
2.1.4


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
@ 2015-03-20  1:07   ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y
@ 2015-03-20  1:07     ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig
  2015-03-20  1:07   ` Simon Horman
@ 2015-03-20  1:07     ` Simon Horman
  -1 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig
@ 2015-03-20  1:07     ` Simon Horman
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
  2015-03-20  1:07   ` Simon Horman
@ 2015-04-03 17:53     ` Olof Johansson
  -1 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1
@ 2015-04-03 17:53     ` Olof Johansson
  0 siblings, 0 replies; 164+ 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] 164+ messages in thread

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2
@ 2015-05-14  1:07   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-05-14  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.2.


The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.2

for you to fetch changes up to 90037558d5ed25a63499c3973cc1af25da02f673:

  ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2 (2015-05-01 21:25:43 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.2

* Replace legacy-only USB_RCAR_GEN2_PHY with DT-only PHY_RCAR_GEN2

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2

 arch/arm/configs/shmobile_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2
@ 2015-05-14  1:07   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-05-14  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.2.


The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.2

for you to fetch changes up to 90037558d5ed25a63499c3973cc1af25da02f673:

  ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2 (2015-05-01 21:25:43 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.2

* Replace legacy-only USB_RCAR_GEN2_PHY with DT-only PHY_RCAR_GEN2

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2

 arch/arm/configs/shmobile_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

* [PATCH] ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2
  2015-05-14  1:07   ` Simon Horman
@ 2015-05-14  1:07     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-05-14  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The legacy-only USB_RCAR_GEN2_PHY driver was replaced by the DT-only
PHY_RCAR_GEN2 driver.

Refresh the defconfig using "make savedefconfig" while we're at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b58618e2d13c..9961fbd633f8 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -121,7 +121,6 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
-CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
@@ -160,7 +159,6 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_R8A66597_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
 CONFIG_USB_RCAR_PHY=y
-CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_USB_ETH=y
@@ -182,6 +180,8 @@ CONFIG_IIO=y
 CONFIG_AK8975=y
 CONFIG_PWM=y
 CONFIG_PWM_RENESAS_TPU=y
+CONFIG_GENERIC_PHY=y
+CONFIG_PHY_RCAR_GEN2=y
 # CONFIG_DNOTIFY is not set
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
-- 
2.1.4


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

* [PATCH] ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2
@ 2015-05-14  1:07     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-05-14  1:07 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The legacy-only USB_RCAR_GEN2_PHY driver was replaced by the DT-only
PHY_RCAR_GEN2 driver.

Refresh the defconfig using "make savedefconfig" while we're at it.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b58618e2d13c..9961fbd633f8 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -121,7 +121,6 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
-CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
@@ -160,7 +159,6 @@ CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_R8A66597_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
 CONFIG_USB_RCAR_PHY=y
-CONFIG_USB_RCAR_GEN2_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_USB_ETH=y
@@ -182,6 +180,8 @@ CONFIG_IIO=y
 CONFIG_AK8975=y
 CONFIG_PWM=y
 CONFIG_PWM_RENESAS_TPU=y
+CONFIG_GENERIC_PHY=y
+CONFIG_PHY_RCAR_GEN2=y
 # CONFIG_DNOTIFY is not set
 CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
-- 
2.1.4

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2
  2015-05-14  1:07   ` Simon Horman
@ 2015-05-15 15:37     ` Arnd Bergmann
  -1 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2015-05-15 15:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 14 May 2015 10:07:16 Simon Horman wrote:
> Renesas ARM Based SoC Defconfig Updates for v4.2
> 
> * Replace legacy-only USB_RCAR_GEN2_PHY with DT-only PHY_RCAR_GEN2


Pulled into next/defconfig, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2
@ 2015-05-15 15:37     ` Arnd Bergmann
  0 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2015-05-15 15:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 14 May 2015 10:07:16 Simon Horman wrote:
> Renesas ARM Based SoC Defconfig Updates for v4.2
> 
> * Replace legacy-only USB_RCAR_GEN2_PHY with DT-only PHY_RCAR_GEN2


Pulled into next/defconfig, thanks!

	Arnd

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

* [PATCH 1/5] ARM: shmobile: Enable gose board in multiplatform defconfig
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-24  8:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 9961fbd633f8..c8e9caeb1c02 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -18,6 +18,7 @@ CONFIG_ARCH_R8A7778=y
 CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
 CONFIG_MACH_MARZEN=y
-- 
2.1.4


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

* [PATCH 1/5] ARM: shmobile: Enable gose board in multiplatform defconfig
@ 2015-07-24  8:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-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 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 9961fbd633f8..c8e9caeb1c02 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -18,6 +18,7 @@ CONFIG_ARCH_R8A7778=y
 CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
 CONFIG_MACH_MARZEN=y
-- 
2.1.4

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

* [PATCH 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-24  8:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 6d83a1bf0c74..77f4b76d16e9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -80,6 +80,7 @@ CONFIG_ARCH_R8A7778=y
 CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
 CONFIG_MACH_MARZEN=y
-- 
2.1.4


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

* [PATCH 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
@ 2015-07-24  8:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 6d83a1bf0c74..77f4b76d16e9 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -80,6 +80,7 @@ CONFIG_ARCH_R8A7778=y
 CONFIG_ARCH_R8A7779=y
 CONFIG_ARCH_R8A7790=y
 CONFIG_ARCH_R8A7791=y
+CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
 CONFIG_MACH_MARZEN=y
-- 
2.1.4

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
@ 2015-07-24  8:44   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.3.


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.3

for you to fetch changes up to 821e79cb5686695f0adaef61587a184e953a937e:

  ARM: shmobile: Remove marzen_defconfig (2015-07-17 08:29:45 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.3

* Remove marzen_defconfig
* shmobile_defconfig and multi_v7_defconfig
  - Enable DPCM Sound Card
  - Enable r8a7793/gose platform

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: defconfig: add Renesas DPCM Sound Card
      ARM: multi_v7_defconfig: add Renesas DPCM Sound Card

Magnus Damm (1):
      ARM: shmobile: Remove marzen_defconfig

Simon Horman (2):
      ARM: shmobile: Enable gose board in multiplatform defconfig
      ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform

 arch/arm/configs/marzen_defconfig   | 124 ------------------------------------
 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/shmobile_defconfig |   2 +
 3 files changed, 4 insertions(+), 124 deletions(-)
 delete mode 100644 arch/arm/configs/marzen_defconfig

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

* [PATCH 3/5] ARM: shmobile: defconfig: add Renesas DPCM Sound Card
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-24  8:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

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

This patch enables DPCM related sound card.
It is used for...
 - Sampline rate convert
 - CTU/MIXer

Note: you need to enable these settings on DTS file

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index c8e9caeb1c02..8da509327265 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -152,6 +152,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_SH4_FSI=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_RSRC_CARD=y
 CONFIG_SND_SOC_AK4642=y
 CONFIG_SND_SOC_WM8978=y
 CONFIG_USB=y
-- 
2.1.4


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
@ 2015-07-24  8:44   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.3.


The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:

  Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.3

for you to fetch changes up to 821e79cb5686695f0adaef61587a184e953a937e:

  ARM: shmobile: Remove marzen_defconfig (2015-07-17 08:29:45 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.3

* Remove marzen_defconfig
* shmobile_defconfig and multi_v7_defconfig
  - Enable DPCM Sound Card
  - Enable r8a7793/gose platform

----------------------------------------------------------------
Kuninori Morimoto (2):
      ARM: shmobile: defconfig: add Renesas DPCM Sound Card
      ARM: multi_v7_defconfig: add Renesas DPCM Sound Card

Magnus Damm (1):
      ARM: shmobile: Remove marzen_defconfig

Simon Horman (2):
      ARM: shmobile: Enable gose board in multiplatform defconfig
      ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform

 arch/arm/configs/marzen_defconfig   | 124 ------------------------------------
 arch/arm/configs/multi_v7_defconfig |   2 +
 arch/arm/configs/shmobile_defconfig |   2 +
 3 files changed, 4 insertions(+), 124 deletions(-)
 delete mode 100644 arch/arm/configs/marzen_defconfig

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

* [PATCH 3/5] ARM: shmobile: defconfig: add Renesas DPCM Sound Card
@ 2015-07-24  8:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

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

This patch enables DPCM related sound card.
It is used for...
 - Sampline rate convert
 - CTU/MIXer

Note: you need to enable these settings on DTS file

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index c8e9caeb1c02..8da509327265 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -152,6 +152,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_SOC_SH4_FSI=y
 CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_RSRC_CARD=y
 CONFIG_SND_SOC_AK4642=y
 CONFIG_SND_SOC_WM8978=y
 CONFIG_USB=y
-- 
2.1.4

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

* [PATCH 4/5] ARM: multi_v7_defconfig: add Renesas DPCM Sound Card
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-24  8:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

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

This patch enables Renesas DPCM related sound card.
It is used for...
 - Sampline rate convert
 - CTU/MIXer

Note: you need to enable these settings on DTS file

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 77f4b76d16e9..c2eae2abf190 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -462,6 +462,7 @@ CONFIG_SND_ATMEL_SOC=m
 CONFIG_SND_ATMEL_SOC_WM8904=m
 CONFIG_SND_SOC_SH4_FSI=m
 CONFIG_SND_SOC_RCAR=m
+CONFIG_SND_SOC_RSRC_CARD=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA_RT5640=m
 CONFIG_SND_SOC_TEGRA_WM8753=m
-- 
2.1.4


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

* [PATCH 4/5] ARM: multi_v7_defconfig: add Renesas DPCM Sound Card
@ 2015-07-24  8:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

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

This patch enables Renesas DPCM related sound card.
It is used for...
 - Sampline rate convert
 - CTU/MIXer

Note: you need to enable these settings on DTS file

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 77f4b76d16e9..c2eae2abf190 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -462,6 +462,7 @@ CONFIG_SND_ATMEL_SOC=m
 CONFIG_SND_ATMEL_SOC_WM8904=m
 CONFIG_SND_SOC_SH4_FSI=m
 CONFIG_SND_SOC_RCAR=m
+CONFIG_SND_SOC_RSRC_CARD=m
 CONFIG_SND_SOC_TEGRA=m
 CONFIG_SND_SOC_TEGRA_RT5640=m
 CONFIG_SND_SOC_TEGRA_WM8753=m
-- 
2.1.4

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

* [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-24  8:44     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm+renesas@opensource.se>

Now when the Marzen legacy board code is removed also
get rid of the marzen_defconfig file. Existing users
shall move over to shmobile_defconfig.

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

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
deleted file mode 100644
index 3c8b6d823189..000000000000
--- a/arch/arm/configs/marzen_defconfig
+++ /dev/null
@@ -1,124 +0,0 @@
-# CONFIG_ARM_PATCH_PHYS_VIRT is not set
-CONFIG_EXPERIMENTAL=y
-CONFIG_KERNEL_LZMA=y
-CONFIG_NO_HZ=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT\x16
-CONFIG_SYSCTL_SYSCALL=y
-CONFIG_EMBEDDED=y
-CONFIG_SLAB=y
-# CONFIG_IOSCHED_CFQ is not set
-CONFIG_ARCH_SHMOBILE_LEGACY=y
-CONFIG_ARCH_R8A7779=y
-CONFIG_MACH_MARZEN=y
-CONFIG_MEMORY_START=0x60000000
-CONFIG_MEMORY_SIZE=0x10000000
-CONFIG_SHMOBILE_TIMER_HZ\x1024
-# CONFIG_SH_TIMER_CMT is not set
-# CONFIG_SWP_EMULATE 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_SMP=y
-# CONFIG_ARM_CPU_TOPOLOGY is not set
-CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
-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=y
-CONFIG_NET=y
-CONFIG_PACKET=y
-CONFIG_UNIX=y
-CONFIG_INET=y
-CONFIG_IP_PNP=y
-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
-CONFIG_SCSI=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_ATA=y
-CONFIG_ATA_SFF=y
-CONFIG_ATA_BMDMA=y
-CONFIG_SATA_RCAR=y
-CONFIG_NETDEVICES=y
-# CONFIG_NET_VENDOR_BROADCOM is not set
-# CONFIG_NET_VENDOR_FARADAY is not set
-# CONFIG_NET_VENDOR_INTEL is not set
-# CONFIG_NET_VENDOR_MICREL is not set
-# CONFIG_NET_VENDOR_NATSEMI is not set
-# CONFIG_NET_VENDOR_SEEQ is not set
-CONFIG_SMSC911X=y
-# CONFIG_NET_VENDOR_STMICRO is not set
-# CONFIG_WLAN is not set
-# CONFIG_INPUT_MOUSEDEV is not set
-CONFIG_INPUT_EVDEV=y
-# CONFIG_INPUT_MOUSE is not set
-# CONFIG_VT is not set
-# CONFIG_LEGACY_PTYS is not set
-# CONFIG_DEVKMEM is not set
-CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=6
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
-# CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
-CONFIG_I2C_RCAR=y
-CONFIG_SPI=y
-CONFIG_SPI_SH_HSPI=y
-CONFIG_GPIO_SYSFS=y
-CONFIG_GPIO_RCAR=y
-# CONFIG_HWMON is not set
-CONFIG_THERMAL=y
-CONFIG_RCAR_THERMAL=y
-CONFIG_SSB=y
-CONFIG_REGULATOR=y
-CONFIG_MEDIA_SUPPORT=y
-CONFIG_MEDIA_CAMERA_SUPPORT=y
-CONFIG_V4L_PLATFORM_DRIVERS=y
-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
-CONFIG_MMC_SDHI=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OHCI_HCD=y
-CONFIG_USB_OHCI_HCD_PLATFORM=y
-CONFIG_USB_EHCI_HCD_PLATFORM=y
-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
-# CONFIG_DNOTIFY is not set
-CONFIG_TMPFS=y
-# CONFIG_MISC_FILESYSTEMS is not set
-CONFIG_NFS_FS=y
-CONFIG_ROOT_NFS=y
-CONFIG_MAGIC_SYSRQ=y
-CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_INFO_REDUCED=y
-# CONFIG_FTRACE is not set
-CONFIG_DEBUG_USER=y
-CONFIG_AVERAGE=y
-- 
2.1.4


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

* [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig
@ 2015-07-24  8:44     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-07-24  8:44 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm+renesas@opensource.se>

Now when the Marzen legacy board code is removed also
get rid of the marzen_defconfig file. Existing users
shall move over to shmobile_defconfig.

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

diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
deleted file mode 100644
index 3c8b6d823189..000000000000
--- a/arch/arm/configs/marzen_defconfig
+++ /dev/null
@@ -1,124 +0,0 @@
-# CONFIG_ARM_PATCH_PHYS_VIRT is not set
-CONFIG_EXPERIMENTAL=y
-CONFIG_KERNEL_LZMA=y
-CONFIG_NO_HZ=y
-CONFIG_IKCONFIG=y
-CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT=16
-CONFIG_SYSCTL_SYSCALL=y
-CONFIG_EMBEDDED=y
-CONFIG_SLAB=y
-# CONFIG_IOSCHED_CFQ is not set
-CONFIG_ARCH_SHMOBILE_LEGACY=y
-CONFIG_ARCH_R8A7779=y
-CONFIG_MACH_MARZEN=y
-CONFIG_MEMORY_START=0x60000000
-CONFIG_MEMORY_SIZE=0x10000000
-CONFIG_SHMOBILE_TIMER_HZ=1024
-# CONFIG_SH_TIMER_CMT is not set
-# CONFIG_SWP_EMULATE 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_SMP=y
-# CONFIG_ARM_CPU_TOPOLOGY is not set
-CONFIG_AEABI=y
-# CONFIG_OABI_COMPAT is not set
-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=y
-CONFIG_NET=y
-CONFIG_PACKET=y
-CONFIG_UNIX=y
-CONFIG_INET=y
-CONFIG_IP_PNP=y
-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
-CONFIG_SCSI=y
-CONFIG_BLK_DEV_SD=y
-CONFIG_ATA=y
-CONFIG_ATA_SFF=y
-CONFIG_ATA_BMDMA=y
-CONFIG_SATA_RCAR=y
-CONFIG_NETDEVICES=y
-# CONFIG_NET_VENDOR_BROADCOM is not set
-# CONFIG_NET_VENDOR_FARADAY is not set
-# CONFIG_NET_VENDOR_INTEL is not set
-# CONFIG_NET_VENDOR_MICREL is not set
-# CONFIG_NET_VENDOR_NATSEMI is not set
-# CONFIG_NET_VENDOR_SEEQ is not set
-CONFIG_SMSC911X=y
-# CONFIG_NET_VENDOR_STMICRO is not set
-# CONFIG_WLAN is not set
-# CONFIG_INPUT_MOUSEDEV is not set
-CONFIG_INPUT_EVDEV=y
-# CONFIG_INPUT_MOUSE is not set
-# CONFIG_VT is not set
-# CONFIG_LEGACY_PTYS is not set
-# CONFIG_DEVKMEM is not set
-CONFIG_SERIAL_SH_SCI=y
-CONFIG_SERIAL_SH_SCI_NR_UARTS=6
-CONFIG_SERIAL_SH_SCI_CONSOLE=y
-# CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
-CONFIG_I2C_RCAR=y
-CONFIG_SPI=y
-CONFIG_SPI_SH_HSPI=y
-CONFIG_GPIO_SYSFS=y
-CONFIG_GPIO_RCAR=y
-# CONFIG_HWMON is not set
-CONFIG_THERMAL=y
-CONFIG_RCAR_THERMAL=y
-CONFIG_SSB=y
-CONFIG_REGULATOR=y
-CONFIG_MEDIA_SUPPORT=y
-CONFIG_MEDIA_CAMERA_SUPPORT=y
-CONFIG_V4L_PLATFORM_DRIVERS=y
-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
-CONFIG_MMC_SDHI=y
-CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_OHCI_HCD=y
-CONFIG_USB_OHCI_HCD_PLATFORM=y
-CONFIG_USB_EHCI_HCD_PLATFORM=y
-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
-# CONFIG_DNOTIFY is not set
-CONFIG_TMPFS=y
-# CONFIG_MISC_FILESYSTEMS is not set
-CONFIG_NFS_FS=y
-CONFIG_ROOT_NFS=y
-CONFIG_MAGIC_SYSRQ=y
-CONFIG_DEBUG_INFO=y
-CONFIG_DEBUG_INFO_REDUCED=y
-# CONFIG_FTRACE is not set
-CONFIG_DEBUG_USER=y
-CONFIG_AVERAGE=y
-- 
2.1.4

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
  2015-07-24  8:44   ` Simon Horman
@ 2015-07-27 12:35     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-07-27 12:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 24, 2015 at 05:44:49PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v4.3.
> 
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.3
> 
> for you to fetch changes up to 821e79cb5686695f0adaef61587a184e953a937e:
> 
>   ARM: shmobile: Remove marzen_defconfig (2015-07-17 08:29:45 +0900)

Merged, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
@ 2015-07-27 12:35     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-07-27 12:35 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jul 24, 2015 at 05:44:49PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v4.3.
> 
> 
> The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
> 
>   Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.3
> 
> for you to fetch changes up to 821e79cb5686695f0adaef61587a184e953a937e:
> 
>   ARM: shmobile: Remove marzen_defconfig (2015-07-17 08:29:45 +0900)

Merged, thanks.


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
@ 2015-09-17  8:59   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.4.

This is a minor cleanup of defconfigs after reshuffling to
remove legacy board code.


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.4

for you to fetch changes up to 0a8b0695f4c490c349ee12956d6946576c44a419:

  ARM: multi_v7_defconfig: Remove Marzen (2015-09-14 10:12:59 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.4

* Remove now non-existent MACH_MARZEN from defconfigs

----------------------------------------------------------------
Magnus Damm (1):
      ARM: shmobile: Remove Marzen from shmobile_defconfig

Simon Horman (1):
      ARM: multi_v7_defconfig: Remove Marzen

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/shmobile_defconfig | 1 -
 2 files changed, 2 deletions(-)

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

* [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig
  2015-09-17  8:59   ` Simon Horman
@ 2015-09-17  8:59     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm+renesas@opensource.se>

Kill of the defconfig bits now when the marzen-reference board code is gone.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-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 89bf31ccfbfa..0bdeb4925be4 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -21,7 +21,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
-- 
2.1.4


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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
@ 2015-09-17  8:59   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.4.

This is a minor cleanup of defconfigs after reshuffling to
remove legacy board code.


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v4.4

for you to fetch changes up to 0a8b0695f4c490c349ee12956d6946576c44a419:

  ARM: multi_v7_defconfig: Remove Marzen (2015-09-14 10:12:59 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.4

* Remove now non-existent MACH_MARZEN from defconfigs

----------------------------------------------------------------
Magnus Damm (1):
      ARM: shmobile: Remove Marzen from shmobile_defconfig

Simon Horman (1):
      ARM: multi_v7_defconfig: Remove Marzen

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/shmobile_defconfig | 1 -
 2 files changed, 2 deletions(-)

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

* [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig
@ 2015-09-17  8:59     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

From: Magnus Damm <damm+renesas@opensource.se>

Kill of the defconfig bits now when the marzen-reference board code is gone.

Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Acked-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 89bf31ccfbfa..0bdeb4925be4 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -21,7 +21,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
 CONFIG_CPU_BPREDICT_DISABLE=y
 CONFIG_PL310_ERRATA_588369=y
 CONFIG_ARM_ERRATA_754322=y
-- 
2.1.4

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

* [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen
  2015-09-17  8:59   ` Simon Horman
@ 2015-09-17  8:59     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

Kill of the defconfig bits now when the marzen-reference board code is gone.

Based on work by Magnus Damm.

Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 03deb7fb35e8..e682da3f9d42 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -85,7 +85,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_ARCH_SIRF=y
 CONFIG_ARCH_TEGRA=y
-- 
2.1.4


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

* [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen
@ 2015-09-17  8:59     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-09-17  8:59 UTC (permalink / raw)
  To: linux-arm-kernel

Kill of the defconfig bits now when the marzen-reference board code is gone.

Based on work by Magnus Damm.

Acked-by: Magnus Damm <damm@opensource.se>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 03deb7fb35e8..e682da3f9d42 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -85,7 +85,6 @@ CONFIG_ARCH_R8A7791=y
 CONFIG_ARCH_R8A7793=y
 CONFIG_ARCH_R8A7794=y
 CONFIG_ARCH_SH73A0=y
-CONFIG_MACH_MARZEN=y
 CONFIG_ARCH_SUNXI=y
 CONFIG_ARCH_SIRF=y
 CONFIG_ARCH_TEGRA=y
-- 
2.1.4

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
  2015-09-17  8:59   ` Simon Horman
@ 2015-10-06 14:03     ` Arnd Bergmann
  -1 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2015-10-06 14:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 17 September 2015 17:59:53 Simon Horman wrote:
> Please consider these Renesas ARM based SoC defconfig updates for v4.4.
> 
> This is a minor cleanup of defconfigs after reshuffling to
> remove legacy board code.
> 
> 
Merged into next/defconfig, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4
@ 2015-10-06 14:03     ` Arnd Bergmann
  0 siblings, 0 replies; 164+ messages in thread
From: Arnd Bergmann @ 2015-10-06 14:03 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 17 September 2015 17:59:53 Simon Horman wrote:
> Please consider these Renesas ARM based SoC defconfig updates for v4.4.
> 
> This is a minor cleanup of defconfigs after reshuffling to
> remove legacy board code.
> 
> 
Merged into next/defconfig, thanks!

	Arnd

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5
@ 2015-12-17  5:24   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.5.


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -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.5

for you to fetch changes up to 3bf834e17c8736537a08abfa509ae3a8c8446b08:

  ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva (2015-12-14 14:13:18 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.5

* multi_v7_defconfig and shmobile_defconfig:
  - Enable frame buffer console for armadillo800eva
  - Enable missing Renesas ARM support based on DTSes
  - Drop useless CONFIG_USB_RCAR_PHY=y
* shmobile_defconfig only:
  - Enable CONFIG_PRINTK_TIME

----------------------------------------------------------------
Geert Uytterhoeven (7):
      ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME
      ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
      ARM: shmobile: defconfig: Enable missing support based on DTSes
      ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva
      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 ++++++++-
 arch/arm/configs/shmobile_defconfig | 12 ++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5
@ 2015-12-17  5:24   ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC defconfig updates for v4.5.


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -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.5

for you to fetch changes up to 3bf834e17c8736537a08abfa509ae3a8c8446b08:

  ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva (2015-12-14 14:13:18 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v4.5

* multi_v7_defconfig and shmobile_defconfig:
  - Enable frame buffer console for armadillo800eva
  - Enable missing Renesas ARM support based on DTSes
  - Drop useless CONFIG_USB_RCAR_PHY=y
* shmobile_defconfig only:
  - Enable CONFIG_PRINTK_TIME

----------------------------------------------------------------
Geert Uytterhoeven (7):
      ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME
      ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
      ARM: shmobile: defconfig: Enable missing support based on DTSes
      ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva
      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 ++++++++-
 arch/arm/configs/shmobile_defconfig | 12 ++++++++++--
 2 files changed, 18 insertions(+), 3 deletions(-)

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

* [PATCH 1/7] ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enable timestamps for kernel log output to improve debugging.
You can always use "dmesg -t" to strip the timestamps.

Don't specify CONFIG_LOG_BUF_SHIFT\x16 while we're at it.  There's a
reason the default in Kconfig is higher ;-)

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3aef019c0de7..e51f7a79c730 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -2,7 +2,6 @@ CONFIG_SYSVIPC=y
 CONFIG_NO_HZ=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT\x16
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL_SYSCALL=y
@@ -199,6 +198,7 @@ CONFIG_NFS_V4_1=y
 CONFIG_ROOT_NFS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+CONFIG_PRINTK_TIME=y
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_ENABLE_MUST_CHECK is not set
 # CONFIG_ARM_UNWIND is not set
-- 
2.1.4


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

* [PATCH 1/7] ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enable timestamps for kernel log output to improve debugging.
You can always use "dmesg -t" to strip the timestamps.

Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it.  There's a
reason the default in Kconfig is higher ;-)

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

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3aef019c0de7..e51f7a79c730 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -2,7 +2,6 @@ CONFIG_SYSVIPC=y
 CONFIG_NO_HZ=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
-CONFIG_LOG_BUF_SHIFT=16
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 CONFIG_SYSCTL_SYSCALL=y
@@ -199,6 +198,7 @@ CONFIG_NFS_V4_1=y
 CONFIG_ROOT_NFS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
+CONFIG_PRINTK_TIME=y
 # CONFIG_ENABLE_WARN_DEPRECATED is not set
 # CONFIG_ENABLE_MUST_CHECK is not set
 # CONFIG_ARM_UNWIND is not set
-- 
2.1.4

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

* [PATCH 2/7] ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The Renesas R-Car (Gen1) USB PHY driver (which is being removed) does
not support DT, and is thus useless in a Renesas ARM multi-platform
kernel.

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 e51f7a79c730..91233ed27578 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -162,7 +162,6 @@ CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_R8A66597_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
-CONFIG_USB_RCAR_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_USB_ETH=y
-- 
2.1.4


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

* [PATCH 2/7] ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

The Renesas R-Car (Gen1) USB PHY driver (which is being removed) does
not support DT, and is thus useless in a Renesas ARM multi-platform
kernel.

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 e51f7a79c730..91233ed27578 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -162,7 +162,6 @@ CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_R8A66597_HCD=y
 CONFIG_USB_RENESAS_USBHS=y
-CONFIG_USB_RCAR_PHY=y
 CONFIG_USB_GADGET=y
 CONFIG_USB_RENESAS_USBHS_UDC=y
 CONFIG_USB_ETH=y
-- 
2.1.4

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

* [PATCH 3/7] ARM: shmobile: defconfig: Enable missing support based on DTSes
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 91233ed27578..d2259952879d 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -52,6 +52,8 @@ CONFIG_UNIX=y
 CONFIG_INET=y
 CONFIG_IP_PNP=y
 CONFIG_IP_PNP_DHCP=y
+CONFIG_CAN=y
+CONFIG_CAN_RCAR=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
@@ -98,6 +100,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS 
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_EMEV2=y
 CONFIG_I2C_GPIO=y
 CONFIG_I2C_RIIC=y
 CONFIG_I2C_SH_MOBILE=y
@@ -134,6 +137,7 @@ CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_PLATFORM=y
 CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_JPU=y
 CONFIG_VIDEO_RENESAS_VSP1=y
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_VIDEO_ADV7180=y
@@ -175,9 +179,11 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_RS5C372=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_RTC_DRV_RX8581=y
+CONFIG_RTC_DRV_DA9063=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_RCAR_DMAC=y
+CONFIG_RENESAS_USB_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
 CONFIG_AK8975=y
-- 
2.1.4


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

* [PATCH 3/7] ARM: shmobile: defconfig: Enable missing support based on DTSes
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 91233ed27578..d2259952879d 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -52,6 +52,8 @@ CONFIG_UNIX=y
 CONFIG_INET=y
 CONFIG_IP_PNP=y
 CONFIG_IP_PNP_DHCP=y
+CONFIG_CAN=y
+CONFIG_CAN_RCAR=y
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
@@ -98,6 +100,7 @@ CONFIG_SERIAL_SH_SCI=y
 CONFIG_SERIAL_SH_SCI_NR_UARTS=20
 CONFIG_SERIAL_SH_SCI_CONSOLE=y
 CONFIG_I2C_CHARDEV=y
+CONFIG_I2C_EMEV2=y
 CONFIG_I2C_GPIO=y
 CONFIG_I2C_RIIC=y
 CONFIG_I2C_SH_MOBILE=y
@@ -134,6 +137,7 @@ CONFIG_SOC_CAMERA=y
 CONFIG_SOC_CAMERA_PLATFORM=y
 CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_JPU=y
 CONFIG_VIDEO_RENESAS_VSP1=y
 # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
 CONFIG_VIDEO_ADV7180=y
@@ -175,9 +179,11 @@ CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_RS5C372=y
 CONFIG_RTC_DRV_S35390A=y
 CONFIG_RTC_DRV_RX8581=y
+CONFIG_RTC_DRV_DA9063=y
 CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_RCAR_DMAC=y
+CONFIG_RENESAS_USB_DMAC=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
 CONFIG_AK8975=y
-- 
2.1.4

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

* [PATCH 4/7] ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enabling the frame buffer device on armadillo800eva requires the board
staging code.
Also enable the frame buffer, so you will actually see output during
boot.

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 d2259952879d..5bc4f537f9da 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -153,6 +153,7 @@ CONFIG_FB_SH_MOBILE_MERAM=y
 # CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_BACKLIGHT_AS3711=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
@@ -184,6 +185,8 @@ CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_RCAR_DMAC=y
 CONFIG_RENESAS_USB_DMAC=y
+CONFIG_STAGING=y
+CONFIG_STAGING_BOARD=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
 CONFIG_AK8975=y
-- 
2.1.4


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

* [PATCH 4/7] ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enabling the frame buffer device on armadillo800eva requires the board
staging code.
Also enable the frame buffer, so you will actually see output during
boot.

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 d2259952879d..5bc4f537f9da 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -153,6 +153,7 @@ CONFIG_FB_SH_MOBILE_MERAM=y
 # CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_BACKLIGHT_PWM=y
 CONFIG_BACKLIGHT_AS3711=y
+CONFIG_FRAMEBUFFER_CONSOLE=y
 CONFIG_SOUND=y
 CONFIG_SND=y
 CONFIG_SND_SOC=y
@@ -184,6 +185,8 @@ CONFIG_DMADEVICES=y
 CONFIG_SH_DMAE=y
 CONFIG_RCAR_DMAC=y
 CONFIG_RENESAS_USB_DMAC=y
+CONFIG_STAGING=y
+CONFIG_STAGING_BOARD=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_IIO=y
 CONFIG_AK8975=y
-- 
2.1.4

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

* [PATCH 5/7] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 69a22fdb52a5..a3d65beacf7c 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
-- 
2.1.4


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

* [PATCH 5/7] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 69a22fdb52a5..a3d65beacf7c 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
-- 
2.1.4

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

* [PATCH 6/7] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 a3d65beacf7c..32d1573d3cce 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
-- 
2.1.4


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

* [PATCH 6/7] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

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>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 a3d65beacf7c..32d1573d3cce 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
-- 
2.1.4

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

* [PATCH 7/7] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-17  5:24     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enabling the frame buffer device on r8a7740/armadillo800eva requires the
board staging code.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 32d1573d3cce..31be07178cc6 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
-- 
2.1.4


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

* [PATCH 7/7] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva
@ 2015-12-17  5:24     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-12-17  5:24 UTC (permalink / raw)
  To: linux-arm-kernel

From: Geert Uytterhoeven <geert+renesas@glider.be>

Enabling the frame buffer device on r8a7740/armadillo800eva requires the
board staging code.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 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 32d1573d3cce..31be07178cc6 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
-- 
2.1.4

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

* Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5
  2015-12-17  5:24   ` Simon Horman
@ 2015-12-22 19:48     ` Olof Johansson
  -1 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-12-22 19:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 17, 2015 at 02:24:46PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v4.5.
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -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.5
> 
> for you to fetch changes up to 3bf834e17c8736537a08abfa509ae3a8c8446b08:
> 
>   ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva (2015-12-14 14:13:18 +0900)

Merged, thanks!


-Olof

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

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5
@ 2015-12-22 19:48     ` Olof Johansson
  0 siblings, 0 replies; 164+ messages in thread
From: Olof Johansson @ 2015-12-22 19:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 17, 2015 at 02:24:46PM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC defconfig updates for v4.5.
> 
> 
> The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
> 
>   Linux 4.4-rc1 (2015-11-15 17:00:27 -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.5
> 
> for you to fetch changes up to 3bf834e17c8736537a08abfa509ae3a8c8446b08:
> 
>   ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva (2015-12-14 14:13:18 +0900)

Merged, thanks!


-Olof

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

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  4:07       ` Kuninori Morimoto
@ 2015-01-26  8:47         ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 04:07:18AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > > selected by ARCH_SH73A0.
> > > > 
> > > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > > in that release. This causes at least SDHI to stop working on
> > > > R-Car Gen2 SoCs.
> > > > 
> > > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > [horms: minimal patch targeted as a fix]
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >  arch/arm/configs/shmobile_defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > 
> > For the record, this patch is based on
> > renesas-next-20150122-v3.19-rc1.
> 
> Thank you
> 
> > > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > > index 4f9868d..b553e2c 100644
> > > > --- a/arch/arm/configs/shmobile_defconfig
> > > > +++ b/arch/arm/configs/shmobile_defconfig
> > > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > > >  CONFIG_DA9063_WATCHDOG=y
> > > >  CONFIG_MFD_AS3711=y
> > > >  CONFIG_MFD_DA9063=y
> > > > +CONFIG_REGULATOR=y
> > > >  CONFIG_REGULATOR_AS3711=y
> > > >  CONFIG_REGULATOR_DA9210=y
> > > >  CONFIG_REGULATOR_GPIO=y
> > > 
> > > Oh.. Thank you for your help
> > > (I have sent other question mail)
> > > It looks good :)
> > 
> > Thanks. I have tried to address your questions in an answer to your
> > other email. Can you confirm me know if the above patch is ok for you or not.
> > I'd like to get this one right :)
> 
> It OK in my quick check
> Thank you

Thanks, I have queued this up as a fix for v3.20
and pushed it as part of renesas-next-20150126-v3.19-rc1.

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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  8:47         ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 04:07:18AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > > selected by ARCH_SH73A0.
> > > > 
> > > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > > in that release. This causes at least SDHI to stop working on
> > > > R-Car Gen2 SoCs.
> > > > 
> > > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > [horms: minimal patch targeted as a fix]
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >  arch/arm/configs/shmobile_defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > 
> > For the record, this patch is based on
> > renesas-next-20150122-v3.19-rc1.
> 
> Thank you
> 
> > > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > > index 4f9868d..b553e2c 100644
> > > > --- a/arch/arm/configs/shmobile_defconfig
> > > > +++ b/arch/arm/configs/shmobile_defconfig
> > > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > > >  CONFIG_DA9063_WATCHDOG=y
> > > >  CONFIG_MFD_AS3711=y
> > > >  CONFIG_MFD_DA9063=y
> > > > +CONFIG_REGULATOR=y
> > > >  CONFIG_REGULATOR_AS3711=y
> > > >  CONFIG_REGULATOR_DA9210=y
> > > >  CONFIG_REGULATOR_GPIO=y
> > > 
> > > Oh.. Thank you for your help
> > > (I have sent other question mail)
> > > It looks good :)
> > 
> > Thanks. I have tried to address your questions in an answer to your
> > other email. Can you confirm me know if the above patch is ok for you or not.
> > I'd like to get this one right :)
> 
> It OK in my quick check
> Thank you

Thanks, I have queued this up as a fix for v3.20
and pushed it as part of renesas-next-20150126-v3.19-rc1.

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

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  3:59     ` Simon Horman
@ 2015-01-26  4:07       ` Kuninori Morimoto
  -1 siblings, 0 replies; 164+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  4:07 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > selected by ARCH_SH73A0.
> > > 
> > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > in that release. This causes at least SDHI to stop working on
> > > R-Car Gen2 SoCs.
> > > 
> > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > [horms: minimal patch targeted as a fix]
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > >  arch/arm/configs/shmobile_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> 
> For the record, this patch is based on
> renesas-next-20150122-v3.19-rc1.

Thank you

> > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > index 4f9868d..b553e2c 100644
> > > --- a/arch/arm/configs/shmobile_defconfig
> > > +++ b/arch/arm/configs/shmobile_defconfig
> > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > >  CONFIG_DA9063_WATCHDOG=y
> > >  CONFIG_MFD_AS3711=y
> > >  CONFIG_MFD_DA9063=y
> > > +CONFIG_REGULATOR=y
> > >  CONFIG_REGULATOR_AS3711=y
> > >  CONFIG_REGULATOR_DA9210=y
> > >  CONFIG_REGULATOR_GPIO=y
> > 
> > Oh.. Thank you for your help
> > (I have sent other question mail)
> > It looks good :)
> 
> Thanks. I have tried to address your questions in an answer to your
> other email. Can you confirm me know if the above patch is ok for you or not.
> I'd like to get this one right :)

It OK in my quick check
Thank you

Best regards
---
Kuninori Morimoto

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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  4:07       ` Kuninori Morimoto
  0 siblings, 0 replies; 164+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  4:07 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > selected by ARCH_SH73A0.
> > > 
> > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > in that release. This causes at least SDHI to stop working on
> > > R-Car Gen2 SoCs.
> > > 
> > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > [horms: minimal patch targeted as a fix]
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > >  arch/arm/configs/shmobile_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> 
> For the record, this patch is based on
> renesas-next-20150122-v3.19-rc1.

Thank you

> > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > index 4f9868d..b553e2c 100644
> > > --- a/arch/arm/configs/shmobile_defconfig
> > > +++ b/arch/arm/configs/shmobile_defconfig
> > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > >  CONFIG_DA9063_WATCHDOG=y
> > >  CONFIG_MFD_AS3711=y
> > >  CONFIG_MFD_DA9063=y
> > > +CONFIG_REGULATOR=y
> > >  CONFIG_REGULATOR_AS3711=y
> > >  CONFIG_REGULATOR_DA9210=y
> > >  CONFIG_REGULATOR_GPIO=y
> > 
> > Oh.. Thank you for your help
> > (I have sent other question mail)
> > It looks good :)
> 
> Thanks. I have tried to address your questions in an answer to your
> other email. Can you confirm me know if the above patch is ok for you or not.
> I'd like to get this one right :)

It OK in my quick check
Thank you

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  2:31   ` Kuninori Morimoto
@ 2015-01-26  3:59     ` Simon Horman
  -1 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 02:31:55AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > generated using a tree where CONFIG_REGULATOR is indirectly
> > selected by ARCH_SH73A0.
> > 
> > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > in that release. This causes at least SDHI to stop working on
> > R-Car Gen2 SoCs.
> > 
> > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > [horms: minimal patch targeted as a fix]
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)

For the record, this patch is based on
renesas-next-20150122-v3.19-rc1.

> > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > index 4f9868d..b553e2c 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> >  CONFIG_DA9063_WATCHDOG=y
> >  CONFIG_MFD_AS3711=y
> >  CONFIG_MFD_DA9063=y
> > +CONFIG_REGULATOR=y
> >  CONFIG_REGULATOR_AS3711=y
> >  CONFIG_REGULATOR_DA9210=y
> >  CONFIG_REGULATOR_GPIO=y
> 
> Oh.. Thank you for your help
> (I have sent other question mail)
> It looks good :)

Thanks. I have tried to address your questions in an answer to your
other email. Can you confirm me know if the above patch is ok for you or not.
I'd like to get this one right :)


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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  3:59     ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 02:31:55AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > generated using a tree where CONFIG_REGULATOR is indirectly
> > selected by ARCH_SH73A0.
> > 
> > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > in that release. This causes at least SDHI to stop working on
> > R-Car Gen2 SoCs.
> > 
> > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > [horms: minimal patch targeted as a fix]
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)

For the record, this patch is based on
renesas-next-20150122-v3.19-rc1.

> > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > index 4f9868d..b553e2c 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> >  CONFIG_DA9063_WATCHDOG=y
> >  CONFIG_MFD_AS3711=y
> >  CONFIG_MFD_DA9063=y
> > +CONFIG_REGULATOR=y
> >  CONFIG_REGULATOR_AS3711=y
> >  CONFIG_REGULATOR_DA9210=y
> >  CONFIG_REGULATOR_GPIO=y
> 
> Oh.. Thank you for your help
> (I have sent other question mail)
> It looks good :)

Thanks. I have tried to address your questions in an answer to your
other email. Can you confirm me know if the above patch is ok for you or not.
I'd like to get this one right :)

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

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  2:26 ` Simon Horman
@ 2015-01-26  2:31   ` Kuninori Morimoto
  -1 siblings, 0 replies; 164+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  2:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> eb4513482d1c4882e3633528ccc48d77581b7bb1
> (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> generated using a tree where CONFIG_REGULATOR is indirectly
> selected by ARCH_SH73A0.
> 
> ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> in that release. This causes at least SDHI to stop working on
> R-Car Gen2 SoCs.
> 
> Reported-by: Magnus Damm <damm+renesas@opensource.se>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> [horms: minimal patch targeted as a fix]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index 4f9868d..b553e2c 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
>  CONFIG_DA9063_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_DA9063=y
> +CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_AS3711=y
>  CONFIG_REGULATOR_DA9210=y
>  CONFIG_REGULATOR_GPIO=y

Oh.. Thank you for your help
(I have sent other question mail)
It looks good :)


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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:31   ` Kuninori Morimoto
  0 siblings, 0 replies; 164+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  2:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> eb4513482d1c4882e3633528ccc48d77581b7bb1
> (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> generated using a tree where CONFIG_REGULATOR is indirectly
> selected by ARCH_SH73A0.
> 
> ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> in that release. This causes at least SDHI to stop working on
> R-Car Gen2 SoCs.
> 
> Reported-by: Magnus Damm <damm+renesas@opensource.se>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> [horms: minimal patch targeted as a fix]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index 4f9868d..b553e2c 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
>  CONFIG_DA9063_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_DA9063=y
> +CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_AS3711=y
>  CONFIG_REGULATOR_DA9210=y
>  CONFIG_REGULATOR_GPIO=y

Oh.. Thank you for your help
(I have sent other question mail)
It looks good :)

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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:26 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4


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

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:26 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

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

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4

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

end of thread, other threads:[~2015-12-22 19:48 UTC | newest]

Thread overview: 164+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02  4:31 [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2 Simon Horman
2013-04-02  4:31 ` Simon Horman
2013-04-02  4:31 ` [PATCH 1/3] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02  4:31 ` [PATCH 2/3] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02  4:31 ` [PATCH 3/3] ARM: shmobile: ape6evm: add defconfig Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02 19:59 ` [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2 Olof Johansson
2013-04-02 19:59   ` Olof Johansson
2014-04-16  6:03 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16 Simon Horman
2014-04-16  6:03   ` Simon Horman
2014-04-16  6:03   ` [PATCH 1/7] ARM: shmobile: multiplatform: Enable MSIOF in defconfig Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 2/7] ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 3/7] ARM: shmobile: Include at24.c " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 4/7] ARM: shmobile: Enable USBHS gadget support " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 5/7] ARM: shmobile: Enable HIGHMEM " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 6/7] ARM: shmobile: Enable VSP1 " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 7/7] ARM: shmobile: Enable USB [EO]HCI HCD support " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-05-05 20:42   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16 Olof Johansson
2014-05-05 20:42     ` Olof Johansson
2014-06-23  2:25 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17 Simon Horman
2014-06-23  2:25   ` Simon Horman
2014-06-23  2:25   ` [PATCH 1/4] ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 2/4] ARM: shmobile: marzen: Add to shmobile defconfig Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 3/4] ARM: shmobile: Enable PM_RUNTIME in defconfig Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 4/4] ARM: shmobile: Enable CPUFREQ configuration Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-07-07  0:10   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17 Olof Johansson
2014-07-07  0:10     ` Olof Johansson
2014-08-23  1:44 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-08-23  1:44   ` Simon Horman
2014-08-23  1:44   ` [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 3/8] ARM: shmobile: bockw_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 4/8] ARM: shmobile: koelsch_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 6/8] ARM: shmobile: lager_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 7/8] ARM: shmobile: marzen_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-08-23  1:44   ` [PATCH 8/8] ARM: shmobile: defconfig: enable initrd Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-11-10  1:32 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Simon Horman
2014-11-10  1:32   ` Simon Horman
2014-11-10  1:32   ` [PATCH 1/4] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri " Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 " Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-19 21:39   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Arnd Bergmann
2014-11-19 21:39     ` Arnd Bergmann
2014-12-11  2:33 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes " Simon Horman
2014-12-11  2:33   ` Simon Horman
2014-12-11  2:33   ` [PATCH] Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig" Simon Horman
2014-12-11  2:33     ` Simon Horman
2014-12-16 20:44   ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19 Arnd Bergmann
2014-12-16 20:44     ` Arnd Bergmann
2014-12-29  1:43 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20 Simon Horman
2014-12-29  1:43   ` Simon Horman
2014-12-29  1:43   ` [PATCH 1/5] ARM: shmobile: kzm9g_defconfig: Update AK8975 config option Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 2/5] ARM: shmobile: defconfig: cleanup by savedefconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 3/5] ARM: shmobile: defconfig: add MTD_BLOCK Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 4/5] ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 5/5] ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2015-01-12 22:22   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20 Olof Johansson
2015-01-12 22:22     ` Olof Johansson
2015-01-29  1:31 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes " Simon Horman
2015-01-29  1:31   ` Simon Horman
2015-01-29  1:31   ` [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-29  1:31     ` Simon Horman
2015-01-29 21:59   ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Olof Johansson
2015-01-29 21:59     ` Olof Johansson
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 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 2/4] ARM: shmobile: Enable R-Mobile reset driver " 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
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-03-20  1:07     ` Simon Horman
2015-04-03 17:53   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Olof Johansson
2015-04-03 17:53     ` Olof Johansson
2015-05-14  1:07 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2 Simon Horman
2015-05-14  1:07   ` Simon Horman
2015-05-14  1:07   ` [PATCH] ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2 Simon Horman
2015-05-14  1:07     ` Simon Horman
2015-05-15 15:37   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2 Arnd Bergmann
2015-05-15 15:37     ` Arnd Bergmann
2015-07-24  8:44 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Simon Horman
2015-07-24  8:44   ` Simon Horman
2015-07-24  8:44   ` [PATCH 1/5] ARM: shmobile: Enable gose board in multiplatform defconfig Simon Horman
2015-07-24  8:44     ` Simon Horman
2015-07-24  8:44   ` [PATCH 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
2015-07-24  8:44     ` Simon Horman
2015-07-24  8:44   ` [PATCH 3/5] ARM: shmobile: defconfig: add Renesas DPCM Sound Card Simon Horman
2015-07-24  8:44     ` Simon Horman
2015-07-24  8:44   ` [PATCH 4/5] ARM: multi_v7_defconfig: " Simon Horman
2015-07-24  8:44     ` Simon Horman
2015-07-24  8:44   ` [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig Simon Horman
2015-07-24  8:44     ` Simon Horman
2015-07-27 12:35   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Olof Johansson
2015-07-27 12:35     ` Olof Johansson
2015-09-17  8:59 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-09-17  8:59   ` Simon Horman
2015-09-17  8:59   ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
2015-09-17  8:59     ` Simon Horman
2015-09-17  8:59   ` [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen Simon Horman
2015-09-17  8:59     ` Simon Horman
2015-10-06 14:03   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Arnd Bergmann
2015-10-06 14:03     ` Arnd Bergmann
2015-12-17  5:24 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5 Simon Horman
2015-12-17  5:24   ` Simon Horman
2015-12-17  5:24   ` [PATCH 1/7] ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 2/7] ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 3/7] ARM: shmobile: defconfig: Enable missing support based on DTSes Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 4/7] ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 5/7] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 6/7] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 7/7] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-22 19:48   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5 Olof Johansson
2015-12-22 19:48     ` Olof Johansson
2015-01-26  2:26 [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-26  2:26 ` Simon Horman
2015-01-26  2:31 ` Kuninori Morimoto
2015-01-26  2:31   ` Kuninori Morimoto
2015-01-26  3:59   ` Simon Horman
2015-01-26  3:59     ` Simon Horman
2015-01-26  4:07     ` Kuninori Morimoto
2015-01-26  4:07       ` Kuninori Morimoto
2015-01-26  8:47       ` Simon Horman
2015-01-26  8:47         ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.