From: Marcelo Schmitt <marcelo.schmitt@analog.com>
To: <linux-spi@vger.kernel.org>, <linux-iio@vger.kernel.org>,
<linux-kernel@vger.kernel.org>
Cc: <broonie@kernel.org>, <jic23@kernel.org>, <nuno.sa@analog.com>,
<dlechner@baylibre.com>, <ahaslam@baylibre.com>,
<andy@kernel.org>, <marcelo.schmitt1@gmail.com>
Subject: [PATCH v2 0/2] Add SPI offload trigger offset
Date: Thu, 18 Sep 2025 14:33:49 -0300 [thread overview]
Message-ID: <cover.1758206554.git.marcelo.schmitt@analog.com> (raw)
This was initially proposed as part of a patch set to a driver in the IIO
subsystem [1].
The changes to code in the SPI subsystem are minimal. From that first version
to this one, the changes are:
Change log v1 -> v2
[SPI]
- Using upper case: adc -> ADC.
- Codestyle/readability improvements according to suggestions.
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'.
[1] https://lore.kernel.org/linux-iio/cover.1756511030.git.marcelo.schmitt@analog.com/
Best regards,
Marcelo
Axel Haslam (2):
spi: offload: types: add offset parameter
spi: spi-offload-trigger-pwm: Use duty offset
drivers/spi/spi-offload-trigger-pwm.c | 3 +++
include/linux/spi/offload/types.h | 1 +
2 files changed, 4 insertions(+)
base-commit: e27fcbde216b317fecfd4487ffcd7f81726ac8ea
--
2.50.1
next reply other threads:[~2025-09-18 17:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-18 17:33 Marcelo Schmitt [this message]
2025-09-18 17:34 ` [PATCH v2 1/2] spi: offload: types: add offset parameter Marcelo Schmitt
2025-09-18 19:12 ` David Lechner
2025-09-18 17:34 ` [PATCH v2 2/2] spi: spi-offload-trigger-pwm: Use duty offset Marcelo Schmitt
2025-09-18 19:19 ` David Lechner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1758206554.git.marcelo.schmitt@analog.com \
--to=marcelo.schmitt@analog.com \
--cc=ahaslam@baylibre.com \
--cc=andy@kernel.org \
--cc=broonie@kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=marcelo.schmitt1@gmail.com \
--cc=nuno.sa@analog.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.