public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v5 0/2] iio: frequency: ad9832: cleanups
@ 2026-04-16  6:51 Joshua Crofts
  2026-04-16  6:51 ` [PATCH v5 1/2] iio: frequency: ad9832: remove kernel.h proxy header Joshua Crofts
  2026-04-16  6:51 ` [PATCH v5 2/2] iio: frequency: ad9832: simplify bitwise math Joshua Crofts
  0 siblings, 2 replies; 8+ messages in thread
From: Joshua Crofts @ 2026-04-16  6:51 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, gregkh
  Cc: dlechner, nuno.sa, andy, linux-iio, linux-staging, linux-kernel,
	Joshua Crofts

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

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

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

-- 
2.47.3


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-04-17 10:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16  6:51 [PATCH v5 0/2] iio: frequency: ad9832: cleanups Joshua Crofts
2026-04-16  6:51 ` [PATCH v5 1/2] iio: frequency: ad9832: remove kernel.h proxy header Joshua Crofts
2026-04-16  8:33   ` Andy Shevchenko
2026-04-17  9:41     ` Joshua Crofts
2026-04-17 10:00       ` Andy Shevchenko
2026-04-17 10:05         ` Joshua Crofts
2026-04-16  6:51 ` [PATCH v5 2/2] iio: frequency: ad9832: simplify bitwise math Joshua Crofts
2026-04-16  8:34   ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox