All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7
@ 2016-04-04  1:23 Simon Horman
  2016-04-04  1:23 ` [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Simon Horman
  2016-04-13 20:49 ` [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Olof Johansson
  0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2016-04-04  1:23 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Kevin, Hi Arnd,

Please consider these Renesas ARM based SoC Simple PM bus updates for v4.7.


The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:

  Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-simple-pm-bus-for-v4.7

for you to fetch changes up to 41feae79f2621d9fcea1437d4a2f29dc731fdbb0:

  bus: simple-pm-bus: Use ARCH_RENESAS (2016-03-28 09:05:58 +0900)

----------------------------------------------------------------
Renesas ARM Based SoC Simple PM Bus Updates for v4.7

* Use ARCH_RENESAS in Kconfig

----------------------------------------------------------------
Simon Horman (1):
      bus: simple-pm-bus: Use ARCH_RENESAS

 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS
  2016-04-04  1:23 [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Simon Horman
@ 2016-04-04  1:23 ` Simon Horman
  2016-04-13 20:49 ` [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Horman @ 2016-04-04  1:23 UTC (permalink / raw)
  To: linux-arm-kernel

Make use of ARCH_RENESAS in place of ARCH_SHMOBILE.

This is part of an ongoing process to migrate from ARCH_SHMOBILE to
ARCH_RENESAS the motivation for which being that RENESAS seems to be a more
appropriate name than SHMOBILE for the majority of Renesas ARM based SoCs.

Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 drivers/bus/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index d4a3a3133da5..67cebd3d7f2d 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -110,7 +110,7 @@ config OMAP_OCP2SCP
 config SIMPLE_PM_BUS
 	bool "Simple Power-Managed Bus Driver"
 	depends on OF && PM
-	depends on ARCH_SHMOBILE || COMPILE_TEST
+	depends on ARCH_RENESAS || COMPILE_TEST
 	help
 	  Driver for transparent busses that don't need a real driver, but
 	  where the bus controller is part of a PM domain, or under the control
-- 
2.1.4

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

* [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7
  2016-04-04  1:23 [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Simon Horman
  2016-04-04  1:23 ` [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Simon Horman
@ 2016-04-13 20:49 ` Olof Johansson
  1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2016-04-13 20:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Apr 04, 2016 at 10:23:30AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
> 
> Please consider these Renesas ARM based SoC Simple PM bus updates for v4.7.
> 
> 
> The following changes since commit f55532a0c0b8bb6148f4e07853b876ef73bc69ca:
> 
>   Linux 4.6-rc1 (2016-03-26 16:03:24 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-simple-pm-bus-for-v4.7
> 
> for you to fetch changes up to 41feae79f2621d9fcea1437d4a2f29dc731fdbb0:
> 
>   bus: simple-pm-bus: Use ARCH_RENESAS (2016-03-28 09:05:58 +0900)
> 
> ----------------------------------------------------------------
> Renesas ARM Based SoC Simple PM Bus Updates for v4.7
> 
> * Use ARCH_RENESAS in Kconfig

Merged into next/drivers. Thanks.


-Olof

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

end of thread, other threads:[~2016-04-13 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-04  1:23 [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Simon Horman
2016-04-04  1:23 ` [PATCH] bus: simple-pm-bus: Use ARCH_RENESAS Simon Horman
2016-04-13 20:49 ` [GIT PULL] Renesas ARM Based SoC Simple PM Bus Updates for v4.7 Olof Johansson

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.