* [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
@ 2015-12-18 2:28 Simon Horman
2015-12-18 2:29 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs Simon Horman
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18 2:28 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these third round of Renesas ARM64 based SoC defconfig
updates for v4.5.
This pull request is based on the previous round of
such requests, tagged as renesas-arm64-defconfig2-for-v4.5,
which you have already pulled.
The following changes since commit 05a64b3b8b41bf3c3ca9b7f9f8a0e81ffadb20e3:
arm64: defconfig: add Renesas sound and AK4613 support (2015-11-26 11:35:21 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig3-for-v4.5
for you to fetch changes up to d3643e1669e59c374e78e3af9d93def5ac1f81bc:
arm64: defconfig: add CS2000 support (2015-12-18 10:06:57 +0900)
----------------------------------------------------------------
Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
* Enable CS2000 and Renesas R-Car SATA driver
----------------------------------------------------------------
Kouei Abe (1):
arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs
Kuninori Morimoto (1):
arm64: defconfig: add CS2000 support
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs
2015-12-18 2:28 [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
@ 2015-12-18 2:29 ` Simon Horman
2015-12-18 2:29 ` [PATCH 2/2] arm64: defconfig: add CS2000 support Simon Horman
2015-12-22 20:50 ` [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18 2:29 UTC (permalink / raw)
To: linux-arm-kernel
From: Kouei Abe <kouei.abe.cp@renesas.com>
This adds Renesas sata_rcar driver to defconfig.
Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 2b0a9dc0ca44..93288968b8f9 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -93,6 +93,7 @@ CONFIG_SATA_AHCI=y
CONFIG_SATA_AHCI_PLATFORM=y
CONFIG_AHCI_CEVA=y
CONFIG_AHCI_XGENE=y
+CONFIG_SATA_RCAR=y
CONFIG_PATA_PLATFORM=y
CONFIG_PATA_OF_PLATFORM=y
CONFIG_NETDEVICES=y
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] arm64: defconfig: add CS2000 support
2015-12-18 2:28 [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-12-18 2:29 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs Simon Horman
@ 2015-12-18 2:29 ` Simon Horman
2015-12-22 20:50 ` [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2015-12-18 2:29 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/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 93288968b8f9..bdbe783584ec 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -190,6 +190,7 @@ CONFIG_QCOM_BAM_DMA=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_MMIO=y
+CONFIG_COMMON_CLK_CS2000_CP=y
CONFIG_COMMON_CLK_QCOM=y
CONFIG_MSM_GCC_8916=y
CONFIG_HWSPINLOCK_QCOM=y
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
2015-12-18 2:28 [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-12-18 2:29 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs Simon Horman
2015-12-18 2:29 ` [PATCH 2/2] arm64: defconfig: add CS2000 support Simon Horman
@ 2015-12-22 20:50 ` Olof Johansson
2 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2015-12-22 20:50 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Dec 18, 2015 at 11:28:59AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these third round of Renesas ARM64 based SoC defconfig
> updates for v4.5.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-arm64-defconfig2-for-v4.5,
> which you have already pulled.
>
>
> The following changes since commit 05a64b3b8b41bf3c3ca9b7f9f8a0e81ffadb20e3:
>
> arm64: defconfig: add Renesas sound and AK4613 support (2015-11-26 11:35:21 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig3-for-v4.5
>
> for you to fetch changes up to d3643e1669e59c374e78e3af9d93def5ac1f81bc:
>
> arm64: defconfig: add CS2000 support (2015-12-18 10:06:57 +0900)
>
> ----------------------------------------------------------------
> Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
>
> * Enable CS2000 and Renesas R-Car SATA driver
Thanks, merged.
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-22 20:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-18 2:28 [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-12-18 2:29 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car SATA driver for R-Car Gen3 SoCs Simon Horman
2015-12-18 2:29 ` [PATCH 2/2] arm64: defconfig: add CS2000 support Simon Horman
2015-12-22 20:50 ` [GIT PULL] Third Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).