On 4/7/20 12:39 PM, Dmitry Osipenko wrote:
Complete driver suspend/resume will be implemented later after next series of sensor supportExternal email: Use caution opening links or attachments 04.04.2020 04:25, Sowjanya Komatineni пишет: ...+static const struct dev_pm_ops tegra_vi_pm_ops = { + SET_RUNTIME_PM_OPS(vi_runtime_suspend, vi_runtime_resume, NULL) +};Aren't the suspend/resume ops needed?