From: "Rob Herring (Arm)" <robh@kernel.org>
To: James Clark <james.clark@linaro.org>
Cc: Fabio Estevam <festevam@gmail.com>,
devicetree@vger.kernel.org,
Larisa Grigore <Larisa.Grigore@nxp.com>,
Ciprian Marian Costea <ciprianmarian.costea@nxp.com>,
Ghennadi Procopciuc <ghennadi.procopciuc@oss.nxp.com>,
linux-arm-kernel@lists.infradead.org,
"Radu Pirea (NXP OSS)" <radu-nicolae.pirea@oss.nxp.com>,
arnd@linaro.org, Dan Nica <dan.nica@nxp.com>,
linux-spi@vger.kernel.org, imx@lists.linux.dev,
linux-kernel@vger.kernel.org,
Stoica Cosmin-Stefan <cosmin.stoica@nxp.com>,
Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com>,
NXP S32 Linux Team <s32@nxp.com>,
dan.carpenter@linaro.org,
Andra-Teodora Ilie <andra.ilie@nxp.com>,
Xulin Sun <xulin.sun@windriver.com>,
larisa.grigore@nxp.com, Sascha Hauer <s.hauer@pengutronix.de>,
andrei.stefanescu@nxp.com, Marius Trifu <marius.trifu@nxp.com>,
Chester Lin <chester62515@gmail.com>,
Vladimir Oltean <olteanv@gmail.com>,
Mark Brown <broonie@kernel.org>,
Bogdan-Gabriel Roman <bogdan-gabriel.roman@nxp.com>,
Matthias Brugger <mbrugger@suse.com>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Shawn Guo <shawnguo@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Frank Li <Frank.Li@nxp.com>,
Krzysztof Kozlowski <krzk+dt@kernel.org>
Subject: Re: [PATCH 00/14] spi: spi-fsl-dspi: DSPI support for NXP S32G platforms
Date: Fri, 09 May 2025 09:17:09 -0500 [thread overview]
Message-ID: <174679985557.3369558.10881468523148413098.robh@kernel.org> (raw)
In-Reply-To: <20250509-james-nxp-spi-v1-0-32bfcd2fea11@linaro.org>
On Fri, 09 May 2025 12:05:47 +0100, James Clark wrote:
> DT and driver changes for DSPI on S32G platforms. First 4 commits add
> new S32G registers and device settings along with restricting userspace
> register access properly for all devices. Then some DMA mode fixes along
> with adding support for target mode, which uses DMA. Followed by some
> other minor bug fixes and then finally add the DT compatibles and
> binding docs.
>
> ---
> Andra-Teodora Ilie (1):
> spi: spi-fsl-dspi: Enable modified transfer protocol
>
> Bogdan-Gabriel Roman (1):
> spi: spi-fsl-dspi: Halt the module after a new message transfer
>
> Ciprian Marian Costea (2):
> dt-bindings: spi: dspi: Add S32G support
> spi: spi-fsl-dspi: Enable support for S32G platforms
>
> James Clark (2):
> spi: spi-fsl-dspi: Define regmaps per device
> spi: spi-fsl-dspi: Re-use one volatile regmap for both device types
>
> Larisa Grigore (7):
> spi: spi-fsl-dspi: restrict register range for regmap access
> spi: spi-fsl-dspi: Add config and regmaps for S32G platforms
> spi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfers
> spi: spi-fsl-dspi: Reset SR flags before sending a new message
> spi: spi-fsl-dspi: Use DMA for S32G controller in target mode
> spi: spi-fsl-dspi: Reinitialize DSPI regs after resuming for S32G
> arm64: dts: Add DSPI entries for S32G platforms
>
> Marius Trifu (1):
> spi: spi-fsl-dspi: Use spi_alloc_target for target
>
> .../devicetree/bindings/spi/fsl,dspi.yaml | 18 ++
> arch/arm64/boot/dts/freescale/s32g2.dtsi | 78 +++++
> arch/arm64/boot/dts/freescale/s32g3.dtsi | 78 +++++
> arch/arm64/boot/dts/freescale/s32gxxxa-evb.dtsi | 87 +++++
> arch/arm64/boot/dts/freescale/s32gxxxa-rdb.dtsi | 77 +++++
> drivers/spi/Kconfig | 4 +-
> drivers/spi/spi-fsl-dspi.c | 356 +++++++++++++++------
> 7 files changed, 592 insertions(+), 106 deletions(-)
> ---
> base-commit: 9c69f88849045499e8ad114e5e13dbb3c85f4443
> change-id: 20250325-james-nxp-spi-caf1e2099231
>
> Best regards,
> --
> James Clark <james.clark@linaro.org>
>
>
>
My bot found new DTB warnings on the .dts files added or changed in this
series.
Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.
If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:
pip3 install dtschema --upgrade
This patch series was applied (using b4) to base:
Base: using specified base-commit 9c69f88849045499e8ad114e5e13dbb3c85f4443
If this is not the correct base, please add 'base-commit' tag
(or use b4 which does this automatically)
New warnings running 'make CHECK_DTBS=y for arch/arm64/boot/dts/freescale/' for 20250509-james-nxp-spi-v1-0-32bfcd2fea11@linaro.org:
arch/arm64/boot/dts/freescale/s32g399a-rdb3.dtb: pinctrl@4009c240 (nxp,s32g2-siul2-pinctrl): 'dspi1_pins', 'dspi5_pins' do not match any of the regexes: '-pins$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/nxp,s32g2-siul2-pinctrl.yaml#
arch/arm64/boot/dts/freescale/s32g274a-evb.dtb: pinctrl@4009c240 (nxp,s32g2-siul2-pinctrl): 'dspi1_pins', 'dspi5_pins' do not match any of the regexes: '-pins$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/nxp,s32g2-siul2-pinctrl.yaml#
arch/arm64/boot/dts/freescale/s32g274a-evb.dtb: spidev@0 (rohm,dh2228fv): 'fsl,spi-cs-sck-delay', 'fsl,spi-sck-cs-delay' do not match any of the regexes: '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/trivial-devices.yaml#
arch/arm64/boot/dts/freescale/s32g274a-rdb2.dtb: pinctrl@4009c240 (nxp,s32g2-siul2-pinctrl): 'dspi1_pins', 'dspi5_pins' do not match any of the regexes: '-pins$', '^pinctrl-[0-9]+$'
from schema $id: http://devicetree.org/schemas/pinctrl/nxp,s32g2-siul2-pinctrl.yaml#
prev parent reply other threads:[~2025-05-09 14:17 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-05-09 11:05 [PATCH 00/14] spi: spi-fsl-dspi: DSPI support for NXP S32G platforms James Clark
2025-05-09 11:05 ` [PATCH 01/14] spi: spi-fsl-dspi: Define regmaps per device James Clark
2025-05-09 16:04 ` Vladimir Oltean
2025-05-09 11:05 ` [PATCH 02/14] spi: spi-fsl-dspi: Re-use one volatile regmap for both device types James Clark
2025-05-09 16:07 ` Vladimir Oltean
2025-05-09 11:05 ` [PATCH 03/14] spi: spi-fsl-dspi: restrict register range for regmap access James Clark
2025-05-09 14:06 ` Vladimir Oltean
2025-05-19 10:25 ` James Clark
2025-05-10 1:16 ` Mark Brown
2025-05-09 11:05 ` [PATCH 04/14] spi: spi-fsl-dspi: Add config and regmaps for S32G platforms James Clark
2025-05-09 11:05 ` [PATCH 05/14] spi: spi-fsl-dspi: Use spi_alloc_target for target James Clark
2025-05-09 11:05 ` [PATCH 06/14] spi: spi-fsl-dspi: Avoid setup_accel logic for DMA transfers James Clark
2025-05-09 11:05 ` [PATCH 07/14] spi: spi-fsl-dspi: Reset SR flags before sending a new message James Clark
2025-05-09 11:05 ` [PATCH 08/14] spi: spi-fsl-dspi: Use DMA for S32G controller in target mode James Clark
2025-05-09 11:05 ` [PATCH 09/14] spi: spi-fsl-dspi: Reinitialize DSPI regs after resuming for S32G James Clark
2025-05-09 11:05 ` [PATCH 10/14] spi: spi-fsl-dspi: Enable modified transfer protocol James Clark
2025-05-10 1:18 ` Mark Brown
2025-05-15 12:20 ` James Clark
2025-05-09 11:05 ` [PATCH 11/14] spi: spi-fsl-dspi: Halt the module after a new message transfer James Clark
2025-05-10 1:19 ` Mark Brown
2025-05-09 11:05 ` [PATCH 12/14] dt-bindings: spi: dspi: Add S32G support James Clark
2025-05-09 11:14 ` Krzysztof Kozlowski
2025-05-09 11:26 ` James Clark
2025-05-09 11:06 ` [PATCH 13/14] spi: spi-fsl-dspi: Enable support for S32G platforms James Clark
2025-05-09 11:06 ` [PATCH 14/14] arm64: dts: Add DSPI entries " James Clark
2025-05-09 11:26 ` Krzysztof Kozlowski
2025-05-09 12:54 ` Matti Vaittinen
2025-05-09 13:46 ` James Clark
2025-05-09 13:57 ` Krzysztof Kozlowski
2025-05-09 14:17 ` Rob Herring (Arm) [this message]
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=174679985557.3369558.10881468523148413098.robh@kernel.org \
--to=robh@kernel.org \
--cc=Frank.Li@nxp.com \
--cc=Larisa.Grigore@nxp.com \
--cc=andra.ilie@nxp.com \
--cc=andrei.stefanescu@nxp.com \
--cc=arnd@linaro.org \
--cc=bogdan-gabriel.roman@nxp.com \
--cc=broonie@kernel.org \
--cc=chester62515@gmail.com \
--cc=ciprianmarian.costea@nxp.com \
--cc=conor+dt@kernel.org \
--cc=cosmin.stoica@nxp.com \
--cc=dan.carpenter@linaro.org \
--cc=dan.nica@nxp.com \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=ghennadi.procopciuc@oss.nxp.com \
--cc=imx@lists.linux.dev \
--cc=james.clark@linaro.org \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=marius.trifu@nxp.com \
--cc=mbrugger@suse.com \
--cc=olteanv@gmail.com \
--cc=radu-nicolae.pirea@oss.nxp.com \
--cc=s.hauer@pengutronix.de \
--cc=s32@nxp.com \
--cc=shawnguo@kernel.org \
--cc=stefan-gabriel.mirea@nxp.com \
--cc=xulin.sun@windriver.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox