All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] SH Drivers Updates for v4.4
@ 2015-11-20  0:39 ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-11-20  0:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel, Magnus Damm, Simon Horman

Hi Linus,

Please consider these SH drivers updates for v4.4.

I am sending this change after v4.4-rc1 has been released
as it depends on SoC changes which are present in that rc release.


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh-drivers-for-v4.4

for you to fetch changes up to 0ba58de231066e47de87ccc4d61c5e396fe9bd27:

  drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI (2015-11-17 02:12:46 +0900)

----------------------------------------------------------------
SH Drivers Updates for v4.4

* Remove now unnecessary reference to CONFIG_ARCH_SHMOBILE_MULTI

----------------------------------------------------------------
Geert Uytterhoeven (1):
      drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI

 drivers/sh/pm_runtime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [GIT PULL] SH Drivers Updates for v4.4
@ 2015-11-20  0:39 ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-11-20  0:39 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-sh, linux-kernel, Magnus Damm, Simon Horman

Hi Linus,

Please consider these SH drivers updates for v4.4.

I am sending this change after v4.4-rc1 has been released
as it depends on SoC changes which are present in that rc release.


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-sh-drivers-for-v4.4

for you to fetch changes up to 0ba58de231066e47de87ccc4d61c5e396fe9bd27:

  drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI (2015-11-17 02:12:46 +0900)

----------------------------------------------------------------
SH Drivers Updates for v4.4

* Remove now unnecessary reference to CONFIG_ARCH_SHMOBILE_MULTI

----------------------------------------------------------------
Geert Uytterhoeven (1):
      drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI

 drivers/sh/pm_runtime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

* [PATCH] drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI
  2015-11-20  0:39 ` Simon Horman
@ 2015-11-20  0:39   ` Simon Horman
  -1 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-11-20  0:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-sh, linux-kernel, Magnus Damm, Geert Uytterhoeven, Simon Horman

From: Geert Uytterhoeven <geert+renesas@glider.be>

Shmobile is all multiplatform these days, so get rid of the reference to
CONFIG_ARCH_SHMOBILE_MULTI.

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

diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
index 25abd4eb7d10..91a003011acf 100644
--- a/drivers/sh/pm_runtime.c
+++ b/drivers/sh/pm_runtime.c
@@ -34,7 +34,7 @@ static struct pm_clk_notifier_block platform_bus_notifier = {
 
 static int __init sh_pm_runtime_init(void)
 {
-	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) {
+	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) {
 		if (!of_find_compatible_node(NULL, NULL,
 					     "renesas,cpg-mstp-clocks"))
 			return 0;
-- 
2.1.4


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

* [PATCH] drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI
@ 2015-11-20  0:39   ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-11-20  0:39 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-sh, linux-kernel, Magnus Damm, Geert Uytterhoeven, Simon Horman

From: Geert Uytterhoeven <geert+renesas@glider.be>

Shmobile is all multiplatform these days, so get rid of the reference to
CONFIG_ARCH_SHMOBILE_MULTI.

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

diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
index 25abd4eb7d10..91a003011acf 100644
--- a/drivers/sh/pm_runtime.c
+++ b/drivers/sh/pm_runtime.c
@@ -34,7 +34,7 @@ static struct pm_clk_notifier_block platform_bus_notifier = {
 
 static int __init sh_pm_runtime_init(void)
 {
-	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) {
+	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) {
 		if (!of_find_compatible_node(NULL, NULL,
 					     "renesas,cpg-mstp-clocks"))
 			return 0;
-- 
2.1.4


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

* Re: [PATCH] drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI
  2015-08-27 20:06 Geert Uytterhoeven
@ 2015-08-31  6:40 ` Simon Horman
  0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2015-08-31  6:40 UTC (permalink / raw)
  To: linux-sh

On Thu, Aug 27, 2015 at 10:06:52PM +0200, Geert Uytterhoeven wrote:
> Shmobile is all multiplatform these days, so get rid of the reference to
> CONFIG_ARCH_SHMOBILE_MULTI.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> This must not be applied to a branch that still has
> CONFIG_ARCH_SHMOBILE_LEGACY.
> 
>  drivers/sh/pm_runtime.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, I have queued this up for v4.4.

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

* [PATCH] drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI
@ 2015-08-27 20:06 Geert Uytterhoeven
  2015-08-31  6:40 ` Simon Horman
  0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2015-08-27 20:06 UTC (permalink / raw)
  To: linux-sh

Shmobile is all multiplatform these days, so get rid of the reference to
CONFIG_ARCH_SHMOBILE_MULTI.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
This must not be applied to a branch that still has
CONFIG_ARCH_SHMOBILE_LEGACY.

 drivers/sh/pm_runtime.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
index 25abd4eb7d102113..91a003011acfacb2 100644
--- a/drivers/sh/pm_runtime.c
+++ b/drivers/sh/pm_runtime.c
@@ -34,7 +34,7 @@ static struct pm_clk_notifier_block platform_bus_notifier = {
 
 static int __init sh_pm_runtime_init(void)
 {
-	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE_MULTI)) {
+	if (IS_ENABLED(CONFIG_ARCH_SHMOBILE)) {
 		if (!of_find_compatible_node(NULL, NULL,
 					     "renesas,cpg-mstp-clocks"))
 			return 0;
-- 
1.9.1


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

end of thread, other threads:[~2015-11-20  0:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-20  0:39 [GIT PULL] SH Drivers Updates for v4.4 Simon Horman
2015-11-20  0:39 ` Simon Horman
2015-11-20  0:39 ` [PATCH] drivers: sh: Get rid of CONFIG_ARCH_SHMOBILE_MULTI Simon Horman
2015-11-20  0:39   ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2015-08-27 20:06 Geert Uytterhoeven
2015-08-31  6:40 ` 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.