[PATCH v0 00/14] iio: magnetometer: ak8975: Additional changes to the driver
From: Andy Shevchenko
Date: Mon Apr 27 2026 - 16:14:47 EST
This series is an attempt to make the driver less a rabbit hole.
It's a continuation of what Joshua Crofts started doing. Hence
it is based on his work and first three "patches" here are supposed
to be folded to his series accordingly.
I have compile-tested them, but I haven't done full double check of
the correctness from functional point of view. Joshua, please do that
before incorporating into your series. Yes, my patches are assumed to
become the part of Joshua's whatever next version of the series, that's
why mine is marked as v0.
Should not be taken directly by the maintainers, but any comments, review
are highly appreciated.
Andy Shevchenko (14):
drivers/iio/magnetometer/ak8975.c: fixup for the IWYU change
drivers/iio/magnetometer/ak8975.c: fixup for the errno fix
drivers/iio/magnetometer/ak8975.c: fixup for the iopoll.h conversion
iio: magnetometer: ak8975: Inline timeout constants
iio: magnetometer: ak8975: Avoid using temporary variable
iio: magnetometer: ak8975: Drop duplicate NULL check
iio: magnetometer: ak8975: remove duplicate error message
iio: magnetometer: ak8975: Reduce usage of magic lengths of the buffer
iio: magnetometer: ak8975: Unify return code variable name
iio: magnetometer: ak8975: switch to using managed resources
iio: magnetometer: ak8975: Consistently use 'data' parameter
iio: magnetometer: ak8975: Unify messages with help of dev_err_probe()
iio: magnetometer: ak8975: Use temporary variable for struct device
iio: magnetometer: ak8975: Make use of the macros from bits.h
drivers/iio/magnetometer/ak8975.c | 253 +++++++++++++-----------------
1 file changed, 112 insertions(+), 141 deletions(-)
--
2.50.1