All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] spi: spi-fsl-qspi: support setting sampling delay through devicetree
@ 2023-01-16 11:50 Mario Kicherer
  2023-01-16 11:50 ` [PATCH 1/2] spi: dt-bindings: spi-fsl-qspi: add optional sampling-delay Mario Kicherer
  2023-01-16 11:50 ` [PATCH 2/2] spi: spi-fsl-qspi: support setting sampling delay through devicetree Mario Kicherer
  0 siblings, 2 replies; 12+ messages in thread
From: Mario Kicherer @ 2023-01-16 11:50 UTC (permalink / raw)
  To: linux-spi
  Cc: han.xu, broonie, robh+dt, krzysztof.kozlowski+dt, devicetree,
	Mario Kicherer

The internal sampling point of incoming data can be delayed by modifying
the QuadSPI_SMPR register. This patch enables setting this delay using a
device tree entry.

Mario Kicherer (2):
  spi: dt-bindings: spi-fsl-qspi: add optional sampling-delay
  spi: spi-fsl-qspi: support setting sampling delay through devicetree

 .../bindings/spi/fsl,spi-fsl-qspi.yaml        |  6 ++++++
 drivers/spi/spi-fsl-qspi.c                    | 21 +++++++++++++++----
 2 files changed, 23 insertions(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2023-01-18 15:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 11:50 [PATCH 0/2] spi: spi-fsl-qspi: support setting sampling delay through devicetree Mario Kicherer
2023-01-16 11:50 ` [PATCH 1/2] spi: dt-bindings: spi-fsl-qspi: add optional sampling-delay Mario Kicherer
2023-01-16 16:36   ` Rob Herring
2023-01-17 14:10   ` Rob Herring
2023-01-17 16:33     ` Mario Kicherer
2023-01-17 17:10       ` Krzysztof Kozlowski
2023-01-17 21:05         ` han.xu
2023-01-18  8:01           ` Michael Walle
2023-01-18  8:03             ` Krzysztof Kozlowski
2023-01-18  8:51               ` Michael Walle
2023-01-18 14:58           ` Mario Kicherer
2023-01-16 11:50 ` [PATCH 2/2] spi: spi-fsl-qspi: support setting sampling delay through devicetree Mario Kicherer

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.