The following changes since commit fba51482b6c0a6743b441bd57d53be11beb35a9b: Merge tag 'iio-for-6.4a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-next (2023-04-12 09:45:34 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-for-6.4b for you to fetch changes up to 52cc189b4fc6af6accc45fe7b7053d76d8724059: iio: adc: palmas: don't alter event config on suspend/resume (2023-04-13 12:10:11 +0100) ---------------------------------------------------------------- 2nd set of IIO features and cleanups for the 6.4 cycle. A few more changes. Some were dependent on fixes that are now upstream and in char-misc-next. st,lsm6dsx: - Add an ACPI ID (SMO8B30) and mount matrix (ROTM) seen in the wild. ti,palmas - Take probe fully devm managed. - Add threshold event support (after some rework) - Stop changing the event config on suspend and resume. ---------------------------------------------------------------- Jonathan Cameron (3): iio: imu: lsm6dsx: Support SMO8B30 ACPI ID for LSM6DS3TR-C iio: imu: lsm6dsx: Add ACPI mount matrix retrieval iio: adc: palmas: Take probe fully device managed. Patrik Dahlström (7): iio: adc: palmas: remove adc_wakeupX_data iio: adc: palmas: replace "wakeup" with "event" iio: adc: palmas: use iio_event_direction for threshold polarity iio: adc: palmas: move eventX_enable into palmas_adc_event iio: adc: palmas: always reset events on unload iio: adc: palmas: add support for iio threshold events iio: adc: palmas: don't alter event config on suspend/resume drivers/iio/adc/palmas_gpadc.c | 615 +++++++++++++++++++++------ drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 +- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 77 +++- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 16 +- include/linux/mfd/palmas.h | 8 - 5 files changed, 566 insertions(+), 152 deletions(-)