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

Jian Hui Lee jianhui.lee at canonical.com
Mon May 9 09:13:56 UTC 2022


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(-)

-- 
2.34.1




More information about the kernel-team mailing list