mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/7] iio: use dev_err_probe in probe path for ADI drivers
@ 2026-02-20 13:11 Antoniu Miclaus
  2026-02-20 13:11 ` [PATCH 1/7] iio: frequency: adrf6780: use dev_err_probe in probe path Antoniu Miclaus
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Antoniu Miclaus @ 2026-02-20 13:11 UTC (permalink / raw)
  To: Antoniu Miclaus, Lars-Peter Clausen, Michael Hennerich,
	Jonathan Cameron, David Lechner, Nuno Sá,
	Andy Shevchenko, linux-iio, linux-kernel

Use dev_err_probe() consistently in the probe path of several ADI IIO
drivers. This simplifies error handling and ensures proper logging of
deferred probes.

Drivers updated:
 - adrf6780
 - admv1014
 - admv1013
 - adf4377
 - ade9000
 - ad7293
 - admv8818

Antoniu Miclaus (7):
  iio: frequency: adrf6780: use dev_err_probe in probe path
  iio: frequency: admv1014: use dev_err_probe in probe path
  iio: frequency: admv1013: use dev_err_probe in probe path
  iio: frequency: adf4377: use dev_err_probe in probe path
  iio: adc: ade9000: use dev_err_probe in probe path
  iio: dac: ad7293: use dev_err_probe in probe path
  iio: filter: admv8818: use dev_err_probe in probe path

 drivers/iio/adc/ade9000.c        |  7 ++--
 drivers/iio/dac/ad7293.c         |  7 ++--
 drivers/iio/filter/admv8818.c    | 38 +++++++++----------
 drivers/iio/frequency/adf4377.c  | 28 ++++++--------
 drivers/iio/frequency/admv1013.c | 22 +++++------
 drivers/iio/frequency/admv1014.c | 63 ++++++++++++++------------------
 drivers/iio/frequency/adrf6780.c | 21 +++++------
 7 files changed, 80 insertions(+), 106 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-02-22 17:01 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-20 13:11 [PATCH 0/7] iio: use dev_err_probe in probe path for ADI drivers Antoniu Miclaus
2026-02-20 13:11 ` [PATCH 1/7] iio: frequency: adrf6780: use dev_err_probe in probe path Antoniu Miclaus
2026-02-20 13:56   ` Andy Shevchenko
2026-02-20 13:58     ` Andy Shevchenko
2026-02-20 14:41       ` Miclaus, Antoniu
2026-02-20 14:51         ` Andy Shevchenko
2026-02-22 16:58     ` Jonathan Cameron
2026-02-20 13:11 ` [PATCH 2/7] iio: frequency: admv1014: " Antoniu Miclaus
2026-02-20 13:11 ` [PATCH 3/7] iio: frequency: admv1013: " Antoniu Miclaus
2026-02-20 13:11 ` [PATCH 4/7] iio: frequency: adf4377: " Antoniu Miclaus
2026-02-20 13:11 ` [PATCH 5/7] iio: adc: ade9000: " Antoniu Miclaus
2026-02-22 17:01   ` Jonathan Cameron
2026-02-20 13:11 ` [PATCH 6/7] iio: dac: ad7293: " Antoniu Miclaus
2026-02-20 13:11 ` [PATCH 7/7] iio: filter: admv8818: " Antoniu Miclaus

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

Powered by JetHome