All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sudeep Holla <sudeep.holla@arm.com>
To: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Sudeep Holla <sudeep.holla@arm.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	linux-pm@vger.kernel.org, Ulf Hansson <ulf.hansson@linaro.org>,
	Jon Medhurst <tixy@linaro.org>,
	Suzuki K Poulose <suzuki.poulose@arm.com>
Subject: Re: [PATCH v2 0/3] firmware: scpi: add device power domain support
Date: Fri, 17 Jun 2016 16:34:44 +0100	[thread overview]
Message-ID: <57641894.5030504@arm.com> (raw)
In-Reply-To: <CANLsYkwHMCSep-zBY+iQmCpGy2wvyegbb9pH70rv+iKsreSQwA@mail.gmail.com>



On 17/06/16 16:22, Mathieu Poirier wrote:
> On 16 June 2016 at 04:37, Sudeep Holla <sudeep.holla@arm.com> wrote:
>> This series add support for SCPI based device device power state
>> management using genpd.
>>
>> Regards,
>> Sudeep
>>
>> v1[1]->v2:
>>          - Fixed the endianness handling in scpi_device_get_power_state
>>            as spotted by Tixy
>>          - Renamed scpi_pd.c to scpi_pm_domain.c as suggested by Ulf
>>          - Added Mark's ack on DT binding
>>
>> [1] https://marc.info/?l=linux-kernel&m=146522850003483&w=2
>>
>> Sudeep Holla (3):
>>    firmware: arm_scpi: add support for device power state management
>>    Documentation: add DT bindings for ARM SCPI power domains
>>    firmware: scpi: add device power domain support using genpd
>>
>>   Documentation/devicetree/bindings/arm/arm,scpi.txt |  34 +++++
>>   drivers/firmware/Kconfig                           |   9 ++
>>   drivers/firmware/Makefile                          |   1 +
>>   drivers/firmware/arm_scpi.c                        |  30 ++++
>>   drivers/firmware/scpi_pm_domain.c                  | 152 +++++++++++++++++++++
>>   include/linux/scpi_protocol.h                      |   2 +
>>   6 files changed, 228 insertions(+)
>>   create mode 100644 drivers/firmware/scpi_pm_domain.c
>>
>> --
>> 2.7.4
>>
>
> For the set:
>
> Tested-by: Mathieu Poirier <mathieu.poirier@linaro.org>
>

Thanks for testing.

-- 
Regards,
Sudeep

  reply	other threads:[~2016-06-17 15:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-16 10:37 [PATCH v2 0/3] firmware: scpi: add device power domain support Sudeep Holla
2016-06-16 10:37 ` [PATCH v2 1/3] firmware: arm_scpi: add support for device power state management Sudeep Holla
2016-06-16 18:03   ` Jon Medhurst (Tixy)
2016-06-17  8:46     ` Sudeep Holla
2016-06-16 10:38 ` [PATCH v2 2/3] Documentation: add DT bindings for ARM SCPI power domains Sudeep Holla
2016-06-16 10:38 ` [PATCH v2 3/3] firmware: scpi: add device power domain support using genpd Sudeep Holla
2016-06-16 17:47   ` Jon Medhurst (Tixy)
2016-06-16 17:59     ` Sudeep Holla
2016-06-17  8:19       ` Jon Medhurst (Tixy)
2016-06-17  8:38         ` Sudeep Holla
2016-06-20 17:50         ` Kevin Hilman
2016-06-20 17:50           ` Kevin Hilman
2016-06-20 17:57           ` Sudeep Holla
2016-06-17  8:55   ` Sudeep Holla
2016-06-17  8:55     ` Sudeep Holla
2016-06-20 17:53   ` Kevin Hilman
2016-06-20 18:06     ` Sudeep Holla
2016-06-16 13:14 ` [PATCH v2 0/3] firmware: scpi: add device power domain support Jon Medhurst (Tixy)
2016-06-16 13:26   ` Sudeep Holla
2016-06-17  8:56     ` Ulf Hansson
2016-06-17 15:22 ` Mathieu Poirier
2016-06-17 15:34   ` Sudeep Holla [this message]
2016-06-20 17:56 ` Kevin Hilman
2016-06-20 18:02   ` Sudeep Holla

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=57641894.5030504@arm.com \
    --to=sudeep.holla@arm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mathieu.poirier@linaro.org \
    --cc=suzuki.poulose@arm.com \
    --cc=tixy@linaro.org \
    --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.