All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2
@ 2013-04-02  4:31 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2013-04-02  4:31 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd, Hi Olof,

The following changes since commit db30abdf3c07c564d4af0f991bb7f38b728f9035:

  ARM: mach-shmobile: marzen: add SATA support (2013-03-14 10:28:07 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v3.10

for you to fetch changes up to 03d409a5c4f8b590caaebd8c99e8977227c3dee7:

  ARM: shmobile: ape6evm: add defconfig (2013-04-01 17:52:07 +0900)

----------------------------------------------------------------
Second round of Renesas ARM based SoC defconfig updates for v3.10

* Add defconfig for ape6evm board
* GPIO updates for marzen

----------------------------------------------------------------
Simon Horman (3):
      ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support
      ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver
      ARM: shmobile: ape6evm: add defconfig

 arch/arm/configs/ape6evm_defconfig |   95 ++++++++++++++++++++++++++++++++++++
 arch/arm/configs/marzen_defconfig  |    4 ++
 2 files changed, 99 insertions(+)
 create mode 100644 arch/arm/configs/ape6evm_defconfig

^ permalink raw reply	[flat|nested] 164+ messages in thread
* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:26 ` Simon Horman
  0 siblings, 0 replies; 164+ messages in thread
From: Simon Horman @ 2015-01-26  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
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 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4


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

end of thread, other threads:[~2015-12-22 19:48 UTC | newest]

Thread overview: 164+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-02  4:31 [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2 Simon Horman
2013-04-02  4:31 ` Simon Horman
2013-04-02  4:31 ` [PATCH 1/3] ARM: shmobile: marzen: defconfig: add GPIO RCAR driver support Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02  4:31 ` [PATCH 2/3] ARM: shmobile: marzen: defconfig: enable GPIO LEDs driver Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02  4:31 ` [PATCH 3/3] ARM: shmobile: ape6evm: add defconfig Simon Horman
2013-04-02  4:31   ` Simon Horman
2013-04-02 19:59 ` [GIT PULL] Renesas ARM based SoC defconfig updates for v3.10 #2 Olof Johansson
2013-04-02 19:59   ` Olof Johansson
2014-04-16  6:03 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16 Simon Horman
2014-04-16  6:03   ` Simon Horman
2014-04-16  6:03   ` [PATCH 1/7] ARM: shmobile: multiplatform: Enable MSIOF in defconfig Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 2/7] ARM: shmobile: Include i2c-shmobile.c in shmobile_defconfig Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 3/7] ARM: shmobile: Include at24.c " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 4/7] ARM: shmobile: Enable USBHS gadget support " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 5/7] ARM: shmobile: Enable HIGHMEM " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 6/7] ARM: shmobile: Enable VSP1 " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-04-16  6:03   ` [PATCH 7/7] ARM: shmobile: Enable USB [EO]HCI HCD support " Simon Horman
2014-04-16  6:03     ` Simon Horman
2014-05-05 20:42   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.16 Olof Johansson
2014-05-05 20:42     ` Olof Johansson
2014-06-23  2:25 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17 Simon Horman
2014-06-23  2:25   ` Simon Horman
2014-06-23  2:25   ` [PATCH 1/4] ARM: shmobile: armadillo800eva defconfig: Enable REGULATOR_GPIO and LEDS_GPIO Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 2/4] ARM: shmobile: marzen: Add to shmobile defconfig Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 3/4] ARM: shmobile: Enable PM_RUNTIME in defconfig Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-06-23  2:25   ` [PATCH 4/4] ARM: shmobile: Enable CPUFREQ configuration Simon Horman
2014-06-23  2:25     ` Simon Horman
2014-07-07  0:10   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.17 Olof Johansson
2014-07-07  0:10     ` Olof Johansson
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 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 2/8] ARM: shmobile: ape6evm_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
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 4/8] ARM: shmobile: koelsch_defconfig: " Simon Horman
2014-08-23  1:44     ` Simon Horman
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 6/8] ARM: shmobile: lager_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     ` Simon Horman
2014-08-23  1:44   ` [PATCH 8/8] ARM: shmobile: defconfig: enable initrd Simon Horman
2014-08-23  1:44     ` Simon Horman
2014-11-10  1:32 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Simon Horman
2014-11-10  1:32   ` Simon Horman
2014-11-10  1:32   ` [PATCH 1/4] ARM: shmobile: ape6evm: Enable PM Runtime in defconfig Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 2/4] ARM: shmobile: multiplatform: add R-Car DMAC support on defconfig Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 3/4] ARM: shmobile: multiplatform: add Audo DMAC peri peri " Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-10  1:32   ` [PATCH 4/4] ARM: shmobile: multiplatform: add AK4642 " Simon Horman
2014-11-10  1:32     ` Simon Horman
2014-11-19 21:39   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.19 Arnd Bergmann
2014-11-19 21:39     ` Arnd Bergmann
2014-12-11  2:33 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes " Simon Horman
2014-12-11  2:33   ` Simon Horman
2014-12-11  2:33   ` [PATCH] Revert "ARM: shmobile: multiplatform: add Audo DMAC peri peri support on defconfig" Simon Horman
2014-12-11  2:33     ` Simon Horman
2014-12-16 20:44   ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.19 Arnd Bergmann
2014-12-16 20:44     ` Arnd Bergmann
2014-12-29  1:43 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20 Simon Horman
2014-12-29  1:43   ` Simon Horman
2014-12-29  1:43   ` [PATCH 1/5] ARM: shmobile: kzm9g_defconfig: Update AK8975 config option Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 2/5] ARM: shmobile: defconfig: cleanup by savedefconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 3/5] ARM: shmobile: defconfig: add MTD_BLOCK Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 4/5] ARM: shmobile: Enable MICREL_PHY in shmobile_defconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2014-12-29  1:43   ` [PATCH 5/5] ARM: shmobile: Enable DA9063 watchdog in multiplatform defconfig Simon Horman
2014-12-29  1:43     ` Simon Horman
2015-01-12 22:22   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v3.20 Olof Johansson
2015-01-12 22:22     ` Olof Johansson
2015-01-29  1:31 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes " Simon Horman
2015-01-29  1:31   ` Simon Horman
2015-01-29  1:31   ` [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-29  1:31     ` Simon Horman
2015-01-29 21:59   ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Olof Johansson
2015-01-29 21:59     ` Olof Johansson
2015-03-20  1:07 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Simon Horman
2015-03-20  1:07   ` Simon Horman
2015-03-20  1:07   ` [PATCH 1/4] ARM: shmobile: Enable ape6evm board in multiplatform defconfig Simon Horman
2015-03-20  1:07     ` Simon Horman
2015-03-20  1:07   ` [PATCH 2/4] ARM: shmobile: Enable R-Mobile reset driver " Simon Horman
2015-03-20  1:07     ` Simon Horman
2015-03-20  1:07   ` [PATCH 3/4] ARM: shmobile: defconfig: Drop useless SERIAL_8250_EXTENDED=y Simon Horman
2015-03-20  1:07     ` Simon Horman
2015-03-20  1:07   ` [PATCH 4/4] ARM: shmobile: Enable bockw board in multiplatform defconfig Simon Horman
2015-03-20  1:07     ` Simon Horman
2015-04-03 17:53   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.1 Olof Johansson
2015-04-03 17:53     ` Olof Johansson
2015-05-14  1:07 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2 Simon Horman
2015-05-14  1:07   ` Simon Horman
2015-05-14  1:07   ` [PATCH] ARM: shmobile: defconfig: Replace USB_RCAR_GEN2_PHY by PHY_RCAR_GEN2 Simon Horman
2015-05-14  1:07     ` Simon Horman
2015-05-15 15:37   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.2 Arnd Bergmann
2015-05-15 15:37     ` Arnd Bergmann
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 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 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 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 4/5] ARM: multi_v7_defconfig: " 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-24  8:44     ` Simon Horman
2015-07-27 12:35   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.3 Olof Johansson
2015-07-27 12:35     ` Olof Johansson
2015-09-17  8:59 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Simon Horman
2015-09-17  8:59   ` Simon Horman
2015-09-17  8:59   ` [PATCH 1/2] ARM: shmobile: Remove Marzen from shmobile_defconfig Simon Horman
2015-09-17  8:59     ` Simon Horman
2015-09-17  8:59   ` [PATCH 2/2] ARM: multi_v7_defconfig: Remove Marzen Simon Horman
2015-09-17  8:59     ` Simon Horman
2015-10-06 14:03   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.4 Arnd Bergmann
2015-10-06 14:03     ` Arnd Bergmann
2015-12-17  5:24 ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5 Simon Horman
2015-12-17  5:24   ` Simon Horman
2015-12-17  5:24   ` [PATCH 1/7] ARM: shmobile: defconfig: Enable CONFIG_PRINTK_TIME Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 2/7] ARM: shmobile: defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 3/7] ARM: shmobile: defconfig: Enable missing support based on DTSes Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 4/7] ARM: shmobile: defconfig: Enable frame buffer console for armadillo800eva Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 5/7] ARM: multi_v7_defconfig: Drop useless CONFIG_USB_RCAR_PHY=y Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 6/7] ARM: multi_v7_defconfig: Enable missing Renesas ARM support based on DTSes Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-17  5:24   ` [PATCH 7/7] ARM: multi_v7_defconfig: Enable frame buffer console for armadillo800eva Simon Horman
2015-12-17  5:24     ` Simon Horman
2015-12-22 19:48   ` [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.5 Olof Johansson
2015-12-22 19:48     ` Olof Johansson
2015-01-26  2:26 [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-26  2:26 ` Simon Horman
2015-01-26  2:31 ` Kuninori Morimoto
2015-01-26  2:31   ` Kuninori Morimoto
2015-01-26  3:59   ` Simon Horman
2015-01-26  3:59     ` Simon Horman
2015-01-26  4:07     ` Kuninori Morimoto
2015-01-26  4:07       ` Kuninori Morimoto
2015-01-26  8:47       ` Simon Horman
2015-01-26  8:47         ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.