diff mbox series

[1/2] dt-bindings: lpspi: add dmas property

Message ID 20220812073452.45763-1-peng.fan@oss.nxp.com (mailing list archive)
State Accepted
Commit fba933c2d975463d6a19898cbe30f7399de9f32e
Headers show
Series [1/2] dt-bindings: lpspi: add dmas property | expand

Commit Message

Peng Fan (OSS) Aug. 12, 2022, 7:34 a.m. UTC
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(+)

Comments

Krzysztof Kozlowski Aug. 12, 2022, 7:53 a.m. UTC | #1
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
Mark Brown Aug. 12, 2022, 11:32 a.m. UTC | #2
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.
Mark Brown Aug. 15, 2022, 3:45 p.m. UTC | #3
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
diff mbox series

Patch

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.