All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Make use of adis lock helpers
@ 2021-05-20 11:59 Nuno Sá
  2021-05-20 11:59 ` [PATCH 1/2] iio: adis16260: make " Nuno Sá
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nuno Sá @ 2021-05-20 11:59 UTC (permalink / raw)
  To: linux-iio; +Cc: Jonathan Cameron, Michael Hennerich, Lars-Peter Clausen

In [1], some helpers were added to the adis lib to make things a bit
more neater when users need to use the device lock. Somehow, these two
users were left "behind". Let's make things consistent and make them use
the helpers.
 
[1]: https://patchwork.kernel.org/project/linux-iio/patch/20210218114039.216091-5-nuno.sa@analog.com/

Nuno Sá (2):
  iio: adis16260: make use of adis lock helpers
  iio: adis16136: make use of adis lock helpers

 drivers/iio/gyro/adis16136.c | 15 ++++++---------
 drivers/iio/gyro/adis16260.c |  4 ++--
 2 files changed, 8 insertions(+), 11 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-05-22 18:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 11:59 [PATCH 0/2] Make use of adis lock helpers Nuno Sá
2021-05-20 11:59 ` [PATCH 1/2] iio: adis16260: make " Nuno Sá
2021-05-20 11:59 ` [PATCH 2/2] iio: adis16136: " Nuno Sá
2021-05-22 18:03 ` [PATCH 0/2] Make " 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.