linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig
  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 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig Simon Horman
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig
  2014-11-10  1:32 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 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 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri " Simon Horman
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
@ 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
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ 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] 6+ messages in thread

* [PATCH 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig
  2014-11-10  1:32 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 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 ` [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 4/4] ARM: shmobile: multiplatform: add AK4642 " Simon Horman
  2014-11-19 21:39 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Arnd Bergmann
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 support on defconfig
  2014-11-10  1:32 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Simon Horman
                   ` (2 preceding siblings ...)
  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-19 21:39 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Arnd Bergmann
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19
  2014-11-10  1:32 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Simon Horman
                   ` (3 preceding siblings ...)
  2014-11-10  1:32 ` [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 " Simon Horman
@ 2014-11-19 21:39 ` Arnd Bergmann
  4 siblings, 0 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2014-11-19 21:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  1:32 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 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 ` [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig 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 ` [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 " Simon Horman
2014-11-19 21:39 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).