All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] iio: dac: m62332: header cleanup and guard(mutex)
@ 2026-06-27 13:25 Erick Henrique
  2026-06-27 13:25 ` [PATCH v4 1/3] iio: dac: m62332: Sort header includes alphabetically Erick Henrique
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Erick Henrique @ 2026-06-27 13:25 UTC (permalink / raw)
  To: jic23; +Cc: andriy.shevchenko, andy, dlechner, nuno.sa, linux-iio,
	Erick Henrique

This series cleans up the m62332 header includes and converts its locking
to guard(mutex).

Changes in v4:
- Split the include cleanup in two: 1/3 only re-sorts the existing
  includes; 2/3 does the IWYU add/remove (per Jonathan's review).
- 2/3: drop the unused slab.h and add the specific headers the file uses
  (array_size.h, bits.h, mutex.h, pm.h, types.h, mod_devicetable.h).
- 3/3 (guard(mutex)): unchanged from v3.

v3: https://lore.kernel.org/r/20260418130322.106769-1-erick.henrique.rodrigues@usp.br

Erick Henrique (3):
  iio: dac: m62332: Sort header includes alphabetically
  iio: dac: m62332: Clean up header includes
  iio: dac: m62332: Use guard(mutex) for locking

 drivers/iio/dac/m62332.c | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 deletions(-)


base-commit: 4b570552ea4788d49373d3e31c5a802210f4ac45
-- 
2.51.0


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

end of thread, other threads:[~2026-06-27 17:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-27 13:25 [PATCH v4 0/3] iio: dac: m62332: header cleanup and guard(mutex) Erick Henrique
2026-06-27 13:25 ` [PATCH v4 1/3] iio: dac: m62332: Sort header includes alphabetically Erick Henrique
2026-06-27 17:34   ` Joshua Crofts
2026-06-27 13:25 ` [PATCH v4 2/3] iio: dac: m62332: Clean up header includes Erick Henrique
2026-06-27 17:40   ` Joshua Crofts
2026-06-27 13:25 ` [PATCH v4 3/3] iio: dac: m62332: Use guard(mutex) for locking Erick Henrique
2026-06-27 17:44   ` Joshua Crofts

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.