public inbox for linux-iio@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: frequency: ad9834: driver cleanup
@ 2026-04-14  9:12 Joshua Crofts
  2026-04-14  9:12 ` [PATCH 1/3] iio: frequency: ad9834: clean up includes Joshua Crofts
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Joshua Crofts @ 2026-04-14  9:12 UTC (permalink / raw)
  To: lars, Michael.Hennerich, jic23, gregkh
  Cc: dlechner, nuno.sa, andy, linux-iio, linux-staging, linux-kernel,
	Joshua Crofts

This series deals with cleaning up includes, changing sprintf()
to sysfs_emit() for better writing to userspace and adding mutexes
when reading st->control to prevent data races.

Joshua Crofts (3):
  iio: frequency: ad9834: clean up includes
  iio: frequency: ad9834: change sprintf() to sysfs_emit()
  iio: frequency: ad9834: add mutex_lock() when reading st->control

 drivers/staging/iio/frequency/ad9834.c | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

-- 
2.47.3


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

end of thread, other threads:[~2026-04-14  9:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-14  9:12 [PATCH 0/3] iio: frequency: ad9834: driver cleanup Joshua Crofts
2026-04-14  9:12 ` [PATCH 1/3] iio: frequency: ad9834: clean up includes Joshua Crofts
2026-04-14  9:47   ` Andy Shevchenko
2026-04-14  9:12 ` [PATCH 2/3] iio: frequency: ad9834: change sprintf() to sysfs_emit() Joshua Crofts
2026-04-14  9:29   ` Dan Carpenter
2026-04-14  9:12 ` [PATCH 3/3] iio: frequency: ad9834: add mutex_lock() when reading st->control Joshua Crofts
2026-04-14  9:36   ` Dan Carpenter
2026-04-14  9:44     ` Joshua Crofts

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