[PATCH v3 0/3] iio: adc: ad7192: Add improvements and feature

alisadariana@gmail.com posted 3 patches 2 years, 4 months ago
There is a newer version of this series
.../ABI/testing/sysfs-bus-iio-adc-ad7192      |  18 ++
drivers/iio/adc/ad7192.c                      | 241 ++++++++++++++----
2 files changed, 206 insertions(+), 53 deletions(-)
[PATCH v3 0/3] iio: adc: ad7192: Add improvements and feature
Posted by alisadariana@gmail.com 2 years, 4 months ago
From: Alisa-Dariana Roman <alisa.roman@analog.com>

Hello again,

Thank you Jonathan for the feedback! Here is the updated series of
patches for the ad7192 driver.

Quick reminder that the patches need to be applied in order.

v2 -> v3
	- move comment line above
	- correct FIELD_PREP to FIELD_GET where needed
	- remove unnecessary !!
	- "rms" -> "RMS"
	Link: https://lore.kernel.org/all/20230920003342.118813-1-alisadariana@gmail.com/

v1 -> v2
	- replace old macros with FIELD_PREP() in commit "Use bitfield
	  access macros"
	- update the other commits accordingly
	Link: https://lore.kernel.org/all/20230918214854.252781-1-alisadariana@gmail.com/

Kind regards,

Alisa-Dariana Roman (3):
  iio: adc: ad7192: Use bitfield access macros
  iio: adc: ad7192: Improve f_order computation
  iio: adc: ad7192: Add fast settling support

 .../ABI/testing/sysfs-bus-iio-adc-ad7192      |  18 ++
 drivers/iio/adc/ad7192.c                      | 241 ++++++++++++++----
 2 files changed, 206 insertions(+), 53 deletions(-)

-- 
2.34.1