Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH v4 0/2] use guard()() to handle synchronisation
@ 2026-04-23  1:18 Felipe Ribeiro de Souza
  2026-04-23  1:18 ` [PATCH v4 1/2] iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw() Felipe Ribeiro de Souza
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Felipe Ribeiro de Souza @ 2026-04-23  1:18 UTC (permalink / raw)
  To: andy, dlechner, jic23, nuno.sa, paul
  Cc: Felipe Ribeiro de Souza, linux-iio, linux-mips

Refactor ingenic_adc_read_chan_info_raw() and replace mutex_lock()
and mutex_unlock() calls with guard()() in drivers/iio/adc/ingenic-adc.c

Felipe Ribeiro de Souza (2):
  iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw()
  iio: adc: ingenic-adc: use guard()() to handle synchronisation

 drivers/iio/adc/ingenic-adc.c | 56 +++++++++++++++++++----------------
 1 file changed, 30 insertions(+), 26 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-04-24 11:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-23  1:18 [PATCH v4 0/2] use guard()() to handle synchronisation Felipe Ribeiro de Souza
2026-04-23  1:18 ` [PATCH v4 1/2] iio: adc: ingenic-adc: refactor ingenic_adc_read_chan_info_raw() Felipe Ribeiro de Souza
2026-04-23  1:18 ` [PATCH v4 2/2] iio: adc: ingenic-adc: use guard()() to handle synchronisation Felipe Ribeiro de Souza
2026-04-24  8:14   ` Andy Shevchenko
2026-04-24  8:15 ` [PATCH v4 0/2] " Andy Shevchenko
2026-04-24 11:25   ` Jonathan Cameron

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