OSDN Git Service

media: i2c: hi846: use pm_runtime_force_suspend/resume for system suspend
authorMartin Kepplinger <martin.kepplinger@puri.sm>
Tue, 9 Nov 2021 13:10:13 +0000 (14:10 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 16 Dec 2021 19:54:53 +0000 (20:54 +0100)
commit69a187456d106a351e0b13f98efc0f2e8b42b2a2
tree416b6e34046b26d2142ec635045dec96951bcfd9
parente1cc0a05539a115690e5d327dd1b40c15a59e19f
media: i2c: hi846: use pm_runtime_force_suspend/resume for system suspend

In cases like this when controlling regulators and clocks the suspend()
and resume() functions are meant to be called balanced toggling the behaviour.

It's wrong to use the same suspend function for runtime and system suspend
in this case and leads to errors like

[   77.718890] Failed to disable vddd: -EIO

Use pm_runtime_force_* helpers in order to support system suspend properly
when runtime pm is already implemented and fix this.

Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/hi846.c