From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Hari Nagalla <hnagalla@ti.com>
Cc: bjorn.andersson@linaro.org, robh+dt@kernel.org,
devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, a-govindraju@ti.com
Subject: Re: [PATCH 0/4] TI K3 R5F and C71x support on J721S2
Date: Mon, 29 Nov 2021 10:17:21 -0700 [thread overview]
Message-ID: <20211129171721.GA676889@p14s> (raw)
In-Reply-To: <20211122122726.8532-1-hnagalla@ti.com>
Good morning Hari,
On Mon, Nov 22, 2021 at 06:27:22AM -0600, Hari Nagalla wrote:
> Hi All,
>
> The following series enhances the K3 R5F and DSP remoteproc drivers to
> add support for the R5F clusters and C71x DSP on the newer TI K3 J721S2
> SoC family. The J721S2 SoCs have 3 R5FSS clusters, one in MCU voltage
> domain and the other two in MAIN voltage domain. There are also 2 C71x
> DSP subsystems in MAIN voltage domain. The R5FSS is similar to the R5FSS
> in J7200 SoCs, while the C71x DSPs are similar to the C71x DSP on J721e
> SoCs.
>
> See J721S2 Technical Reference Manual (SPRUJ28 – NOVEMBER 2021)
> for further details: http://www.ti.com/lit/pdf/spruj28
>
> Regards
> Hari
>
> Hari Nagalla (4):
> dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs
> dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs
> remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
> remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs
>
> .../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
> .../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
> drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
> drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
For all 4 patches:
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
It was a holiday last week in the US so I'll give more time for Rob to review this (should
he want to) before publishing.
Thanks,
Mathieu
> 4 files changed, 12 insertions(+), 5 deletions(-)
>
> --
> 2.17.1
>
WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Hari Nagalla <hnagalla@ti.com>
Cc: bjorn.andersson@linaro.org, robh+dt@kernel.org,
devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, a-govindraju@ti.com
Subject: Re: [PATCH 0/4] TI K3 R5F and C71x support on J721S2
Date: Mon, 29 Nov 2021 10:17:21 -0700 [thread overview]
Message-ID: <20211129171721.GA676889@p14s> (raw)
In-Reply-To: <20211122122726.8532-1-hnagalla@ti.com>
Good morning Hari,
On Mon, Nov 22, 2021 at 06:27:22AM -0600, Hari Nagalla wrote:
> Hi All,
>
> The following series enhances the K3 R5F and DSP remoteproc drivers to
> add support for the R5F clusters and C71x DSP on the newer TI K3 J721S2
> SoC family. The J721S2 SoCs have 3 R5FSS clusters, one in MCU voltage
> domain and the other two in MAIN voltage domain. There are also 2 C71x
> DSP subsystems in MAIN voltage domain. The R5FSS is similar to the R5FSS
> in J7200 SoCs, while the C71x DSPs are similar to the C71x DSP on J721e
> SoCs.
>
> See J721S2 Technical Reference Manual (SPRUJ28 – NOVEMBER 2021)
> for further details: http://www.ti.com/lit/pdf/spruj28
>
> Regards
> Hari
>
> Hari Nagalla (4):
> dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs
> dt-bindings: remoteproc: k3-dsp: Update bindings for J721S2 SoCs
> remoteproc: k3-dsp: Extend support for C71x DSPs on J721S2 SoCs
> remoteproc: k3-r5: Extend support for R5F clusters on J721S2 SoCs
>
> .../devicetree/bindings/remoteproc/ti,k3-dsp-rproc.yaml | 3 +++
> .../devicetree/bindings/remoteproc/ti,k3-r5f-rproc.yaml | 8 +++++---
> drivers/remoteproc/ti_k3_dsp_remoteproc.c | 1 +
> drivers/remoteproc/ti_k3_r5_remoteproc.c | 5 +++--
For all 4 patches:
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
It was a holiday last week in the US so I'll give more time for Rob to review this (should
he want to) before publishing.
Thanks,
Mathieu
> 4 files changed, 12 insertions(+), 5 deletions(-)
>
> --
> 2.17.1
>
_______________________________________________
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:[~2021-11-29 20:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-22 12:27 [PATCH 0/4] TI K3 R5F and C71x support on J721S2 Hari Nagalla
2021-11-22 12:27 ` Hari Nagalla
2021-11-22 12:27 ` [PATCH 1/4] dt-bindings: remoteproc: k3-r5f: Update bindings for J721S2 SoCs Hari Nagalla
2021-11-22 12:27 ` Hari Nagalla
2021-11-30 20:52 ` Rob Herring
2021-11-30 20:52 ` Rob Herring
2021-11-22 12:27 ` [PATCH 2/4] dt-bindings: remoteproc: k3-dsp: " Hari Nagalla
2021-11-22 12:27 ` Hari Nagalla
2021-11-30 20:52 ` Rob Herring
2021-11-30 20:52 ` Rob Herring
2021-11-22 12:27 ` [PATCH 3/4] remoteproc: k3-dsp: Extend support for C71x DSPs on " Hari Nagalla
2021-11-22 12:27 ` Hari Nagalla
2021-11-22 12:27 ` [PATCH 4/4] remoteproc: k3-r5: Extend support for R5F clusters " Hari Nagalla
2021-11-22 12:27 ` Hari Nagalla
2021-11-29 17:17 ` Mathieu Poirier [this message]
2021-11-29 17:17 ` [PATCH 0/4] TI K3 R5F and C71x support on J721S2 Mathieu Poirier
2021-12-01 16:55 ` Mathieu Poirier
2021-12-01 16:55 ` Mathieu Poirier
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=20211129171721.GA676889@p14s \
--to=mathieu.poirier@linaro.org \
--cc=a-govindraju@ti.com \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=hnagalla@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-remoteproc@vger.kernel.org \
--cc=robh+dt@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.