[v4,0/3] iio: adc: ad7192: Add improvements and feature

Message ID 20231010124927.143343-1-alisadariana@gmail.com
Headers
Series iio: adc: ad7192: Add improvements and feature |

Message

Alisa-Dariana Roman Oct. 10, 2023, 12:49 p.m. UTC
  From: Alisa-Dariana Roman <alisa.roman@analog.com>

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.

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@gmail.com/

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: 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(-)
  

Comments

Jonathan Cameron Oct. 10, 2023, 3:31 p.m. UTC | #1
On Tue, 10 Oct 2023 15:49:23 +0300
alisadariana@gmail.com wrote:

> From: Alisa-Dariana Roman <alisa.roman@analog.com>
> 
> 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@gmail.com/
> 
> 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: 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(-)
>