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

Andy Shevchenko posted 2 patches 1 year, 3 months ago
drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 93 ++------------------
1 file changed, 7 insertions(+), 86 deletions(-)
[PATCH v1 0/2] iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths
Posted by Andy Shevchenko 1 year, 3 months ago
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(-)

-- 
2.46.0
Re: [PATCH v1 0/2] iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths
Posted by Jonathan Cameron 1 year, 3 months ago
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
Re: [PATCH v1 0/2] iio: imu: st_lsm6dsx: Clean up ACPI/fwnode code paths
Posted by Andy Shevchenko 1 year, 3 months ago
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.

-- 
With Best Regards,
Andy Shevchenko