All of lore.kernel.org
 help / color / mirror / Atom feed
From: Grygorii Strashko <grygorii.strashko@ti.com>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Ulf Hansson <ulf.hansson@linaro.org>, Pavel Machek <pavel@ucw.cz>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Wolfram Sang <wsa@the-dreams.de>,
	Linus Walleij <linus.walleij@linaro.org>,
	Tomasz Figa <tomasz.figa@gmail.com>,
	Philipp Zabel <philipp.zabel@gmail.com>,
	Kukjin Kim <kgene.kim@samsung.com>,
	Russell King <linux@arm.linux.org.uk>,
	Len Brown <len.brown@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	linux-acpi@vger.kernel.org,
	Alan Stern <stern@rowland.harvard.edu>,
	devicetree@vger.kernel.org, Kevin Hilman <khilman@linaro.org>,
	linux-pm@vger.kernel.org, Chris Ball <chris@printf.net>,
	Simon Horman <horms@verge.net.au>,
	Ben Dooks <ben-linux@fluff.org>,
	linux-arm-kernel@lists.infradead.org,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Stephen Boyd <sboyd@codeaurora.org>Ma
Subject: Re: [PATCH v5 00/11] PM / Domains: Generic OF-based support
Date: Wed, 24 Sep 2014 16:59:57 +0300	[thread overview]
Message-ID: <5422CE5D.4010003@ti.com> (raw)
In-Reply-To: <1724421.fbdO6SWIjA@vostro.rjw.lan>

On 09/24/2014 04:51 PM, Rafael J. Wysocki wrote:
> On Wednesday, September 24, 2014 03:44:07 PM Grygorii Strashko wrote:
>> Hi Rafael,
>>
>> On 09/22/2014 05:19 PM, Rafael J. Wysocki wrote:
>>> On Friday, September 19, 2014 11:48:49 AM Dmitry Torokhov wrote:
>>>> Hi Ulf,
>>>>
>>>> On Fri, Sep 19, 2014 at 08:27:33PM +0200, Ulf Hansson wrote:
>>>>> Changes in v5:
>>>>> 	- Converted dev_pm_domain_detach() to a void function
>>>>> 	- Added a ->detach() callback to the PM domain struct, invoked from the
>>>>> 	  dev_pm_domain_detach().
>>>>> 	- Make ACPI and genpd both assign the ->detach() callback at successfull
>>>>> 	  attachment.
>>>>> 	- The above changes made it possible to make acpi_pm_domain_detach() to
>>>>> 	  be static, added a separate patch for that.
>>>>
>>>> Thank you for making these changes. For the series:
>>>>
>>>> Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>>>
>>> I've queued up this patchset for 3.18 (I fixed up the two minor issues pointed
>>> to by Geert in the process).
>>>
>>
>> Could you point me on branch where I can find these patches?
>> Also, are there any chances to have these patches  in next/linux-next.git,
>> so they will become available for testing and re-using?
>
> It is in the bleeding-edge branch of the linux-pm.git tree at the moment,
> which is rebased quite often, but you can use it for testing.
>
> It should appear in linux-next tomorrow.
>

Thank you.

Regards,
- grygorii

WARNING: multiple messages have this Message-ID (diff)
From: grygorii.strashko@ti.com (Grygorii Strashko)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v5 00/11] PM / Domains: Generic OF-based support
Date: Wed, 24 Sep 2014 16:59:57 +0300	[thread overview]
Message-ID: <5422CE5D.4010003@ti.com> (raw)
In-Reply-To: <1724421.fbdO6SWIjA@vostro.rjw.lan>

On 09/24/2014 04:51 PM, Rafael J. Wysocki wrote:
> On Wednesday, September 24, 2014 03:44:07 PM Grygorii Strashko wrote:
>> Hi Rafael,
>>
>> On 09/22/2014 05:19 PM, Rafael J. Wysocki wrote:
>>> On Friday, September 19, 2014 11:48:49 AM Dmitry Torokhov wrote:
>>>> Hi Ulf,
>>>>
>>>> On Fri, Sep 19, 2014 at 08:27:33PM +0200, Ulf Hansson wrote:
>>>>> Changes in v5:
>>>>> 	- Converted dev_pm_domain_detach() to a void function
>>>>> 	- Added a ->detach() callback to the PM domain struct, invoked from the
>>>>> 	  dev_pm_domain_detach().
>>>>> 	- Make ACPI and genpd both assign the ->detach() callback at successfull
>>>>> 	  attachment.
>>>>> 	- The above changes made it possible to make acpi_pm_domain_detach() to
>>>>> 	  be static, added a separate patch for that.
>>>>
>>>> Thank you for making these changes. For the series:
>>>>
>>>> Reviewed-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
>>>
>>> I've queued up this patchset for 3.18 (I fixed up the two minor issues pointed
>>> to by Geert in the process).
>>>
>>
>> Could you point me on branch where I can find these patches?
>> Also, are there any chances to have these patches  in next/linux-next.git,
>> so they will become available for testing and re-using?
>
> It is in the bleeding-edge branch of the linux-pm.git tree at the moment,
> which is rebased quite often, but you can use it for testing.
>
> It should appear in linux-next tomorrow.
>

Thank you.

Regards,
- grygorii

  reply	other threads:[~2014-09-24 13:59 UTC|newest]

