External email: Use caution opening links or attachmentsComplete driver suspend/resume will be implemented later after next series of sensor support
04.04.2020 04:25, Sowjanya Komatineni ÐÐÑÐÑ:
...
+static const struct dev_pm_ops tegra_vi_pm_ops = {Aren't the suspend/resume ops needed?
+ SET_RUNTIME_PM_OPS(vi_runtime_suspend, vi_runtime_resume, NULL)
+};