Files
linux/drivers
Jinjie Ruan 0c8d604dea i2c: xiic: Fix pm_runtime_set_suspended() with runtime pm enabled
It is not valid to call pm_runtime_set_suspended() for devices
with runtime PM enabled because it returns -EAGAIN if it is enabled
already and working. So, call pm_runtime_disable() before to fix it.

Fixes: 36ecbcab84 ("i2c: xiic: Implement power management")
Cc: <stable@vger.kernel.org> # v4.6+
Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
2024-09-27 11:48:21 +02:00
..
2024-09-16 15:24:59 +02:00
2024-09-02 12:12:41 +02:00
2024-08-28 21:54:51 +01:00
2024-09-09 12:22:06 +02:00
2024-09-04 17:24:58 -05:00