From: Alexandre Torgue <alexandre.torgue@st.com>
To: Arnaud Pouliquen <arnaud.pouliquen@st.com>,
Rob Herring <robh@kernel.org>
Cc: <devicetree@vger.kernel.org>,
<linux-stm32@st-md-mailman.stormreply.com>,
<linux-arm-kernel@lists.infradead.org>,
<linux-remoteproc@vger.kernel.org>,
<linux-kernel@vger.kernel.org>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
Ohad Ben-Cohen <ohad@wizery.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: Re: [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
Date: Tue, 17 Nov 2020 12:18:06 +0100 [thread overview]
Message-ID: <78fc5bed-d541-e095-e9c8-bf3b29bc173b@st.com> (raw)
In-Reply-To: <20201014125441.2457-1-arnaud.pouliquen@st.com>
Hi Arnaud
On 10/14/20 2:54 PM, Arnaud Pouliquen wrote:
> This series implements the DT part associated to the commit 9276536f455b3
> ("remoteproc: stm32: Parse syscon that will manage M4 synchronisation")
>
> Delta vs V1 [1]
> - add Rob acked-by on patch 1/4
> - simplify yaml descriptions and align other syscon descriptions
>
> [1]https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=339339
>
> Arnaud Pouliquen (4):
> dt-bindings: arm: stm32: Add compatible for syscon tamp node
> dt-bindings: remoteproc: stm32_rproc: update for firmware
> synchronization
> dt-bindings: remoteproc: stm32_rproc: update syscon descriptions
> ARM: dts: stm32: update stm32mp151 for remote proc synchronization
> support
>
> .../bindings/arm/stm32/st,stm32-syscon.yaml | 1 +
> .../bindings/remoteproc/st,stm32-rproc.yaml | 21 +++++++++++++------
> arch/arm/boot/dts/stm32mp151.dtsi | 7 +++++++
> 3 files changed, 23 insertions(+), 6 deletions(-)
>
DT patch applied on stm32-next.
regards
Alex
WARNING: multiple messages have this Message-ID (diff)
From: Alexandre Torgue <alexandre.torgue@st.com>
To: Arnaud Pouliquen <arnaud.pouliquen@st.com>,
Rob Herring <robh@kernel.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
devicetree@vger.kernel.org,
Ahmad Fatoum <a.fatoum@pengutronix.de>,
Mathieu Poirier <mathieu.poirier@linaro.org>,
linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
Bjorn Andersson <bjorn.andersson@linaro.org>,
linux-stm32@st-md-mailman.stormreply.com,
linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
Date: Tue, 17 Nov 2020 12:18:06 +0100 [thread overview]
Message-ID: <78fc5bed-d541-e095-e9c8-bf3b29bc173b@st.com> (raw)
In-Reply-To: <20201014125441.2457-1-arnaud.pouliquen@st.com>
Hi Arnaud
On 10/14/20 2:54 PM, Arnaud Pouliquen wrote:
> This series implements the DT part associated to the commit 9276536f455b3
> ("remoteproc: stm32: Parse syscon that will manage M4 synchronisation")
>
> Delta vs V1 [1]
> - add Rob acked-by on patch 1/4
> - simplify yaml descriptions and align other syscon descriptions
>
> [1]https://patchwork.kernel.org/project/linux-arm-kernel/list/?series=339339
>
> Arnaud Pouliquen (4):
> dt-bindings: arm: stm32: Add compatible for syscon tamp node
> dt-bindings: remoteproc: stm32_rproc: update for firmware
> synchronization
> dt-bindings: remoteproc: stm32_rproc: update syscon descriptions
> ARM: dts: stm32: update stm32mp151 for remote proc synchronization
> support
>
> .../bindings/arm/stm32/st,stm32-syscon.yaml | 1 +
> .../bindings/remoteproc/st,stm32-rproc.yaml | 21 +++++++++++++------
> arch/arm/boot/dts/stm32mp151.dtsi | 7 +++++++
> 3 files changed, 23 insertions(+), 6 deletions(-)
>
DT patch applied on stm32-next.
regards
Alex
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-11-17 11:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 12:54 [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation Arnaud Pouliquen
2020-10-14 12:54 ` Arnaud Pouliquen
2020-10-14 12:54 ` [PATCH v2 1/4] dt-bindings: arm: stm32: Add compatible for syscon tamp node Arnaud Pouliquen
2020-10-14 12:54 ` Arnaud Pouliquen
2020-10-14 12:54 ` [PATCH v2 2/4] dt-bindings: remoteproc: stm32_rproc: update for firmware synchronization Arnaud Pouliquen
2020-10-14 12:54 ` Arnaud Pouliquen
2020-10-19 20:26 ` Rob Herring
2020-10-19 20:26 ` Rob Herring
2020-10-14 12:54 ` [PATCH v2 3/4] dt-bindings: remoteproc: stm32_rproc: update syscon descriptions Arnaud Pouliquen
2020-10-14 12:54 ` Arnaud Pouliquen
2020-10-19 20:27 ` Rob Herring
2020-10-19 20:27 ` Rob Herring
2020-10-14 12:54 ` [PATCH v2 4/4] ARM: dts: stm32: update stm32mp151 for remote proc synchronization support Arnaud Pouliquen
2020-10-14 12:54 ` Arnaud Pouliquen
2020-10-14 16:51 ` Mathieu Poirier
2020-10-14 16:51 ` Mathieu Poirier
2020-10-26 15:49 ` [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation Bjorn Andersson
2020-10-26 15:49 ` Bjorn Andersson
2020-11-17 11:18 ` Alexandre Torgue [this message]
2020-11-17 11:18 ` Alexandre Torgue
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=78fc5bed-d541-e095-e9c8-bf3b29bc173b@st.com \
--to=alexandre.torgue@st.com \
--cc=a.fatoum@pengutronix.de \
--cc=arnaud.pouliquen@st.com \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=mathieu.poirier@linaro.org \
--cc=ohad@wizery.com \
--cc=robh@kernel.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.