* [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
@ 2015-11-27 1:54 Simon Horman
2015-11-27 1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
` (5 more replies)
0 siblings, 6 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:54 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM64 based SoC defconfig
updates for v4.5.
This pull request Enable Renesas sound, DMAC, I2C, EthernetAVB and GPIO for
R-Car Gen3 r8a7795/salvator-x.
This pull request is based on the previous round of
such requests, tagged as renesas-arm64-defconfig-for-v4.5,
which I have already sent a pull-request for.
The following changes since commit 727e8d0126e3ecafce3ebc43eaa5a7d61af3bef0:
arm64: defconfig: renesas: Enable Renesas r8a7795 SoC (2015-11-17 02:50:29 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-arm64-defconfig2-for-v4.5
for you to fetch changes up to 05a64b3b8b41bf3c3ca9b7f9f8a0e81ffadb20e3:
arm64: defconfig: add Renesas sound and AK4613 support (2015-11-26 11:35:21 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
* Enable Renesas Sound, DMAC, I2C, EthernetAVB and GPIO for
R-Car Gen3 r8a7795/salvator-x
----------------------------------------------------------------
Kuninori Morimoto (3):
arm64: defconfig: Enable Renesas R-Car I2C Controller
arm64: defconfig: add Renesas R-Car DMAC driver support
arm64: defconfig: add Renesas sound and AK4613 support
Simon Horman (1):
arm64: defconfig: enable EthernetAVB
Takeshi Kihara (1):
arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC
arch/arm64/configs/defconfig | 10 ++++++++++
1 file changed, 10 insertions(+)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
@ 2015-11-27 1:54 ` Simon Horman
2015-11-27 1:54 ` [PATCH 2/5] arm64: defconfig: enable EthernetAVB Simon Horman
` (4 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:54 UTC (permalink / raw)
To: linux-arm-kernel
From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Enable GPIO for Renesas R-Car Gen3 SoC.
Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index a260e3a46f01..206dfd99295c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -135,6 +135,7 @@ CONFIG_SPI_PL022=y
CONFIG_SPI_QUP=y
CONFIG_PINCTRL_MSM8916=y
CONFIG_GPIO_PL061=y
+CONFIG_GPIO_RCAR=y
CONFIG_GPIO_XGENE=y
CONFIG_POWER_RESET_XGENE=y
CONFIG_POWER_RESET_SYSCON=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/5] arm64: defconfig: enable EthernetAVB
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-11-27 1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
@ 2015-11-27 1:54 ` Simon Horman
2015-11-27 1:55 ` [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller Simon Horman
` (3 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:54 UTC (permalink / raw)
To: linux-arm-kernel
This is present on the Renesas r8a7795 SoC and may be
used by the Salvator-X board.
Also enable MICREL_PHY which is used on the Salvator-X board.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm64/configs/defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 206dfd99295c..a7776cd9ffca 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -100,8 +100,10 @@ CONFIG_TUN=y
CONFIG_VIRTIO_NET=y
CONFIG_NET_XGENE=y
CONFIG_SKY2=y
+CONFIG_RAVB=y
CONFIG_SMC91X=y
CONFIG_SMSC911X=y
+CONFIG_MICREL_PHY=y
# CONFIG_WLAN is not set
CONFIG_INPUT_EVDEV=y
CONFIG_KEYBOARD_GPIO=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-11-27 1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
2015-11-27 1:54 ` [PATCH 2/5] arm64: defconfig: enable EthernetAVB Simon Horman
@ 2015-11-27 1:55 ` Simon Horman
2015-11-27 1:55 ` [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
` (2 subsequent siblings)
5 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:55 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>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 a7776cd9ffca..6b1e284c9f8c 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -132,6 +132,7 @@ CONFIG_VIRTIO_CONSOLE=y
# CONFIG_HW_RANDOM is not set
CONFIG_I2C=y
CONFIG_I2C_QUP=y
+CONFIG_I2C_RCAR=y
CONFIG_SPI=y
CONFIG_SPI_PL022=y
CONFIG_SPI_QUP=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
` (2 preceding siblings ...)
2015-11-27 1:55 ` [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller Simon Horman
@ 2015-11-27 1:55 ` Simon Horman
2015-11-27 1:55 ` [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-12-12 0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Arnd Bergmann
5 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:55 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 6b1e284c9f8c..f97d74081480 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -179,6 +179,7 @@ CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_EFI=y
CONFIG_RTC_DRV_XGENE=y
CONFIG_DMADEVICES=y
+CONFIG_RCAR_DMAC=y
CONFIG_QCOM_BAM_DMA=y
CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
` (3 preceding siblings ...)
2015-11-27 1:55 ` [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
@ 2015-11-27 1:55 ` Simon Horman
2015-12-12 0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Arnd Bergmann
5 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2015-11-27 1:55 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 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f97d74081480..2b0a9dc0ca44 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -152,6 +152,11 @@ CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
+CONFIG_SOUND=y
+CONFIG_SND=y
+CONFIG_SND_SOC=y
+CONFIG_SND_SOC_RCAR=y
+CONFIG_SND_SOC_AK4613=y
CONFIG_USB=y
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_HCD_PLATFORM=y
--
2.1.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
` (4 preceding siblings ...)
2015-11-27 1:55 ` [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
@ 2015-12-12 0:08 ` Arnd Bergmann
2015-12-12 0:16 ` Arnd Bergmann
5 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-12 0:08 UTC (permalink / raw)
To: linux-arm-kernel
On Friday 27 November 2015 10:54:57 Simon Horman wrote:
> Please consider these second round of Renesas ARM64 based SoC defconfig
> updates for v4.5.
>
> This pull request Enable Renesas sound, DMAC, I2C, EthernetAVB and GPIO for
> R-Car Gen3 r8a7795/salvator-x.
>
> This pull request is based on the previous round of
> such requests, tagged as renesas-arm64-defconfig-for-v4.5,
> which I have already sent a pull-request for.
>
>
Pulled into next/dt64, thanks!
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5
2015-12-12 0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Arnd Bergmann
@ 2015-12-12 0:16 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2015-12-12 0:16 UTC (permalink / raw)
To: linux-arm-kernel
On Saturday 12 December 2015 01:08:25 Arnd Bergmann wrote:
> On Friday 27 November 2015 10:54:57 Simon Horman wrote:
> > Please consider these second round of Renesas ARM64 based SoC defconfig
> > updates for v4.5.
> >
> > This pull request Enable Renesas sound, DMAC, I2C, EthernetAVB and GPIO for
> > R-Car Gen3 r8a7795/salvator-x.
> >
> > This pull request is based on the previous round of
> > such requests, tagged as renesas-arm64-defconfig-for-v4.5,
> > which I have already sent a pull-request for.
> >
> >
>
> Pulled into next/dt64, thanks!
>
Sorry, my mistake. This is in next/config64 now.
Arnd
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-12-12 0:16 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-11-27 1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
2015-11-27 1:54 ` [PATCH 2/5] arm64: defconfig: enable EthernetAVB Simon Horman
2015-11-27 1:55 ` [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller Simon Horman
2015-11-27 1:55 ` [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
2015-11-27 1:55 ` [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-12-12 0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Arnd Bergmann
2015-12-12 0:16 ` 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).