2022-08-31 10:45:00

by Vincent Whitchurch

[permalink] [raw]
Subject: [PATCH v2 0/5] iio: adc: mcp320x: Add triggered buffer support

This series makes some suggested cleanups and then adds triggered buffer
support to the mcp320x ADC driver.

v2:
- Replace device_index rx switch with callbacks in chip_info
- Replace device_index tx switch with computation based
on number of channels.
- Use conv_time instead of device_index switch when initializing
conv_msg.
- Keep includes in alphabetical order with iio includes in a separate group
- Replace diff_off with scan_index as parameter to macro
- Remove reformatting of macros which makes the real change hard
to spot

Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]

Axel Jonsson (1):
iio: adc: mcp320x: add triggered buffer support

Vincent Whitchurch (4):
iio: adc: mcp320x: use callbacks for RX conversion
iio: adc: mcp320x: remove device_index check for TX
iio: adc: mcp320x: use conv_time instead of device_index switch
iio: adc: mcp320x: use device managed functions

drivers/iio/adc/Kconfig | 2 +
drivers/iio/adc/mcp320x.c | 297 +++++++++++++++++++++++---------------
2 files changed, 183 insertions(+), 116 deletions(-)

--
2.34.1