All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	linux-sh@vger.kernel.org, linux-pm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 06/11] ARM: shmobile: r8a7740: Add A3SG pm domain support
Date: Mon, 27 Oct 2014 13:00:35 +0900	[thread overview]
Message-ID: <20141027040034.GF31487@verge.net.au> (raw)
In-Reply-To: <1414063141-8856-7-git-send-email-geert+renesas@glider.be>

On Thu, Oct 23, 2014 at 01:18:56PM +0200, Geert Uytterhoeven wrote:
> Add support for the A3SG power domain, and hook it up as a subdomain of
> A4S.
> This domain contains the SGX540 hardware block, which is currently not
> used by any driver.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up.

> ---
> v3:
>   - No changes,
> v2:
>   - No changes.
> ---
>  arch/arm/mach-shmobile/pm-r8a7740.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
> index 1d916038660d4b8a..932c2a621e81ac26 100644
> --- a/arch/arm/mach-shmobile/pm-r8a7740.c
> +++ b/arch/arm/mach-shmobile/pm-r8a7740.c
> @@ -51,6 +51,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
>  		.gov		= &pm_domain_always_on_gov,
>  		.no_debug	= true,
>  		.suspend	= r8a7740_pd_a3sp_suspend,
> +	}, {
> +		.genpd.name	= "A3SG",
> +		.bit_shift	= 13,
>  	},
>  };
>  
> @@ -58,6 +61,7 @@ void __init r8a7740_init_pm_domains(void)
>  {
>  	rmobile_init_domains(r8a7740_pm_domains, ARRAY_SIZE(r8a7740_pm_domains));
>  	pm_genpd_add_subdomain_names("A4S", "A3SP");
> +	pm_genpd_add_subdomain_names("A4S", "A3SG");
>  }
>  #endif /* CONFIG_PM && !CONFIG_ARCH_MULTIPLATFORM */
>  
> -- 
> 1.9.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 06/11] ARM: shmobile: r8a7740: Add A3SG pm domain support
Date: Mon, 27 Oct 2014 04:00:35 +0000	[thread overview]
Message-ID: <20141027040034.GF31487@verge.net.au> (raw)
In-Reply-To: <1414063141-8856-7-git-send-email-geert+renesas@glider.be>

On Thu, Oct 23, 2014 at 01:18:56PM +0200, Geert Uytterhoeven wrote:
> Add support for the A3SG power domain, and hook it up as a subdomain of
> A4S.
> This domain contains the SGX540 hardware block, which is currently not
> used by any driver.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up.

> ---
> v3:
>   - No changes,
> v2:
>   - No changes.
> ---
>  arch/arm/mach-shmobile/pm-r8a7740.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
> index 1d916038660d4b8a..932c2a621e81ac26 100644
> --- a/arch/arm/mach-shmobile/pm-r8a7740.c
> +++ b/arch/arm/mach-shmobile/pm-r8a7740.c
> @@ -51,6 +51,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
>  		.gov		= &pm_domain_always_on_gov,
>  		.no_debug	= true,
>  		.suspend	= r8a7740_pd_a3sp_suspend,
> +	}, {
> +		.genpd.name	= "A3SG",
> +		.bit_shift	= 13,
>  	},
>  };
>  
> @@ -58,6 +61,7 @@ void __init r8a7740_init_pm_domains(void)
>  {
>  	rmobile_init_domains(r8a7740_pm_domains, ARRAY_SIZE(r8a7740_pm_domains));
>  	pm_genpd_add_subdomain_names("A4S", "A3SP");
> +	pm_genpd_add_subdomain_names("A4S", "A3SG");
>  }
>  #endif /* CONFIG_PM && !CONFIG_ARCH_MULTIPLATFORM */
>  
> -- 
> 1.9.1
> 

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 06/11] ARM: shmobile: r8a7740: Add A3SG pm domain support
Date: Mon, 27 Oct 2014 13:00:35 +0900	[thread overview]
Message-ID: <20141027040034.GF31487@verge.net.au> (raw)
In-Reply-To: <1414063141-8856-7-git-send-email-geert+renesas@glider.be>

On Thu, Oct 23, 2014 at 01:18:56PM +0200, Geert Uytterhoeven wrote:
> Add support for the A3SG power domain, and hook it up as a subdomain of
> A4S.
> This domain contains the SGX540 hardware block, which is currently not
> used by any driver.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, I have queued this up.

