linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: lpspi: add dmas property
@ 2022-08-12  7:34 Peng Fan (OSS)
  2022-08-12  7:34 ` [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible Peng Fan (OSS)
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2022-08-12  7:34 UTC (permalink / raw)
  To: broonie, robh+dt, krzysztof.kozlowski+dt, linux-spi, devicetree,
	linux-kernel
  Cc: xiaoning.wang, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

The LPSPI has dma capability, so add dma property.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 .../devicetree/bindings/spi/spi-fsl-lpspi.yaml         | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
index 1d46877fe46a..f60b24a9a32d 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
@@ -37,6 +37,16 @@ properties:
       - const: per
       - const: ipg
 
+  dmas:
+    items:
+      - description: TX DMA Channel
+      - description: RX DMA Channel
+
+  dma-names:
+    items:
+      - const: tx
+      - const: rx
+
   fsl,spi-only-use-cs1-sel:
     description:
       spi common code does not support use of CS signals discontinuously.
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible
  2022-08-12  7:34 [PATCH 1/2] dt-bindings: lpspi: add dmas property Peng Fan (OSS)
@ 2022-08-12  7:34 ` Peng Fan (OSS)
  2022-08-12  7:53   ` Krzysztof Kozlowski
  2022-08-12  7:53 ` [PATCH 1/2] dt-bindings: lpspi: add dmas property Krzysztof Kozlowski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Peng Fan (OSS) @ 2022-08-12  7:34 UTC (permalink / raw)
  To: broonie, robh+dt, krzysztof.kozlowski+dt, linux-spi, devicetree,
	linux-kernel
  Cc: xiaoning.wang, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add i.MX93 LPSPI compatible

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
index f60b24a9a32d..8b44284d30c6 100644
--- a/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
+++ b/Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
@@ -19,7 +19,9 @@ properties:
           - fsl,imx7ulp-spi
           - fsl,imx8qxp-spi
       - items:
-          - const: fsl,imx8ulp-spi
+          - enum:
+              - fsl,imx8ulp-spi
+              - fsl,imx93-spi
           - const: fsl,imx7ulp-spi
   reg:
     maxItems: 1
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: lpspi: add dmas property
  2022-08-12  7:34 [PATCH 1/2] dt-bindings: lpspi: add dmas property Peng Fan (OSS)
  2022-08-12  7:34 ` [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible Peng Fan (OSS)
@ 2022-08-12  7:53 ` Krzysztof Kozlowski
  2022-08-12 11:32 ` Mark Brown
  2022-08-15 15:45 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-12  7:53 UTC (permalink / raw)
  To: Peng Fan (OSS),
	broonie, robh+dt, krzysztof.kozlowski+dt, linux-spi, devicetree,
	linux-kernel
  Cc: xiaoning.wang, Peng Fan

On 12/08/2022 10:34, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The LPSPI has dma capability, so add dma property.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---


Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible
  2022-08-12  7:34 ` [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible Peng Fan (OSS)
@ 2022-08-12  7:53   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-08-12  7:53 UTC (permalink / raw)
  To: Peng Fan (OSS),
	broonie, robh+dt, krzysztof.kozlowski+dt, linux-spi, devicetree,
	linux-kernel
  Cc: xiaoning.wang, Peng Fan

On 12/08/2022 10:34, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX93 LPSPI compatible


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: lpspi: add dmas property
  2022-08-12  7:34 [PATCH 1/2] dt-bindings: lpspi: add dmas property Peng Fan (OSS)
  2022-08-12  7:34 ` [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible Peng Fan (OSS)
  2022-08-12  7:53 ` [PATCH 1/2] dt-bindings: lpspi: add dmas property Krzysztof Kozlowski
@ 2022-08-12 11:32 ` Mark Brown
  2022-08-15 15:45 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-08-12 11:32 UTC (permalink / raw)
  To: Peng Fan (OSS)
  Cc: robh+dt, krzysztof.kozlowski+dt, linux-spi, devicetree,
	linux-kernel, xiaoning.wang, Peng Fan

[-- Attachment #1: Type: text/plain, Size: 497 bytes --]

On Fri, Aug 12, 2022 at 03:34:51PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The LPSPI has dma capability, so add dma property.

Please submit patches using subject lines reflecting the style for the
subsystem, this makes it easier for people to identify relevant patches.
Look at what existing commits in the area you're changing are doing and
make sure your subject lines visually resemble what they're doing.
There's no need to resubmit to fix this alone.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 1/2] dt-bindings: lpspi: add dmas property
  2022-08-12  7:34 [PATCH 1/2] dt-bindings: lpspi: add dmas property Peng Fan (OSS)
                   ` (2 preceding siblings ...)
  2022-08-12 11:32 ` Mark Brown
@ 2022-08-15 15:45 ` Mark Brown
  3 siblings, 0 replies; 6+ messages in thread
From: Mark Brown @ 2022-08-15 15:45 UTC (permalink / raw)
  To: linux-kernel, devicetree, krzysztof.kozlowski+dt, linux-spi,
	Peng Fan (OSS),
	robh+dt
  Cc: Peng Fan, xiaoning.wang

On Fri, 12 Aug 2022 15:34:51 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> The LPSPI has dma capability, so add dma property.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/2] dt-bindings: lpspi: add dmas property
      commit: fba933c2d975463d6a19898cbe30f7399de9f32e
[2/2] dt-bindings: lpspi: add i.MX93 compatible
      commit: d9c6a706f37c32480ab287aafcc781192996d584

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-08-15 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-12  7:34 [PATCH 1/2] dt-bindings: lpspi: add dmas property Peng Fan (OSS)
2022-08-12  7:34 ` [PATCH 2/2] dt-bindings: lpspi: add i.MX93 compatible Peng Fan (OSS)
2022-08-12  7:53   ` Krzysztof Kozlowski
2022-08-12  7:53 ` [PATCH 1/2] dt-bindings: lpspi: add dmas property Krzysztof Kozlowski
2022-08-12 11:32 ` Mark Brown
2022-08-15 15:45 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).