diff options
author | Martin Kepplinger <[email protected]> | 2021-11-09 14:10:13 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2021-12-16 20:54:53 +0100 |
commit | 69a187456d106a351e0b13f98efc0f2e8b42b2a2 (patch) | |
tree | 416b6e34046b26d2142ec635045dec96951bcfd9 /scripts/bpf_doc.py | |
parent | e1cc0a05539a115690e5d327dd1b40c15a59e19f (diff) |
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 <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions