Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] spi: imx: support word delay in ecspi
@ 2024-11-13 12:18 Jonas Rebmann
  2024-11-13 12:18 ` [PATCH v2 1/2] spi: imx: pass struct spi_transfer to prepare_transfer() Jonas Rebmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Jonas Rebmann @ 2024-11-13 12:18 UTC (permalink / raw)
  To: Mark Brown, Shawn Guo, Sascha Hauer, Fabio Estevam
  Cc: kernel, linux-spi, imx, linux-arm-kernel, linux-kernel,
	Jonas Rebmann

The i.MX SPI controller supports inserting a configurable delay between
subsequent words, which is needed for some slower devices that couldn't
keep up otherwise.

This patch series introduces support for the word delay parameters for
i.MX51 onwards.

The SPI clock (CSRC=0) was chosen as the clock source over the also
available 32.768 KHz Low-Frequency Reference Clock (CSRC=1). The sample
period control bits (SAMPLE_PERIOD) are set to the selected word delay
converted to SPI clock cycles. A deviation from the requested number of
wait cycles and the actual word delay was observed via both software
timings and oscilloscope measurements and accounted for.

The Chip Select Delay Control bits in the Sample Period Control Register
remain zero.

Behaviour on i.MX35 and earlier, where the CSPI interface is used,
remains unchanged.

Signed-off-by: Jonas Rebmann <jre@pengutronix.de>
---
Changes in v2:
- Remove accidentally added CCs
- spi-imx.c: Add missing includes, Rb kernel test robot
- Link to v1: https://lore.kernel.org/r/20241107-imx-spi-word-delay-v1-0-2a969214d796@pengutronix.de

---
Jonas Rebmann (2):
      spi: imx: pass struct spi_transfer to prepare_transfer()
      spi: imx: support word delay

 drivers/spi/spi-imx.c | 108 ++++++++++++++++++++++++++++++++++++++++++--------
 1 file changed, 92 insertions(+), 16 deletions(-)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241009-imx-spi-word-delay-21dc01f098cc

Best regards,
-- 
Jonas Rebmann <jre@pengutronix.de>



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

end of thread, other threads:[~2024-11-15 21:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 12:18 [PATCH v2 0/2] spi: imx: support word delay in ecspi Jonas Rebmann
2024-11-13 12:18 ` [PATCH v2 1/2] spi: imx: pass struct spi_transfer to prepare_transfer() Jonas Rebmann
2024-11-13 15:27   ` Frank Li
2024-11-13 12:18 ` [PATCH v2 2/2] spi: imx: support word delay Jonas Rebmann
2024-11-13 15:35   ` Frank Li
2024-11-15 21:53   ` Kees Bakker
2024-11-14 13:01 ` [PATCH v2 0/2] spi: imx: support word delay in ecspi Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox