mbox series

[v1,0/2] iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths

Message ID 20240826212344.866928-1-andy.shevchenko@gmail.com (mailing list archive)
Headers show
Series iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths | expand

Message

Andy Shevchenko Aug. 26, 2024, 9:22 p.m. UTC
Here is a couple of cleanups that should not affect any functionality.

Andy Shevchenko (2):
  iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helper
  iio: imu: st_lsm6dsx: Remove useless dev_fwnode() calls

 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 93 ++------------------
 1 file changed, 7 insertions(+), 86 deletions(-)

Comments

Jonathan Cameron Aug. 31, 2024, 10:53 a.m. UTC | #1
On Tue, 27 Aug 2024 00:22:38 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> Here is a couple of cleanups that should not affect any functionality.
> 
> Andy Shevchenko (2):
>   iio: imu: st_lsm6dsx: Use iio_read_acpi_mount_matrix() helper
>   iio: imu: st_lsm6dsx: Remove useless dev_fwnode() calls
> 
>  drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 93 ++------------------
>  1 file changed, 7 insertions(+), 86 deletions(-)
> 

Applied the obvious fix for the bot error messages &drdy_pin
and applied to the togreg branch of iio.git (pushed out as testing)

Still time for other reviews however as I'll be rebasing that tree
anyway if Greg takes the pull request I sent last week.
There are some series waiting for fixes to loop back around, hence
this dance.

Jonathan
Andy Shevchenko Aug. 31, 2024, 11:40 a.m. UTC | #2
On Sat, Aug 31, 2024 at 1:53 PM Jonathan Cameron <jic23@kernel.org> wrote:
> On Tue, 27 Aug 2024 00:22:38 +0300
> Andy Shevchenko <andy.shevchenko@gmail.com> wrote:
>
> > Here is a couple of cleanups that should not affect any functionality.

...

> Applied the obvious fix for the bot error messages &drdy_pin
> and applied to the togreg branch of iio.git (pushed out as testing)

Thank you and sorry for the inconvenience.