> ---
> v3:
>   - No changes,
> v2:
>   - No changes.
> ---
>  arch/arm/mach-shmobile/pm-r8a7740.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/arch/arm/mach-shmobile/pm-r8a7740.c b/arch/arm/mach-shmobile/pm-r8a7740.c
> index 1d916038660d4b8a..932c2a621e81ac26 100644
> --- a/arch/arm/mach-shmobile/pm-r8a7740.c
> +++ b/arch/arm/mach-shmobile/pm-r8a7740.c
> @@ -51,6 +51,9 @@ static struct rmobile_pm_domain r8a7740_pm_domains[] = {
>  		.gov		= &pm_domain_always_on_gov,
>  		.no_debug	= true,
>  		.suspend	= r8a7740_pd_a3sp_suspend,
> +	}, {
> +		.genpd.name	= "A3SG",
> +		.bit_shift	= 13,
>  	},
>  };
>  
> @@ -58,6 +61,7 @@ void __init r8a7740_init_pm_domains(void)
>  {
>  	rmobile_init_domains(r8a7740_pm_domains, ARRAY_SIZE(r8a7740_pm_domains));
>  	pm_genpd_add_subdomain_names("A4S", "A3SP");
> +	pm_genpd_add_subdomain_names("A4S", "A3SG");
>  }
>  #endif /* CONFIG_PM && !CONFIG_ARCH_MULTIPLATFORM */
>  
> -- 
> 1.9.1
> 

  reply	other threads:[~2014-10-27  4:00 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-23 11:18 [PATCH v3 00/11] ARM: shmobile: r8a7740/armadillo800eva legacy PM domain support Geert Uytterhoeven
2014-10-23 11:18 ` Geert Uytterhoeven
2014-10-23 11:18 ` Geert Uytterhoeven
2014-10-23 11:18 ` [PATCH v3 01/11] ARM: shmobile: r8a7740: Add missing A3SP pm domain devices Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  3:55   ` Simon Horman
2014-10-27  3:55     ` Simon Horman
2014-10-27  3:55     ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 02/11] ARM: shmobile: r8a7740: Add missing A4S " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  3:56   ` Simon Horman
2014-10-27  3:56     ` Simon Horman
2014-10-27  3:56     ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 03/11] ARM: shmobile: armadillo800eva legacy: Add missing A3SP " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18 ` [PATCH v3 04/11] ARM: shmobile: armadillo800eva legacy: Add missing A4S " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  3:56   ` Simon Horman
2014-10-27  3:56     ` Simon Horman
2014-10-27  3:56     ` Simon Horman
2014-10-27  3:59     ` Simon Horman
2014-10-27  3:59       ` Simon Horman
2014-10-27  3:59       ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 05/11] ARM: shmobile: r8a7740: Add A3RV pm domain support Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  3:57   ` Simon Horman
2014-10-27  3:57     ` Simon Horman
2014-10-27  3:57     ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 06/11] ARM: shmobile: r8a7740: Add A3SG " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  4:00   ` Simon Horman [this message]
2014-10-27  4:00     ` Simon Horman
2014-10-27  4:00     ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 07/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4MP " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-27  4:03   ` Simon Horman
2014-10-27  4:03     ` Simon Horman
2014-10-27  4:03     ` Simon Horman
2014-10-27  8:17     ` Geert Uytterhoeven
2014-10-27  8:17       ` Geert Uytterhoeven
2014-10-27  8:17       ` Geert Uytterhoeven
2014-10-27 23:30       ` Simon Horman
2014-10-27 23:30         ` Simon Horman
2014-10-27 23:30         ` Simon Horman
2014-10-23 11:18 ` [PATCH v3 08/11] ARM: shmobile: r8a7740: Add D4 " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18 ` [PATCH v3 09/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4R " Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:18   ` Geert Uytterhoeven
2014-10-23 11:19 ` [PATCH v3 10/11] ARM: shmobile: r8a7740: Add A4SU " Geert Uytterhoeven
2014-10-23 11:19   ` Geert Uytterhoeven
2014-10-23 11:19   ` Geert Uytterhoeven
2014-10-23 11:19 ` [PATCH v3 11/11] ARM: shmobile: r8a7740: Add A3SM " Geert Uytterhoeven
2014-10-23 11:19   ` Geert Uytterhoeven
2014-10-23 11:19   ` 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=20141027040034.GF31487@verge.net.au \
    --to=horms@verge.net.au \
    --cc=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=rjw@rjwysocki.net \
    /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 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.