linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9
@ 2016-09-07  7:41 Simon Horman
  2016-09-07  7:41 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car HSUSB driver support as module Simon Horman
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Simon Horman @ 2016-09-07  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM64 based SoC defconfig updates for v4.9.


The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6c04d2f7f1038bf6e5561827f862c6aa2beb4b37:

  arm64: defconfig: Enable SDHI and GPIO_REGULATOR (2016-09-01 16:32:46 +0200)

----------------------------------------------------------------
Renesas ARM64 Based SoC Defconfig Updates for v4.9

* Enable HSUSB and SDHI

----------------------------------------------------------------
Simon Horman (1):
      arm64: defconfig: Enable SDHI and GPIO_REGULATOR

Yoshihiro Shimoda (1):
      arm64: defconfig: Add Renesas R-Car HSUSB driver support as module

 arch/arm64/configs/defconfig | 4 ++++
 1 file changed, 4 insertions(+)

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

* [PATCH 1/2] arm64: defconfig: Add Renesas R-Car HSUSB driver support as module
  2016-09-07  7:41 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Simon Horman
@ 2016-09-07  7:41 ` Simon Horman
  2016-09-07  7:41 ` [PATCH 2/2] arm64: defconfig: Enable SDHI and GPIO_REGULATOR Simon Horman
  2016-09-14 22:09 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-09-07  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

From: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0555b7caaf2c..458d891aaa8e 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -265,6 +265,7 @@ CONFIG_USB_EHCI_HCD_PLATFORM=y
 CONFIG_USB_OHCI_EXYNOS=y
 CONFIG_USB_OHCI_HCD=y
 CONFIG_USB_OHCI_HCD_PLATFORM=y
+CONFIG_USB_RENESAS_USBHS=m
 CONFIG_USB_STORAGE=y
 CONFIG_USB_DWC2=y
 CONFIG_USB_DWC3=y
@@ -276,6 +277,7 @@ CONFIG_USB_HSIC_USB3503=y
 CONFIG_USB_MSM_OTG=y
 CONFIG_USB_ULPI=y
 CONFIG_USB_GADGET=y
+CONFIG_USB_RENESAS_USBHS_UDC=m
 CONFIG_MMC=y
 CONFIG_MMC_BLOCK_MINORS=32
 CONFIG_MMC_ARMMMCI=y
-- 
2.7.0.rc3.207.g0ac5344

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

* [PATCH 2/2] arm64: defconfig: Enable SDHI and GPIO_REGULATOR
  2016-09-07  7:41 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Simon Horman
  2016-09-07  7:41 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car HSUSB driver support as module Simon Horman
@ 2016-09-07  7:41 ` Simon Horman
  2016-09-14 22:09 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2016-09-07  7:41 UTC (permalink / raw)
  To: linux-arm-kernel

This allows use of the SDHI SD/SDIO controller present on R-Car Gen3 SoCs
and already enabled in the DT of the r8a7795/salvator-x (H3).

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 458d891aaa8e..2c0be455230f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -229,6 +229,7 @@ CONFIG_REGULATOR=y
 CONFIG_MFD_CROS_EC=y
 CONFIG_MFD_CROS_EC_I2C=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_GPIO=y
 CONFIG_REGULATOR_HI655X=y
 CONFIG_REGULATOR_MAX77620=y
 CONFIG_REGULATOR_PWM=y
@@ -287,6 +288,7 @@ CONFIG_MMC_SDHCI_OF_ESDHC=y
 CONFIG_MMC_SDHCI_TEGRA=y
 CONFIG_MMC_SDHCI_MSM=y
 CONFIG_MMC_SPI=y
+CONFIG_MMC_SDHI=y
 CONFIG_MMC_DW=y
 CONFIG_MMC_DW_EXYNOS=y
 CONFIG_MMC_DW_K3=y
-- 
2.7.0.rc3.207.g0ac5344

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

* [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9
  2016-09-07  7:41 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Simon Horman
  2016-09-07  7:41 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car HSUSB driver support as module Simon Horman
  2016-09-07  7:41 ` [PATCH 2/2] arm64: defconfig: Enable SDHI and GPIO_REGULATOR Simon Horman
@ 2016-09-14 22:09 ` Arnd Bergmann
  2 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2016-09-14 22:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday, September 7, 2016 9:41:26 AM CEST Simon Horman wrote:
> Renesas ARM64 Based SoC Defconfig Updates for v4.9
> 
> * Enable HSUSB and SDHI
> 

Pulled into next/arm64, thanks!

	Arnd

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

end of thread, other threads:[~2016-09-14 22:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07  7:41 [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 Simon Horman
2016-09-07  7:41 ` [PATCH 1/2] arm64: defconfig: Add Renesas R-Car HSUSB driver support as module Simon Horman
2016-09-07  7:41 ` [PATCH 2/2] arm64: defconfig: Enable SDHI and GPIO_REGULATOR Simon Horman
2016-09-14 22:09 ` [GIT PULL] Renesas ARM64 Based SoC Defconfig Updates for v4.9 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).