[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240725002641.191509-1-benato.denis96@gmail.com>
Date: Thu, 25 Jul 2024 02:26:39 +0200
From: Denis Benato <benato.denis96@...il.com>
To: Jonathan Cameron <jic23@...nel.org>
Cc: Lars-Peter Clausen <lars@...afoo.de>,
Jagath Jog J <jagathjog1996@...il.com>,
linux-iio@...r.kernel.org,
linux-kernel@...r.kernel.org,
Denis Benato <benato.denis96@...il.com>,
"Luke D . Jones" <luke@...nes.dev>,
Jonathan LoBue <jlobue10@...il.com>
Subject: [PATCH 0/2] iio: fix bug with triggers not resuming after sleep
When a device enters an idle state (for example ASUS RC71L with s2idle)
and an iio driver has a trigger attached such as iio-trig-hrtimer,
after resuming the device the trigger is not triggering data acquisition.
This patch series solves the problem reliably and is well tested after
many cycles and many reboots.
Closes: https://lore.kernel.org/all/31d7f7aa-e834-4fd0-a66a-e0ff528425dc@gmail.com/
Denis Benato (2):
iio: trigger: allow devices to suspend/resume theirs associated
trigger
iio: bmi323: suspend and resume triggering on relevant pm operations
drivers/iio/imu/bmi323/bmi323.h | 1 +
drivers/iio/imu/bmi323/bmi323_core.c | 32 ++++++++++++++++++++++++++++
drivers/iio/imu/bmi323/bmi323_i2c.c | 1 +
drivers/iio/imu/bmi323/bmi323_spi.c | 1 +
drivers/iio/industrialio-trigger.c | 24 +++++++++++++++++++++
include/linux/iio/iio.h | 16 ++++++++++++++
6 files changed, 75 insertions(+)
--
2.45.2
Powered by blists - more mailing lists