All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnaud Pouliquen <arnaud.pouliquen@st.com>
To: Rob Herring <robh@kernel.org>,
	Alexandre Torgue <alexandre.torgue@st.com>
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>,
	Arnaud Pouliquen <arnaud.pouliquen@st.com>,
	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: [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
Date: Wed, 14 Oct 2020 14:54:37 +0200	[thread overview]
Message-ID: <20201014125441.2457-1-arnaud.pouliquen@st.com> (raw)

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(-)

-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Arnaud Pouliquen <arnaud.pouliquen@st.com>
To: Rob Herring <robh@kernel.org>,
	Alexandre Torgue <alexandre.torgue@st.com>
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,
	Arnaud Pouliquen <arnaud.pouliquen@st.com>,
	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: [PATCH v2 0/4] ARM: stm32: add DT properties for remote proc synchronisation
Date: Wed, 14 Oct 2020 14:54:37 +0200	[thread overview]
Message-ID: <20201014125441.2457-1-arnaud.pouliquen@st.com> (raw)

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(-)

-- 
2.17.1


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

             reply	other threads:[~2020-10-14 12:55 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-14 12:54 Arnaud Pouliquen [this message]
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 ` [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
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=20201014125441.2457-1-arnaud.pouliquen@st.com \
    --to=arnaud.pouliquen@st.com \
    --cc=a.fatoum@pengutronix.de \
    --cc=alexandre.torgue@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.