mbox series

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

Message ID 20240903212922.3731221-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series iio: reduce acpi.h usage | expand

Message

Andy Shevchenko Sept. 3, 2024, 9:28 p.m. UTC
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(-)

Comments

Jonathan Cameron Sept. 7, 2024, 3:24 p.m. UTC | #1
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(-)
>
Andy Shevchenko Sept. 9, 2024, 9:21 a.m. UTC | #2
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!