On Tue, 10 Oct 2023 15:49:23 +0300 alisadariana@xxxxxxxxx wrote: > From: Alisa-Dariana Roman <alisa.roman@xxxxxxxxxx> > > Hello, > > Here is the updated patch that adds fast settling support for AD7193. I > also added 2 commits to clean up the driver that should be applied > beforehand. > > Please consider applying the patches in order. Looks good to me. Series applied to the togreg branch of iio.git and pushed out as testing for 0-day to see if it can find anything we missed. Thanks, Jonathan > > Thank you! > > v3 -> v4 > - two commits from the previous series were already applied to > the tree > - add two new commits for cleaning up > - use standard ABI for fast settling feature instead of creating > new attributes > Link: https://lore.kernel.org/all/20230924215148.102491-1-alisadariana@xxxxxxxxx/ > > 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@xxxxxxxxx/ > > 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@xxxxxxxxx/ > > Kind regards, > > Alisa-Dariana Roman (3): > iio: adc: ad7192: Organize chip info > iio: adc: ad7192: Remove unused member > iio: adc: ad7192: Add fast settling support > > drivers/iio/adc/ad7192.c | 156 +++++++++++++++++++++++++-------------- > 1 file changed, 100 insertions(+), 56 deletions(-) >