From: Rob Herring <robh@kernel.org>
To: Cristian Marussi <cristian.marussi@arm.com>
Cc: f.fainelli@gmail.com, daniel.lezcano@linaro.org,
Rob Herring <robh+dt@kernel.org>,
sudeep.holla@arm.com, vincent.guittot@linaro.org,
james.quinlan@broadcom.com, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, souvik.chakravarty@arm.com,
adrian.slatineanu@arm.com, devicetree@vger.kernel.org,
tarek.el-sherbiny@arm.com, Jonathan.Cameron@huawei.com
Subject: Re: [PATCH 1/7] dt-bindings: firmware: arm,scmi: Add powercap protocol
Date: Mon, 16 May 2022 17:55:57 -0500 [thread overview]
Message-ID: <20220516225557.GA3473042-robh@kernel.org> (raw)
In-Reply-To: <20220504093609.3077646-2-cristian.marussi@arm.com>
On Wed, 04 May 2022 10:36:03 +0100, Cristian Marussi wrote:
> Add new SCMIv3.1 Powercap protocol bindings definitions and example.
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
> ---
> .../devicetree/bindings/firmware/arm,scmi.yaml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
Acked-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Cristian Marussi <cristian.marussi@arm.com>
Cc: f.fainelli@gmail.com, daniel.lezcano@linaro.org,
Rob Herring <robh+dt@kernel.org>,
sudeep.holla@arm.com, vincent.guittot@linaro.org,
james.quinlan@broadcom.com, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, souvik.chakravarty@arm.com,
adrian.slatineanu@arm.com, devicetree@vger.kernel.org,
tarek.el-sherbiny@arm.com, Jonathan.Cameron@huawei.com
Subject: Re: [PATCH 1/7] dt-bindings: firmware: arm,scmi: Add powercap protocol
Date: Mon, 16 May 2022 17:55:57 -0500 [thread overview]
Message-ID: <20220516225557.GA3473042-robh@kernel.org> (raw)
In-Reply-To: <20220504093609.3077646-2-cristian.marussi@arm.com>
On Wed, 04 May 2022 10:36:03 +0100, Cristian Marussi wrote:
> Add new SCMIv3.1 Powercap protocol bindings definitions and example.
>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
> ---
> .../devicetree/bindings/firmware/arm,scmi.yaml | 10 ++++++++++
> 1 file changed, 10 insertions(+)
>
Acked-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2022-05-16 22:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-04 9:36 [PATCH 0/7] SCMIv3.1 Powercap protocol and driver Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 1/7] dt-bindings: firmware: arm,scmi: Add powercap protocol Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-16 22:55 ` Rob Herring [this message]
2022-05-16 22:55 ` Rob Herring
2022-05-04 9:36 ` [PATCH 2/7] firmware: arm_scmi: Add SCMIv3.1 Powercap protocol basic support Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 3/7] firmware: arm_scmi: Generalize FastChannel support Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 4/7] firmware: arm_scmi: Add SCMIv3.1 Powercap FastChannels support Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 5/7] firmware: arm_scmi: Make use of FastChannels configurable Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 6/7] firmware: arm_scmi: Add scmi_driver optional setup/teardown callbacks Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
2022-05-04 9:36 ` [PATCH 7/7] powercap: arm_scmi: Add SCMI Powercap based driver Cristian Marussi
2022-05-04 9:36 ` Cristian Marussi
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=20220516225557.GA3473042-robh@kernel.org \
--to=robh@kernel.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=adrian.slatineanu@arm.com \
--cc=cristian.marussi@arm.com \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=f.fainelli@gmail.com \
--cc=james.quinlan@broadcom.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=souvik.chakravarty@arm.com \
--cc=sudeep.holla@arm.com \
--cc=tarek.el-sherbiny@arm.com \
--cc=vincent.guittot@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.