Thread overview: 82+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-19 18:27 [PATCH v5 00/11] PM / Domains: Generic OF-based support Ulf Hansson
2014-09-19 18:27 ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 01/11] PM / Domains: Add a detach callback to the struct dev_pm_domain Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-22 11:15   ` Geert Uytterhoeven
2014-09-22 11:15     ` Geert Uytterhoeven
2014-09-19 18:27 ` [PATCH v5 02/11] ACPI / PM: Assign the ->detach() callback when attaching the PM domain Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 03/11] PM / Domains: Add generic OF-based PM domain look-up Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 04/11] PM / Domains: Add APIs to attach/detach a PM domain for a device Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-22 11:12   ` Geert Uytterhoeven
2014-09-22 11:12     ` Geert Uytterhoeven
2014-09-19 18:27 ` [PATCH v5 05/11] drivercore / platform: Convert to dev_pm_domain_attach|detach() Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
     [not found] ` <1411151264-16245-1-git-send-email-ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-19 18:27   ` [PATCH v5 06/11] i2c: core: " Ulf Hansson
2014-09-19 18:27     ` Ulf Hansson
     [not found]     ` <1411151264-16245-7-git-send-email-ulf.hansson-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2014-09-20 12:23       ` Wolfram Sang
2014-09-20 12:23         ` Wolfram Sang
2014-09-20 23:48         ` Rafael J. Wysocki
2014-09-20 23:48           ` Rafael J. Wysocki
2014-09-22  9:52         ` Mika Westerberg
2014-09-22  9:52           ` Mika Westerberg
2014-09-22 10:00           ` Wolfram Sang
2014-09-22 10:00             ` Wolfram Sang
2014-09-19 18:27   ` [PATCH v5 07/11] mmc: sdio: " Ulf Hansson
2014-09-19 18:27     ` Ulf Hansson
2014-10-02  0:27     ` Dmitry Torokhov
2014-10-02  0:27       ` Dmitry Torokhov
2014-10-13  2:48       ` Aaron Lu
2014-10-13  2:48         ` Aaron Lu
2014-10-13 11:44         ` Ulf Hansson
2014-10-13 11:44           ` Ulf Hansson
2014-09-19 18:27   ` [PATCH v5 10/11] ARM: exynos: Move to generic PM domain DT bindings Ulf Hansson
2014-09-19 18:27     ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 08/11] spi: core: Convert to dev_pm_domain_attach|detach() Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 09/11] amba: Add support for attach/detach of PM domains Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-19 18:27 ` [PATCH v5 11/11] ACPI / PM: Convert acpi_dev_pm_detach() into a static function Ulf Hansson
2014-09-19 18:27   ` Ulf Hansson
2014-09-19 18:48 ` [PATCH v5 00/11] PM / Domains: Generic OF-based support Dmitry Torokhov
2014-09-19 18:48   ` Dmitry Torokhov
2014-09-22 14:19   ` Rafael J. Wysocki
2014-09-22 14:19     ` Rafael J. Wysocki
2014-09-22 19:04     ` Ulf Hansson
2014-09-22 19:04       ` Ulf Hansson
2014-09-23  1:42     ` Mark Brown
2014-09-23  1:42       ` Mark Brown
2014-09-24 12:44     ` Grygorii Strashko
2014-09-24 12:44       ` Grygorii Strashko
2014-09-24 13:51       ` Rafael J. Wysocki
2014-09-24 13:51         ` Rafael J. Wysocki
2014-09-24 13:59         ` Grygorii Strashko [this message]
2014-09-24 13:59           ` Grygorii Strashko
2014-09-25 11:21 ` Thierry Reding
2014-09-25 11:21   ` Thierry Reding
2014-09-25 15:29   ` Ulf Hansson
2014-09-25 15:29     ` Ulf Hansson
2014-09-25 16:56     ` Thierry Reding
2014-09-25 16:56       ` Thierry Reding
2014-09-26  0:27       ` Stephen Boyd
2014-09-26  0:27         ` Stephen Boyd
2014-09-26  5:08         ` Kevin Hilman
2014-09-26  5:08           ` Kevin Hilman
2014-09-26  7:44         ` Thierry Reding
2014-09-26  7:44           ` Thierry Reding
2014-09-25 22:45   ` Kevin Hilman
2014-09-25 22:45     ` Kevin Hilman
2014-09-26  7:31     ` Thierry Reding
2014-09-26  7:31       ` Thierry Reding
2014-09-26  8:06       ` Geert Uytterhoeven
2014-09-26  8:06         ` Geert Uytterhoeven
2014-09-26  9:56         ` Thierry Reding
2014-09-26  9:56           ` Thierry Reding
2014-09-26 10:01           ` Geert Uytterhoeven
2014-09-26 10:01             ` Geert Uytterhoeven
2014-09-26 10:04             ` Thierry Reding
2014-09-26 10:04               ` Thierry Reding
2014-09-26 14:50       ` Kevin Hilman
2014-09-26 14:50         ` Kevin Hilman

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=5422CE5D.4010003@ti.com \
    --to=grygorii.strashko@ti.com \
    --cc=ben-linux@fluff.org \
    --cc=chris@printf.net \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=geert+renesas@glider.be \
    --cc=gregkh@linuxfoundation.org \
    --cc=horms@verge.net.au \
    --cc=kgene.kim@samsung.com \
    --cc=khilman@linaro.org \
    --cc=len.brown@intel.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=magnus.damm@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=philipp.zabel@gmail.com \
    --cc=rjw@rjwysocki.net \
    --cc=sboyd@codeaurora.org \
    --cc=stern@rowland.harvard.edu \
    --cc=tomasz.figa@gmail.com \
    --cc=ulf.hansson@linaro.org \
    --cc=wsa@the-dreams.de \
    /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.