| From: |
| Marcelo Schmitt <marcelo.schmitt-AT-analog.com> |
| To: |
| <linux-iio-AT-vger.kernel.org>, <linux-doc-AT-vger.kernel.org>, <linux-kernel-AT-vger.kernel.org> |
| Subject: |
| [PATCH v1 0/4] iio: adc: ad4000: Add SPI offload support |
| Date: |
| Fri, 14 Mar 2025 14:17:26 -0300 |
| Message-ID: |
| <cover.1741970538.git.marcelo.schmitt@analog.com> |
| Cc: |
| <jic23-AT-kernel.org>, <lars-AT-metafoo.de>, <Michael.Hennerich-AT-analog.com>, <corbet-AT-lwn.net>, <marcelo.schmitt1-AT-gmail.com> |
| Archive-link: |
| Article |
This patch series extends the ad4000 driver to support SPI offloading.
In addition to that, ad4000 IIO documentation is expanded to:
- list PulSAR parts supported by the ad4000 driver.
- describe some characteristics of AD4000 IIO device.
- describe changes when SPI offload is being used.
The proposed changes were tested with AD7687 and ADAQ4003 on CoraZ7 setup
running Linux built from IIO testing branch.
Marcelo Schmitt (4):
iio: adc: ad4000: Add support for SPI offload
Documentation: iio: ad4000: Add new supported parts
Documentation: iio: ad4000: Add IIO Device characteristics section
Documentation: iio: ad4000: Describe offload support
Documentation/iio/ad4000.rst | 81 +++++-
drivers/iio/adc/Kconfig | 7 +-
drivers/iio/adc/ad4000.c | 519 +++++++++++++++++++++++++++++------
3 files changed, 517 insertions(+), 90 deletions(-)
base-commit: af94f401e26f686f7391ce79b38a6129417c22dc
prerequisite-patch-id: 3d517eef53a799adba5922815fe684b913e36773
--
2.47.2