All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] Add SPI offload trigger offset
@ 2025-09-26 19:00 Marcelo Schmitt
  2025-09-26 19:01 ` [PATCH v3 1/1] spi: offload: Add offset parameter Marcelo Schmitt
  2025-09-29  9:34 ` [PATCH v3 0/1] Add SPI offload trigger offset Mark Brown
  0 siblings, 2 replies; 6+ messages in thread
From: Marcelo Schmitt @ 2025-09-26 19:00 UTC (permalink / raw)
  To: linux-spi, linux-iio, linux-kernel
  Cc: broonie, jic23, nuno.sa, dlechner, ahaslam, andy,
	marcelo.schmitt1

Add SPI offload offset parameter needed to achieve high sample rates with ADCs
that require some synchronization between a conversion start signal and the issue
of data transfers.

Change log v1 -> v2
- Using upper case: adc -> ADC.
- Codestyle/readability improvements according to suggestions.

Change log v2 -> v3
- Squashed SPI offload trigger commits.
- Added documentation to offload trigger periodic parameters.
- Picked up reviewed-by tags.

The updates to the ADC driver that use these changes proposed to the SPI
subsystem will go in a patch set titled 'Add SPI offload support to AD4030'.

Link to v1: https://lore.kernel.org/linux-iio/cover.1756511030.git.marcelo.schmitt@analog.com/
Link to v2: https://lore.kernel.org/linux-spi/cover.1758206554.git.marcelo.schmitt@analog.com/

Axel Haslam (1):
  spi: offload: Add offset parameter

 drivers/spi/spi-offload-trigger-pwm.c |  3 +++
 include/linux/spi/offload/types.h     | 10 ++++++++++
 2 files changed, 13 insertions(+)


base-commit: 7e2212429ec9a7b11644a7971d5d606d44ee4d78
-- 
2.39.2


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

end of thread, other threads:[~2025-09-29  9:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-26 19:00 [PATCH v3 0/1] Add SPI offload trigger offset Marcelo Schmitt
2025-09-26 19:01 ` [PATCH v3 1/1] spi: offload: Add offset parameter Marcelo Schmitt
2025-09-26 20:10   ` David Lechner
2025-09-28 10:00   ` Jonathan Cameron
2025-09-28 13:49     ` Marcelo Schmitt
2025-09-29  9:34 ` [PATCH v3 0/1] Add SPI offload trigger offset 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.