* [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: " Simon Horman
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTSes
Notes:
- MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
("mtd: spi-nor: shorten Kconfig naming"),
- I2C_RIIC was enabled in the old genmai_defconfig.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/shmobile_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 3b13614..0cd63f5 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -49,6 +49,7 @@ CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_MTD=y
CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
CONFIG_EEPROM_AT24=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=20
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_I2C_GPIO=y
+CONFIG_I2C_RIIC=y
CONFIG_I2C_SH_MOBILE=y
CONFIG_I2C_RCAR=y
CONFIG_SPI=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-08-23 1:44 ` [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 3/8] ARM: shmobile: bockw_defconfig: " Simon Horman
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/ape6evm_defconfig | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/ape6evm_defconfig b/arch/arm/configs/ape6evm_defconfig
index bb396c0..b54b28f 100644
--- a/arch/arm/configs/ape6evm_defconfig
+++ b/arch/arm/configs/ape6evm_defconfig
@@ -12,7 +12,6 @@ CONFIG_KALLSYMS_ALL=y
CONFIG_EMBEDDED=y
CONFIG_PERF_EVENTS=y
CONFIG_SLAB=y
-# CONFIG_BLOCK is not set
CONFIG_ARCH_SHMOBILE_LEGACY=y
CONFIG_ARCH_R8A73A4=y
CONFIG_MACH_APE6EVM=y
@@ -64,6 +63,8 @@ CONFIG_SERIAL_NONSTANDARD=y
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=12
CONFIG_SERIAL_SH_SCI_CONSOLE=y
+CONFIG_I2C=y
+CONFIG_I2C_SH_MOBILE=y
CONFIG_GPIO_SH_PFC=y
CONFIG_GPIOLIB=y
# CONFIG_HWMON is not set
@@ -72,11 +73,17 @@ CONFIG_RCAR_THERMAL=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_GPIO=y
+CONFIG_REGULATOR_MAX8973=y
# CONFIG_HID is not set
# CONFIG_USB_SUPPORT is not set
+CONFIG_MMC=y
+CONFIG_MMC_SDHI=y
+CONFIG_MMC_SH_MMCIF=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
CONFIG_LEDS_GPIO=y
+CONFIG_DMADEVICES=y
+CONFIG_SH_DMAE=y
# CONFIG_IOMMU_SUPPORT is not set
# CONFIG_DNOTIFY is not set
CONFIG_TMPFS=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 3/8] ARM: shmobile: bockw_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-08-23 1:44 ` [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support Simon Horman
2014-08-23 1:44 ` [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 4/8] ARM: shmobile: koelsch_defconfig: " Simon Horman
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Notes:
- MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
("mtd: spi-nor: shorten Kconfig naming").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/bockw_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/configs/bockw_defconfig b/arch/arm/configs/bockw_defconfig
index e816140..70b3f45 100644
--- a/arch/arm/configs/bockw_defconfig
+++ b/arch/arm/configs/bockw_defconfig
@@ -55,6 +55,7 @@ CONFIG_MTD_BLOCK=y
CONFIG_MTD_CFI=y
CONFIG_MTD_CFI_AMDSTD=y
CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_NETDEVICES=y
@@ -82,6 +83,7 @@ CONFIG_SERIAL_SH_SCI_CONSOLE=y
# CONFIG_HWMON is not set
CONFIG_I2C=y
CONFIG_I2C_RCAR=y
+CONFIG_GPIO_RCAR=y
CONFIG_REGULATOR=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 4/8] ARM: shmobile: koelsch_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
` (2 preceding siblings ...)
2014-08-23 1:44 ` [PATCH 3/8] ARM: shmobile: bockw_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: " Simon Horman
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Notes:
- MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
("mtd: spi-nor: shorten Kconfig naming").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/koelsch_defconfig | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/arch/arm/configs/koelsch_defconfig b/arch/arm/configs/koelsch_defconfig
index 86faab5..b33d19b 100644
--- a/arch/arm/configs/koelsch_defconfig
+++ b/arch/arm/configs/koelsch_defconfig
@@ -15,6 +15,9 @@ CONFIG_MACH_KOELSCH=y
CONFIG_CPU_BPREDICT_DISABLE=y
CONFIG_PL310_ERRATA_588369=y
CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
CONFIG_SMP=y
CONFIG_SCHED_MC=y
CONFIG_NR_CPUS=8
@@ -42,6 +45,8 @@ CONFIG_ATA=y
CONFIG_SATA_RCAR=y
CONFIG_MTD=y
CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
+CONFIG_EEPROM_AT24=y
CONFIG_NETDEVICES=y
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_CADENCE is not set
@@ -66,9 +71,12 @@ CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=20
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_I2C=y
+CONFIG_I2C_MUX=y
+CONFIG_I2C_SH_MOBILE=y
CONFIG_I2C_RCAR=y
CONFIG_SPI=y
CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_RCAR=y
# CONFIG_HWMON is not set
@@ -76,7 +84,16 @@ CONFIG_THERMAL=y
CONFIG_RCAR_THERMAL=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_ADV7180=y
# CONFIG_HID is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_MMC=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
` (3 preceding siblings ...)
2014-08-23 1:44 ` [PATCH 4/8] ARM: shmobile: koelsch_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 6/8] ARM: shmobile: lager_defconfig: " Simon Horman
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/kzm9g_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/kzm9g_defconfig b/arch/arm/configs/kzm9g_defconfig
index bd097d4..8cb115d 100644
--- a/arch/arm/configs/kzm9g_defconfig
+++ b/arch/arm/configs/kzm9g_defconfig
@@ -119,6 +119,7 @@ CONFIG_MMC_SDHI=y
CONFIG_MMC_SH_MMCIF=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
+CONFIG_LEDS_GPIO=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_RS5C372=y
CONFIG_DMADEVICES=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 6/8] ARM: shmobile: lager_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
` (4 preceding siblings ...)
2014-08-23 1:44 ` [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 7/8] ARM: shmobile: marzen_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 8/8] ARM: shmobile: defconfig: enable initrd Simon Horman
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Notes:
- MTD_SPI_NOR is a dependency for MTD_M25P80 since commit
03e296f613affcc2671c1e86d8c25ecad867204e ("mtd: m25p80: use the SPI
nor framework") and commit e43b20619bdb6c851dd7b49cbd15e52875a785d4
("mtd: spi-nor: shorten Kconfig naming").
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/lager_defconfig | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 5870244..929c571 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -22,6 +22,9 @@ CONFIG_ARM_ERRATA_458693=y
CONFIG_ARM_ERRATA_460075=y
CONFIG_ARM_ERRATA_743622=y
CONFIG_ARM_ERRATA_754322=y
+CONFIG_PCI=y
+CONFIG_PCI_RCAR_GEN2=y
+CONFIG_PCI_RCAR_GEN2_PCIE=y
CONFIG_HAVE_ARM_ARCH_TIMER=y
CONFIG_AEABI=y
# CONFIG_OABI_COMPAT is not set
@@ -53,6 +56,7 @@ CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_MTD=y
CONFIG_MTD_M25P80=y
+CONFIG_MTD_SPI_NOR=y
CONFIG_BLK_DEV_SD=y
CONFIG_ATA=y
CONFIG_SATA_RCAR=y
@@ -85,11 +89,12 @@ CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_NR_UARTS=10
CONFIG_SERIAL_SH_SCI_CONSOLE=y
# CONFIG_HW_RANDOM is not set
-CONFIG_I2C=y
CONFIG_I2C_GPIO=y
+CONFIG_I2C_SH_MOBILE=y
CONFIG_I2C_RCAR=y
CONFIG_SPI=y
CONFIG_SPI_RSPI=y
+CONFIG_SPI_SH_MSIOF=y
CONFIG_GPIO_SH_PFC=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_RCAR=y
@@ -98,6 +103,7 @@ CONFIG_THERMAL=y
CONFIG_RCAR_THERMAL=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
+CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_GPIO=y
CONFIG_MEDIA_SUPPORT=y
CONFIG_MEDIA_CAMERA_SUPPORT=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18
@ 2014-08-23 1:44 Simon Horman
2014-08-23 1:44 ` [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support Simon Horman
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig updates for v3.18.
The following changes since commit 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9:
Linux 3.17-rc1 (2014-08-16 10:40:26 -0600)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-for-v3.18
for you to fetch changes up to 874ee23c83d888f8824305c277e047c7799f30b9:
ARM: shmobile: defconfig: enable initrd (2014-08-18 08:07:38 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Updates for v3.18
* Enable initrd in shmobile defconfig
* Enable missing hardware support in shmobile and several board defconfigs
----------------------------------------------------------------
Geert Uytterhoeven (7):
ARM: shmobile: shmobile_defconfig: Enable missing hardware support
ARM: shmobile: ape6evm_defconfig: Enable missing hardware support
ARM: shmobile: bockw_defconfig: Enable missing hardware support
ARM: shmobile: koelsch_defconfig: Enable missing hardware support
ARM: shmobile: kzm9g_defconfig: Enable missing hardware support
ARM: shmobile: lager_defconfig: Enable missing hardware support
ARM: shmobile: marzen_defconfig: Enable missing hardware support
Kevin Hilman (1):
ARM: shmobile: defconfig: enable initrd
arch/arm/configs/ape6evm_defconfig | 9 ++++++++-
arch/arm/configs/bockw_defconfig | 2 ++
arch/arm/configs/koelsch_defconfig | 17 +++++++++++++++++
arch/arm/configs/kzm9g_defconfig | 1 +
arch/arm/configs/lager_defconfig | 8 +++++++-
arch/arm/configs/marzen_defconfig | 1 +
arch/arm/configs/shmobile_defconfig | 3 +++
7 files changed, 39 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 9+ messages in thread
* [PATCH 7/8] ARM: shmobile: marzen_defconfig: Enable missing hardware support
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
` (5 preceding siblings ...)
2014-08-23 1:44 ` [PATCH 6/8] ARM: shmobile: lager_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
2014-08-23 1:44 ` [PATCH 8/8] ARM: shmobile: defconfig: enable initrd Simon Horman
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Geert Uytterhoeven <geert+renesas@glider.be>
Based on the DTS
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
arch/arm/configs/marzen_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
index 92994f7..ff91630 100644
--- a/arch/arm/configs/marzen_defconfig
+++ b/arch/arm/configs/marzen_defconfig
@@ -84,6 +84,7 @@ CONFIG_GPIO_RCAR=y
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
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH 8/8] ARM: shmobile: defconfig: enable initrd
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
` (6 preceding siblings ...)
2014-08-23 1:44 ` [PATCH 7/8] ARM: shmobile: marzen_defconfig: " Simon Horman
@ 2014-08-23 1:44 ` Simon Horman
7 siblings, 0 replies; 9+ messages in thread
From: Simon Horman @ 2014-08-23 1:44 UTC (permalink / raw)
To: linux-arm-kernel
From: Kevin Hilman <khilman@linaro.org>
Enable initrd support.
Signed-off-by: Kevin Hilman <khilman@linaro.org>
[horms+renesas at verge.net.au: dropped enabling atag dtb compat]
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 0cd63f5..b7ebf1e 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -3,6 +3,7 @@ CONFIG_NO_HZ=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=16
+CONFIG_BLK_DEV_INITRD=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_EMBEDDED=y
--
2.0.1
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2014-08-23 1:44 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-23 1:44 [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.18 Simon Horman
2014-08-23 1:44 ` [PATCH 1/8] ARM: shmobile: shmobile_defconfig: Enable missing hardware support Simon Horman
2014-08-23 1:44 ` [PATCH 2/8] ARM: shmobile: ape6evm_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 3/8] ARM: shmobile: bockw_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 4/8] ARM: shmobile: koelsch_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 5/8] ARM: shmobile: kzm9g_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 6/8] ARM: shmobile: lager_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 7/8] ARM: shmobile: marzen_defconfig: " Simon Horman
2014-08-23 1:44 ` [PATCH 8/8] ARM: shmobile: defconfig: enable initrd Simon Horman
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).