* [PATCH 1/5] ARM: shmobile: Enable gose board in multiplatform defconfig
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 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform Simon Horman
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 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 3/5] ARM: shmobile: defconfig: add Renesas DPCM Sound Card Simon Horman
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
@ 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
` (5 more replies)
0 siblings, 6 replies; 7+ 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] 7+ messages in thread
* [PATCH 3/5] ARM: shmobile: defconfig: add Renesas DPCM Sound Card
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 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 ` [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 4/5] ARM: multi_v7_defconfig: " Simon Horman
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH 4/5] ARM: multi_v7_defconfig: add Renesas DPCM Sound Card
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Simon Horman
` (2 preceding siblings ...)
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 5/5] ARM: shmobile: Remove marzen_defconfig Simon Horman
2015-07-27 12:35 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Olof Johansson
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Simon Horman
` (3 preceding siblings ...)
2015-07-24 8:44 ` [PATCH 4/5] ARM: multi_v7_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
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Simon Horman
` (4 preceding siblings ...)
2015-07-24 8:44 ` [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig Simon Horman
@ 2015-07-27 12:35 ` Olof Johansson
5 siblings, 0 replies; 7+ 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] 7+ messages in thread
end of thread, other threads:[~2015-07-27 12:35 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 8:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 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 ` [PATCH 2/5] ARM: multi_v7_defconfig: Enable shmobile r8a7793/gose platform 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 ` [PATCH 4/5] ARM: multi_v7_defconfig: " Simon Horman
2015-07-24 8:44 ` [PATCH 5/5] ARM: shmobile: Remove marzen_defconfig Simon Horman
2015-07-27 12:35 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 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).