All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Luba <lukasz.luba@arm.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-kernel@vger.kernel.org, sudeep.holla@arm.com,
	linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
	Dietmar.Eggemann@arm.com, cristian.marussi@arm.com,
	morten.rasmussen@arm.com, rafael@kernel.org
Subject: Re: [PATCH 0/2] SCMI performance protocol power scale interface
Date: Tue, 8 Dec 2020 08:36:39 +0000	[thread overview]
Message-ID: <82373a3d-49e4-7201-3616-10a9f0ac77c4@arm.com> (raw)
In-Reply-To: <20201208044803.6kepfqvoz3pov4c3@vireshk-i7>



On 12/8/20 4:48 AM, Viresh Kumar wrote:
> On 07-12-20, 12:43, Viresh Kumar wrote:
>> On 24-11-20, 10:43, Lukasz Luba wrote:
>>> Hi all,
>>>
>>> The Energy Model (EM) supports power values expressed in an abstract scale
>>> via new API. The SCMI performance protocol provides the information about
>>> power scale. This patch set implements the needed interface and updates
>>> cpufreq driver to set the right scale in the EM.
>>>
>>> It is based on top of patch series adding milli-Watts flag in EM [1]
>>> (next-20201124 was used as a base).
>>>
>>> Regards,
>>> Lukasz
>>>
>>> [1] https://lore.kernel.org/linux-pm/20201103090600.29053-1-lukasz.luba@arm.com/
>>>
>>> Lukasz Luba (2):
>>>    firmware: arm_scmi: Add power_scale_mw_get() interface
>>>    cpufreq: arm_scmi: Discover the power scale in performance protocol
>>>
>>>   drivers/cpufreq/scmi-cpufreq.c   | 4 +++-
>>>   drivers/firmware/arm_scmi/perf.c | 8 ++++++++
>>>   include/linux/scmi_protocol.h    | 1 +
>>>   3 files changed, 12 insertions(+), 1 deletion(-)
>>
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> More scmi stuff came in which I had to apply and so I applied this to
> the ARM tree.
> 
> Rafael: I had to rebase this over one of the patches from your tree,
> which was based on rc3:
> 
> commit c250d50fe2ce ("PM: EM: Add a flag indicating units of power values in Energy Model")
> 
> I hope you won't rebase it any further.
> 
> Applied. Thanks.
> 

Thank you Viresh!

Regards,
Lukasz

WARNING: multiple messages have this Message-ID (diff)
From: Lukasz Luba <lukasz.luba@arm.com>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org, rafael@kernel.org,
	linux-kernel@vger.kernel.org, morten.rasmussen@arm.com,
	linux-arm-kernel@lists.infradead.org, sudeep.holla@arm.com,
	Dietmar.Eggemann@arm.com, cristian.marussi@arm.com
Subject: Re: [PATCH 0/2] SCMI performance protocol power scale interface
Date: Tue, 8 Dec 2020 08:36:39 +0000	[thread overview]
Message-ID: <82373a3d-49e4-7201-3616-10a9f0ac77c4@arm.com> (raw)
In-Reply-To: <20201208044803.6kepfqvoz3pov4c3@vireshk-i7>



On 12/8/20 4:48 AM, Viresh Kumar wrote:
> On 07-12-20, 12:43, Viresh Kumar wrote:
>> On 24-11-20, 10:43, Lukasz Luba wrote:
>>> Hi all,
>>>
>>> The Energy Model (EM) supports power values expressed in an abstract scale
>>> via new API. The SCMI performance protocol provides the information about
>>> power scale. This patch set implements the needed interface and updates
>>> cpufreq driver to set the right scale in the EM.
>>>
>>> It is based on top of patch series adding milli-Watts flag in EM [1]
>>> (next-20201124 was used as a base).
>>>
>>> Regards,
>>> Lukasz
>>>
>>> [1] https://lore.kernel.org/linux-pm/20201103090600.29053-1-lukasz.luba@arm.com/
>>>
>>> Lukasz Luba (2):
>>>    firmware: arm_scmi: Add power_scale_mw_get() interface
>>>    cpufreq: arm_scmi: Discover the power scale in performance protocol
>>>
>>>   drivers/cpufreq/scmi-cpufreq.c   | 4 +++-
>>>   drivers/firmware/arm_scmi/perf.c | 8 ++++++++
>>>   include/linux/scmi_protocol.h    | 1 +
>>>   3 files changed, 12 insertions(+), 1 deletion(-)
>>
>> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> More scmi stuff came in which I had to apply and so I applied this to
> the ARM tree.
> 
> Rafael: I had to rebase this over one of the patches from your tree,
> which was based on rc3:
> 
> commit c250d50fe2ce ("PM: EM: Add a flag indicating units of power values in Energy Model")
> 
> I hope you won't rebase it any further.
> 
> Applied. Thanks.
> 

Thank you Viresh!

Regards,
Lukasz

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2020-12-08  8:37 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-24 10:43 [PATCH 0/2] SCMI performance protocol power scale interface Lukasz Luba
2020-11-24 10:43 ` Lukasz Luba
2020-11-24 10:43 ` [PATCH 1/2] firmware: arm_scmi: Add power_scale_mw_get() interface Lukasz Luba
2020-11-24 10:43   ` Lukasz Luba
2020-11-24 16:56   ` Sudeep Holla
2020-11-24 16:56     ` Sudeep Holla
2020-11-25  9:18     ` Lukasz Luba
2020-11-25  9:18       ` Lukasz Luba
2020-11-24 10:43 ` [PATCH 2/2] cpufreq: arm_scmi: Discover the power scale in performance protocol Lukasz Luba
2020-11-24 10:43   ` Lukasz Luba
2020-11-25  9:29 ` [PATCH 0/2] SCMI performance protocol power scale interface Lukasz Luba
2020-11-25  9:29   ` Lukasz Luba
2020-12-07  7:13 ` Viresh Kumar
2020-12-07  7:13   ` Viresh Kumar
2020-12-08  4:48   ` Viresh Kumar
2020-12-08  4:48     ` Viresh Kumar
2020-12-08  8:36     ` Lukasz Luba [this message]
2020-12-08  8:36       ` Lukasz Luba

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=82373a3d-49e4-7201-3616-10a9f0ac77c4@arm.com \
    --to=lukasz.luba@arm.com \
    --cc=Dietmar.Eggemann@arm.com \
    --cc=cristian.marussi@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=morten.rasmussen@arm.com \
    --cc=rafael@kernel.org \
    --cc=sudeep.holla@arm.com \
    --cc=viresh.kumar@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.