[PATCH v1 0/3] iio: reduce acpi.h usage

Andy Shevchenko posted 3 patches 1 year, 3 months ago
drivers/iio/imu/fxos8700_core.c   |  1 -
drivers/iio/proximity/sx9324.c    | 20 ++++++++++++++++++++
drivers/iio/proximity/sx9360.c    |  1 -
drivers/iio/proximity/sx_common.c | 21 ---------------------
drivers/iio/proximity/sx_common.h |  4 ----
5 files changed, 20 insertions(+), 27 deletions(-)
[PATCH v1 0/3] iio: reduce acpi.h usage
Posted by Andy Shevchenko 1 year, 3 months ago
Reduce acpi.h usage (partially, more will come).

Andy Shevchenko (3):
  iio: imu: fxos8700: Drop unused acpi.h
  iio: proximity: sx_common: Unexport
    sx_common_get_raw_register_config()
  iio: proximity: sx_common: Drop unused acpi.h

 drivers/iio/imu/fxos8700_core.c   |  1 -
 drivers/iio/proximity/sx9324.c    | 20 ++++++++++++++++++++
 drivers/iio/proximity/sx9360.c    |  1 -
 drivers/iio/proximity/sx_common.c | 21 ---------------------
 drivers/iio/proximity/sx_common.h |  4 ----
 5 files changed, 20 insertions(+), 27 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac
Re: [PATCH v1 0/3] iio: reduce acpi.h usage
Posted by Jonathan Cameron 1 year, 3 months ago
On Wed,  4 Sep 2024 00:28:19 +0300
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> Reduce acpi.h usage (partially, more will come).
LGTM
Applied to the togreg branch of iio.git and pushed out as testing.
Probably next cycle material though given timing,

Jonathan

> 
> Andy Shevchenko (3):
>   iio: imu: fxos8700: Drop unused acpi.h
>   iio: proximity: sx_common: Unexport
>     sx_common_get_raw_register_config()
>   iio: proximity: sx_common: Drop unused acpi.h
> 
>  drivers/iio/imu/fxos8700_core.c   |  1 -
>  drivers/iio/proximity/sx9324.c    | 20 ++++++++++++++++++++
>  drivers/iio/proximity/sx9360.c    |  1 -
>  drivers/iio/proximity/sx_common.c | 21 ---------------------
>  drivers/iio/proximity/sx_common.h |  4 ----
>  5 files changed, 20 insertions(+), 27 deletions(-)
>
Re: [PATCH v1 0/3] iio: reduce acpi.h usage
Posted by Andy Shevchenko 1 year, 3 months ago
On Sat, Sep 07, 2024 at 04:24:28PM +0100, Jonathan Cameron wrote:
> On Wed,  4 Sep 2024 00:28:19 +0300
> Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:
> 
> > Reduce acpi.h usage (partially, more will come).
> LGTM
> Applied to the togreg branch of iio.git and pushed out as testing.
> Probably next cycle material though given timing,

Sure, thanks!

-- 
With Best Regards,
Andy Shevchenko