All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lina Iyer <lina.iyer@linaro.org>
To: ahaslam@baylibre.com
Cc: ulf.hansson@linaro.org, khilman@linaro.org,
	k.kozlowski.k@gmail.com, geert@linux-m68k.org, rjw@rjwysocki.net,
	bcousson@baylibre.com, linux-pm@vger.kernel.org,
	Axel Haslam <ahaslam+renesas@baylibre.com>
Subject: Re: [PATCH v7 1/5] PM / Domains: prepare for multiple states
Date: Tue, 12 May 2015 09:37:02 -0600	[thread overview]
Message-ID: <20150512153702.GL16124@linaro.org> (raw)
In-Reply-To: <1430391335-7588-2-git-send-email-ahaslam@baylibre.com>

On Thu, Apr 30 2015 at 04:57 -0600, ahaslam@baylibre.com wrote:
>From: Axel Haslam <ahaslam+renesas@baylibre.com>
>
>prepare generic power domain init function parameters
>to accept a pointer to the states structure that describes
>the possible states that a power domain can enter.
>
>There is no functional change, as support for multiple
>domains will be added in subsequent patches.
>
>Signed-off-by: Axel Haslam <ahaslam+renesas@baylibre.com>

[...]

>diff --git a/include/linux/pm_domain.h b/include/linux/pm_domain.h
>index 681ccb0..6b4802e 100644
>--- a/include/linux/pm_domain.h
>+++ b/include/linux/pm_domain.h
>@@ -46,6 +46,12 @@ struct gpd_cpuidle_data {
> 	struct cpuidle_state *idle_state;
> };
>
>+struct genpd_power_state {
>+	char *name;
>+	s64 power_off_latency_ns;
>+	s64 power_on_latency_ns;
>+};
>+

I know you carried this over from the existing code, but any reason why
this should be signed?

-- Lina

  parent reply	other threads:[~2015-05-12 15:37 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-30 10:55 [PATCH v7 0/5] genpd multiple states v7 ahaslam
2015-04-30 10:55 ` [PATCH v7 1/5] PM / Domains: prepare for multiple states ahaslam
2015-04-30 15:29   ` Lina Iyer
2015-04-30 16:06     ` Axel Haslam
2015-05-01 16:31       ` Lina Iyer
2015-05-01 18:58       ` Geert Uytterhoeven
2015-05-08  0:36   ` Krzysztof Kozlowski
2015-05-11  8:23     ` Axel Haslam
2015-05-12 15:37   ` Lina Iyer [this message]
2015-05-12 16:26     ` Axel Haslam
2015-04-30 10:55 ` [PATCH v7 2/5] PM / Domains: core changes " ahaslam
2015-05-07 15:53   ` Lina Iyer
2015-05-08 20:53     ` Kevin Hilman
2015-05-08 22:31       ` Lina Iyer
2015-05-11 15:53         ` Axel Haslam
2015-05-11 16:50           ` Lina Iyer
2015-05-12 11:58             ` Axel Haslam
2015-05-12 15:29               ` Lina Iyer
2015-04-30 10:55 ` [PATCH v7 3/5] PM / Domains: make governor select deepest state ahaslam
2015-04-30 10:55 ` [PATCH v7 4/5] ARM: imx6: pm: declare pm domain latency on power_state struct ahaslam
2015-04-30 10:55 ` [PATCH v7 5/5] PM / Domains: remove old power on/off latencies ahaslam

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=20150512153702.GL16124@linaro.org \
    --to=lina.iyer@linaro.org \
    --cc=ahaslam+renesas@baylibre.com \
    --cc=ahaslam@baylibre.com \
    --cc=bcousson@baylibre.com \
    --cc=geert@linux-m68k.org \
    --cc=k.kozlowski.k@gmail.com \
    --cc=khilman@linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rjw@rjwysocki.net \
    --cc=ulf.hansson@linaro.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 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.