All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/3] iio: pressure: bmp280: GPIO error handling and cleanups
@ 2025-08-18  9:27 Salah Triki
  2025-08-18  9:27 ` [PATCH v4 1/3] iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe() Salah Triki
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Salah Triki @ 2025-08-18  9:27 UTC (permalink / raw)
  To: linux-iio, linux-kernel
  Cc: jic23, dlechner, nuno.sa, andy, Markus.Elfring, salah.triki

Hi all,

This patch series improves the GPIO error handling and addresses small
cleanups in the bmp280 driver.

Changes in v4:
  - Split patch 2/2 into two separate patches, as suggested by Markus
    Elfring.

Changes in v3:
  - Split into two separate patches, as suggested by Andy Shevchenko.
  - Improve the error message to "failed to get reset GPIO", as
    suggested by David Lechner.
  - Add Fixes and Cc tags where appropriate, as suggested by Markus
    Elfring.

Changes in v2:
  - Use IS_ERR() instead of IS_ERR_OR_NULL()
  - Drop dev_info()
  - Use gpiod_set_value_cansleep()
  - Improve commit title and message

Salah Triki (3):
  iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe()
  iio: pressure: bmp280: Remove noisy dev_info()
  iio: pressure: bmp280: Use gpiod_set_value_cansleep()

 drivers/iio/pressure/bmp280-core.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-09-13 14:24 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18  9:27 [PATCH v4 0/3] iio: pressure: bmp280: GPIO error handling and cleanups Salah Triki
2025-08-18  9:27 ` [PATCH v4 1/3] iio: pressure: bmp280: Use IS_ERR() in bmp280_common_probe() Salah Triki
2025-08-18 18:23   ` Jonathan Cameron
2025-08-20 14:48   ` Andy Shevchenko
2025-08-25  8:22     ` Jonathan Cameron
2025-08-18  9:27 ` [PATCH v4 2/3] iio: pressure: bmp280: Remove noisy dev_info() Salah Triki
2025-08-20 14:49   ` Andy Shevchenko
2025-09-13 14:22     ` Jonathan Cameron
2025-08-18  9:27 ` [PATCH v4 3/3] iio: pressure: bmp280: Use gpiod_set_value_cansleep() Salah Triki
2025-08-20 14:51   ` Andy Shevchenko
2025-09-13 14:23     ` Jonathan Cameron

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.