[PATCH v2 0/2] iio: frequency: ad9832: cleanups

Joshua Crofts posted 2 patches 2 months ago
There is a newer version of this series
drivers/staging/iio/frequency/ad9832.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
[PATCH v2 0/2] iio: frequency: ad9832: cleanups
Posted by Joshua Crofts 2 months ago
This series cleans up issues in the AD9832 driver,
including proxy header removal and bit math
simplification.

v2:
 - PATCH 1: removed redundant bits.h include as it
   is implied in bitops.h
 - PATCH 2: changed ull to u64 type

Joshua Crofts (2):
  iio: frequency: ad9832: remove kernel.h proxy header.
  iio: frequency: ad9832: simplify bitwise math

 drivers/staging/iio/frequency/ad9832.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

-- 
2.34.1
Re: [PATCH v2 0/2] iio: frequency: ad9832: cleanups
Posted by Nuno Sá 2 months ago
On Sat, 2026-04-11 at 10:44 +0200, Joshua Crofts wrote:
> This series cleans up issues in the AD9832 driver,
> including proxy header removal and bit math
> simplification.
> 
> v2:
>  - PATCH 1: removed redundant bits.h include as it
>    is implied in bitops.h
>  - PATCH 2: changed ull to u64 type
> 
> Joshua Crofts (2):
>   iio: frequency: ad9832: remove kernel.h proxy header.
>   iio: frequency: ad9832: simplify bitwise math
> 
>  drivers/staging/iio/frequency/ad9832.c | 7 +++----
>  1 file changed, 3 insertions(+), 4 deletions(-)

Reviewed-by: Nuno Sá <nuno.sa@analog.com>