[PATCH v1 0/3] iio: magnetometer: yamaha-yas530: Ad-hoc cleanups

Andy Shevchenko posted 3 patches 3 weeks, 1 day ago
drivers/iio/magnetometer/yamaha-yas530.c | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
[PATCH v1 0/3] iio: magnetometer: yamaha-yas530: Ad-hoc cleanups
Posted by Andy Shevchenko 3 weeks, 1 day ago
Some small cleanups against yamaha-yas530 driver. I wanted to produce more
but have had no time so far, hence just this mini-series.

Andy Shevchenko (3):
  iio: magnetometer: yamaha-yas530: Get rid of
    i2c_client_get_device_id()
  iio: magnetometer: yamaha-yas530: Use devm_mutex_init() for mutex
    initialization
  iio: magnetometer: yamaha-yas530: replace usleep_range() with fsleep()

 drivers/iio/magnetometer/yamaha-yas530.c | 22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

-- 
2.50.1
Re: [PATCH v1 0/3] iio: magnetometer: yamaha-yas530: Ad-hoc cleanups
Posted by Jonathan Cameron 3 weeks ago
On Fri,  8 May 2026 08:08:32 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> Some small cleanups against yamaha-yas530 driver. I wanted to produce more
> but have had no time so far, hence just this mini-series.
Applied.

Thanks,

J
> 
> Andy Shevchenko (3):
>   iio: magnetometer: yamaha-yas530: Get rid of
>     i2c_client_get_device_id()
>   iio: magnetometer: yamaha-yas530: Use devm_mutex_init() for mutex
>     initialization
>   iio: magnetometer: yamaha-yas530: replace usleep_range() with fsleep()
> 
>  drivers/iio/magnetometer/yamaha-yas530.c | 22 +++++++++++++++-------
>  1 file changed, 15 insertions(+), 7 deletions(-)
>