All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lina Iyer <lina.iyer@linaro.org>
To: ulf.hansson@linaro.org, khilman@kernel.org, rjw@rjwysocki.net,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Cc: andy.gross@linaro.org, sboyd@codeaurora.org,
	linux-arm-msm@vger.kernel.org, brendan.jackman@arm.com,
	lorenzo.pieralisi@arm.com, sudeep.holla@arm.com,
	Juri.Lelli@arm.com
Subject: Re: [PATCH 0/8] PM / Domains: DT support for domain idle states & atomic PM domains
Date: Wed, 5 Oct 2016 14:38:15 -0600	[thread overview]
Message-ID: <20161005203815.GA28930@linaro.org> (raw)
In-Reply-To: <1475699519-109623-1-git-send-email-lina.iyer@linaro.org>

On Wed, Oct 05 2016 at 14:32 -0600, Lina Iyer wrote:
>Hi all,
>
>This is the first set of patches of [1], sent now seperately. The CPU PM
>domains part of the series is under discussion and was gating this set of
>patches which have already been looked at by many and has no objections. Hence,
>I split the series and sending out the PM domains changes now.
>
This series is also available at -
https://git.linaro.org/people/lina.iyer/linux-next.git/shortlog/refs/heads/genpd-v1

>The patches [1 - 3] add DT support for reading domain idle states. The second
>set of patches [4 - 8] enable PM domains to be used in atomic context.
>
>The changes from [1] are -
>- Allocating memory for domain idle states dynamically
>- Conform to naming conventions for internal and exported genpd functions
>- DT binding example for domain-idle-state
>- Use fwnode instead of of_node
>- Handle atomic case for removal of PM Domain
>- Rebase on top of Rafael's pm/genpd tree
>
>Thanks,
>Lina
>
>Lina Iyer (8):
>  PM / Domains: Make genpd state allocation dynamic
>  PM / Domain: Add residency property to genpd states
>  PM / Domains: Allow domain power states to be read from DT
>  PM / Domains: Add fwnode provider to genpd states
>  dt/bindings: Update binding for PM domain idle states
>  PM / Domains: Abstract genpd locking
>  PM / Domains: Support IRQ safe PM domains
>  PM / doc: Update device documentation for devices in IRQ safe PM
>    domains
>
> .../devicetree/bindings/power/power_domain.txt     |  36 +++
> Documentation/power/devices.txt                    |  12 +-
> arch/arm/mach-imx/gpc.c                            |  17 +-
> drivers/base/power/domain.c                        | 338 +++++++++++++++++----
> include/linux/pm_domain.h                          |  27 +-
> 5 files changed, 360 insertions(+), 70 deletions(-)
>
>-- 
>2.7.4
>
>[1]. https://www.spinics.net/lists/arm-kernel/msg526814.html

WARNING: multiple messages have this Message-ID (diff)
From: lina.iyer@linaro.org (Lina Iyer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/8] PM / Domains: DT support for domain idle states & atomic PM domains
Date: Wed, 5 Oct 2016 14:38:15 -0600	[thread overview]
Message-ID: <20161005203815.GA28930@linaro.org> (raw)
In-Reply-To: <1475699519-109623-1-git-send-email-lina.iyer@linaro.org>

On Wed, Oct 05 2016 at 14:32 -0600, Lina Iyer wrote:
>Hi all,
>
>This is the first set of patches of [1], sent now seperately. The CPU PM
>domains part of the series is under discussion and was gating this set of
>patches which have already been looked at by many and has no objections. Hence,
>I split the series and sending out the PM domains changes now.
>
This series is also available at -
https://git.linaro.org/people/lina.iyer/linux-next.git/shortlog/refs/heads/genpd-v1

