public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: frequency: ad9832: cleanups
@ 2026-04-15  8:08 Joshua Crofts
  2026-04-15  8:08 ` [PATCH v4 1/2] iio: frequency: ad9832: remove kernel.h proxy header Joshua Crofts
  2026-04-15  8:08 ` [PATCH v4 2/2] iio: frequency: ad9832: simplify bitwise math Joshua Crofts
  0 siblings, 2 replies; 12+ messages in thread
From: Joshua Crofts @ 2026-04-15  8:08 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

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] 12+ messages in thread

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-15  8:08 [PATCH v4 0/2] iio: frequency: ad9832: cleanups Joshua Crofts
2026-04-15  8:08 ` [PATCH v4 1/2] iio: frequency: ad9832: remove kernel.h proxy header Joshua Crofts
2026-04-15  8:56   ` Andy Shevchenko
2026-04-15  9:07     ` Joshua Crofts
2026-04-15  9:53     ` Joshua Crofts
2026-04-15 10:07       ` Andy Shevchenko
2026-04-15 10:08         ` Andy Shevchenko
2026-04-15 10:17           ` Joshua Crofts
2026-04-15 10:21             ` Andy Shevchenko
2026-04-15 10:32               ` Joshua Crofts
2026-04-15  8:08 ` [PATCH v4 2/2] iio: frequency: ad9832: simplify bitwise math Joshua Crofts
2026-04-15  8:58   ` Andy Shevchenko

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