[PATCH v6 0/2] iio: frequency: ad9832: cleanups
From: Joshua Crofts
Date: Fri Apr 17 2026 - 06:18:48 EST
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
v3:
- PATCH 2: remove rogue vim typo
v4:
- PATCH 1: removed slab.h based on IWYU recommendation, header
reordering
v5:
- PATCH 1: commit message stylistic changes
v6:
- PATCH 1: add additional headers per kernel.h removal, commit message
edit
- PATCH 2: commit message edit
Joshua Crofts (2):
iio: frequency: ad9832: remove kernel.h proxy header
iio: frequency: ad9832: simplify bitwise math
drivers/staging/iio/frequency/ad9832.c | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
--
2.47.3