linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 1/3] drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs
@ 2014-05-27 13:45 Geert Uytterhoeven
  0 siblings, 0 replies; 2+ messages in thread
From: Geert Uytterhoeven @ 2014-05-27 13:45 UTC (permalink / raw)
  To: linux-sh

The PM runtime code should also be enabled for:
  - r8a7792 (R-Car V2H)
  - r8a7793 (R-Car M2-N)
  - r8a7794 (R-Car E2)

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/sh/pm_runtime.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
index 25eafbe4da33..72f63817a1a0 100644
--- a/drivers/sh/pm_runtime.c
+++ b/drivers/sh/pm_runtime.c
@@ -88,6 +88,9 @@ static int __init sh_pm_runtime_init(void)
 		    !of_machine_is_compatible("renesas,r8a7779") &&
 		    !of_machine_is_compatible("renesas,r8a7790") &&
 		    !of_machine_is_compatible("renesas,r8a7791") &&
+		    !of_machine_is_compatible("renesas,r8a7792") &&
+		    !of_machine_is_compatible("renesas,r8a7793") &&
+		    !of_machine_is_compatible("renesas,r8a7794") &&
 		    !of_machine_is_compatible("renesas,sh7372") &&
 		    !of_machine_is_compatible("renesas,sh73a0"))
 			return 0;
-- 
1.9.1


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

* Re: [PATCH RFC 1/3] drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs
@ 2014-06-05  0:51 Simon Horman
  0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-06-05  0:51 UTC (permalink / raw)
  To: linux-sh

On Tue, May 27, 2014 at 03:45:09PM +0200, Geert Uytterhoeven wrote:
> The PM runtime code should also be enabled for:
>   - r8a7792 (R-Car V2H)
>   - r8a7793 (R-Car M2-N)
>   - r8a7794 (R-Car E2)
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up and plan to send it to Linus for v3.16
once his merge window opens.

> ---
>  drivers/sh/pm_runtime.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/sh/pm_runtime.c b/drivers/sh/pm_runtime.c
> index 25eafbe4da33..72f63817a1a0 100644
> --- a/drivers/sh/pm_runtime.c
> +++ b/drivers/sh/pm_runtime.c
> @@ -88,6 +88,9 @@ static int __init sh_pm_runtime_init(void)
>  		    !of_machine_is_compatible("renesas,r8a7779") &&
>  		    !of_machine_is_compatible("renesas,r8a7790") &&
>  		    !of_machine_is_compatible("renesas,r8a7791") &&
> +		    !of_machine_is_compatible("renesas,r8a7792") &&
> +		    !of_machine_is_compatible("renesas,r8a7793") &&
> +		    !of_machine_is_compatible("renesas,r8a7794") &&
>  		    !of_machine_is_compatible("renesas,sh7372") &&
>  		    !of_machine_is_compatible("renesas,sh73a0"))
>  			return 0;
> -- 
> 1.9.1
> 

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

end of thread, other threads:[~2014-06-05  0:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-27 13:45 [PATCH RFC 1/3] drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs Geert Uytterhoeven
  -- strict thread matches above, loose matches on Subject: below --
2014-06-05  0:51 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).