mbox series

[SRU,Focal:linux-intel-iotg-5.15,00/10] Add IIO sensors ID for ACPI based platform

Message ID 20220509091406.39552-1-jianhui.lee@canonical.com
Headers show
Series Add IIO sensors ID for ACPI based platform | expand

Message

Jian Hui Lee May 9, 2022, 9:13 a.m. UTC
BugLink: https://launchpad.net/bugs/1962674

On ACPI based platforms, some sensors aren't probed because driver doesn't have ACPI IDs, so they are useless.

For linux-intel-iotg-5.15, we need to cherry-pick this patch series from linux mainline.


Andy Shevchenko (7):
  iio: accel: adxl345: Convert to use dev_err_probe()
  iio: accel: adxl345: Set driver_data for OF enumeration
  iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()
  iio: accel: adxl345: Make use of device properties
  iio: accel: adxl345: Extract adxl345_powerup() helper
  iio: accel: adxl345: Drop comma in terminator entries
  iio: accel: adxl345: Remove unneeded blank lines

Kai-Heng Feng (3):
  iio: accel: adxl345: Add ACPI HID table
  iio: humidity: hdc100x: Add ACPI HID table
  iio: pressure: dps310: Add ACPI HID table

 drivers/iio/accel/adxl345.h      |  8 ++---
 drivers/iio/accel/adxl345_core.c | 54 +++++++++++++++++++-------------
 drivers/iio/accel/adxl345_i2c.c  | 35 ++++++++++-----------
 drivers/iio/accel/adxl345_spi.c  | 34 ++++++++++----------
 drivers/iio/humidity/hdc100x.c   |  7 +++++
 drivers/iio/pressure/dps310.c    |  7 +++++
 6 files changed, 82 insertions(+), 63 deletions(-)

Comments

Jian Hui Lee May 10, 2022, 8:04 a.m. UTC | #1
Will resend v2 with the correct repo: jammy:linux-intel-iotg

On 5/9/22 17:13, Jian Hui Lee wrote:
> BugLink: https://launchpad.net/bugs/1962674
>
> On ACPI based platforms, some sensors aren't probed because driver doesn't have ACPI IDs, so they are useless.
>
> For linux-intel-iotg-5.15, we need to cherry-pick this patch series from linux mainline.
>
>
> Andy Shevchenko (7):
>    iio: accel: adxl345: Convert to use dev_err_probe()
>    iio: accel: adxl345: Set driver_data for OF enumeration
>    iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()
>    iio: accel: adxl345: Make use of device properties
>    iio: accel: adxl345: Extract adxl345_powerup() helper
>    iio: accel: adxl345: Drop comma in terminator entries
>    iio: accel: adxl345: Remove unneeded blank lines
>
> Kai-Heng Feng (3):
>    iio: accel: adxl345: Add ACPI HID table
>    iio: humidity: hdc100x: Add ACPI HID table
>    iio: pressure: dps310: Add ACPI HID table
>
>   drivers/iio/accel/adxl345.h      |  8 ++---
>   drivers/iio/accel/adxl345_core.c | 54 +++++++++++++++++++-------------
>   drivers/iio/accel/adxl345_i2c.c  | 35 ++++++++++-----------
>   drivers/iio/accel/adxl345_spi.c  | 34 ++++++++++----------
>   drivers/iio/humidity/hdc100x.c   |  7 +++++
>   drivers/iio/pressure/dps310.c    |  7 +++++
>   6 files changed, 82 insertions(+), 63 deletions(-)
>