linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH RFC 1/3] drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs
Date: Thu, 05 Jun 2014 00:51:59 +0000	[thread overview]
Message-ID: <20140605005158.GF14471@verge.net.au> (raw)

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
> 

             reply	other threads:[~2014-06-05  0:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-05  0:51 Simon Horman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-27 13:45 [PATCH RFC 1/3] drivers: sh: Enable PM runtime for new R-Car Gen2 SoCs Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140605005158.GF14471@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).