>The patches [1 - 3] add DT support for reading domain idle states. The second
>set of patches [4 - 8] enable PM domains to be used in atomic context.
>
>The changes from [1] are -
>- Allocating memory for domain idle states dynamically
>- Conform to naming conventions for internal and exported genpd functions
>- DT binding example for domain-idle-state
>- Use fwnode instead of of_node
>- Handle atomic case for removal of PM Domain
>- Rebase on top of Rafael's pm/genpd tree
>
>Thanks,
>Lina
>
>Lina Iyer (8):
>  PM / Domains: Make genpd state allocation dynamic
>  PM / Domain: Add residency property to genpd states
>  PM / Domains: Allow domain power states to be read from DT
>  PM / Domains: Add fwnode provider to genpd states
>  dt/bindings: Update binding for PM domain idle states
>  PM / Domains: Abstract genpd locking
>  PM / Domains: Support IRQ safe PM domains
>  PM / doc: Update device documentation for devices in IRQ safe PM
>    domains
>
> .../devicetree/bindings/power/power_domain.txt     |  36 +++
> Documentation/power/devices.txt                    |  12 +-
> arch/arm/mach-imx/gpc.c                            |  17 +-
> drivers/base/power/domain.c                        | 338 +++++++++++++++++----
> include/linux/pm_domain.h                          |  27 +-
> 5 files changed, 360 insertions(+), 70 deletions(-)
>
>-- 
>2.7.4
>
>[1]. https://www.spinics.net/lists/arm-kernel/msg526814.html

  parent reply	other threads:[~2016-10-05 20:38 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-05 20:31 [PATCH 0/8] PM / Domains: DT support for domain idle states & atomic PM domains Lina Iyer
2016-10-05 20:31 ` Lina Iyer
2016-10-05 20:31 ` [PATCH 1/8] PM / Domains: Make genpd state allocation dynamic Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06  8:36   ` Ulf Hansson
2016-10-06  8:36     ` Ulf Hansson
2016-10-06 15:40     ` Lina Iyer
2016-10-06 15:40       ` Lina Iyer
2016-10-06 19:45       ` Ulf Hansson
2016-10-06 19:45         ` Ulf Hansson
2016-10-06 20:57         ` Lina Iyer
2016-10-06 20:57           ` Lina Iyer
2016-10-07  8:39           ` Ulf Hansson
2016-10-07  8:39             ` Ulf Hansson
2016-10-05 20:31 ` [PATCH 2/8] PM / Domain: Add residency property to genpd states Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06  8:38   ` Ulf Hansson
2016-10-06  8:38     ` Ulf Hansson
2016-10-05 20:31 ` [PATCH 3/8] PM / Domains: Allow domain power states to be read from DT Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06  8:04   ` Geert Uytterhoeven
2016-10-06  8:04     ` Geert Uytterhoeven
2016-10-06 15:44     ` Lina Iyer
2016-10-06 15:44       ` Lina Iyer
2016-10-06  9:47   ` Ulf Hansson
2016-10-06  9:47     ` Ulf Hansson
2016-10-06 15:53     ` Lina Iyer
2016-10-06 15:53       ` Lina Iyer
2016-10-06 15:54     ` Lina Iyer
2016-10-06 15:54       ` Lina Iyer
2016-10-05 20:31 ` [PATCH 4/8] PM / Domains: Add fwnode provider to genpd states Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06 12:01   ` Ulf Hansson
2016-10-06 12:01     ` Ulf Hansson
2016-10-06 15:55     ` Lina Iyer
2016-10-06 15:55       ` Lina Iyer
2016-10-05 20:31 ` [PATCH 5/8] dt/bindings: Update binding for PM domain idle states Lina Iyer
2016-10-05 20:31   ` Lina Iyer
     [not found]   ` <1475699519-109623-6-git-send-email-lina.iyer-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2016-10-06  8:06     ` Geert Uytterhoeven
2016-10-06  8:06       ` Geert Uytterhoeven
     [not found]       ` <CAMuHMdWxft8o493XN2zg1wj2By7P+qBkrvyQOt7WdBnhPAvSXQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-06  8:09         ` Geert Uytterhoeven
2016-10-06  8:09           ` Geert Uytterhoeven
     [not found]           ` <CAMuHMdUKbJ1Mt3viEkbCDmZGHQjGi_E=bxEBSHOB1MMY+qfSYQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-10-06 15:56             ` Lina Iyer
2016-10-06 15:56               ` Lina Iyer
2016-10-05 20:31 ` [PATCH 6/8] PM / Domains: Abstract genpd locking Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06 10:56   ` Ulf Hansson
2016-10-06 10:56     ` Ulf Hansson
2016-10-06 15:56     ` Lina Iyer
2016-10-06 15:56       ` Lina Iyer
2016-10-05 20:31 ` [PATCH 7/8] PM / Domains: Support IRQ safe PM domains Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06 11:34   ` Ulf Hansson
2016-10-06 11:34     ` Ulf Hansson
2016-10-05 20:31 ` [PATCH 8/8] PM / doc: Update device documentation for devices in " Lina Iyer
2016-10-05 20:31   ` Lina Iyer
2016-10-06 11:48   ` Ulf Hansson
2016-10-06 11:48     ` Ulf Hansson
2016-10-05 20:38 ` Lina Iyer [this message]
2016-10-05 20:38   ` [PATCH 0/8] PM / Domains: DT support for domain idle states & atomic " Lina Iyer

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=20161005203815.GA28930@linaro.org \
    --to=lina.iyer@linaro.org \
    --cc=Juri.Lelli@arm.com \
    --cc=andy.gross@linaro.org \
    --cc=brendan.jackman@arm.com \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=sboyd@codeaurora.org \
    --cc=sudeep.holla@arm.com \
    --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.