All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] spi: dt-bindings: samsung: make dma properties not required
@ 2024-03-01 11:55 Tudor Ambarus
  2024-03-01 19:28 ` Sam Protsenko
  2024-03-05 20:42 ` Mark Brown
  0 siblings, 2 replies; 9+ messages in thread
From: Tudor Ambarus @ 2024-03-01 11:55 UTC (permalink / raw)
  To: andi.shyti, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-spi, linux-samsung-soc, devicetree, linux-kernel,
	andre.draszik, peter.griffin, semen.protsenko, willmcvicker,
	kernel-team, Tudor Ambarus

Since the addition of the driver in 2009, the driver selects between DMA
and polling mode depending on the transfer length - DMA mode for
transfers bigger than the FIFO depth, polling mode otherwise. All
versions of the IP support polling mode, make the dma properties not
required.

Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org>
---
 Documentation/devicetree/bindings/spi/samsung,spi.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/spi/samsung,spi.yaml b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
index 2f0a0835ecfb..f681372da81f 100644
--- a/Documentation/devicetree/bindings/spi/samsung,spi.yaml
+++ b/Documentation/devicetree/bindings/spi/samsung,spi.yaml
@@ -76,8 +76,6 @@ required:
   - compatible
   - clocks
   - clock-names
-  - dmas
-  - dma-names
   - interrupts
   - reg
 
-- 
2.44.0.278.ge034bb2e1d-goog


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

end of thread, other threads:[~2024-03-05 20:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-01 11:55 [PATCH] spi: dt-bindings: samsung: make dma properties not required Tudor Ambarus
2024-03-01 19:28 ` Sam Protsenko
2024-03-01 20:42   ` Mark Brown
2024-03-02  9:36     ` Tudor Ambarus
2024-03-02 16:23       ` Sam Protsenko
2024-03-04 16:56         ` Rob Herring
2024-03-04 18:15           ` Tudor Ambarus
2024-03-05  5:08             ` Jaewon Kim
2024-03-05 20:42 ` Mark Brown

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.