Searched hist:"49 cff1256879d8622d253b6deac2438d6cd33445" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/remoteproc/ |
H A D | remoteproc_core.c | diff 49cff1256879d8622d253b6deac2438d6cd33445 Tue Jun 30 18:31:18 CEST 2020 Mathieu Poirier <mathieu.poirier@linaro.org> Revert "remoteproc: Add support for runtime PM"
This reverts commit a99a37f6cd5a74d5b22c08544aa6c5890813c8ba.
Removing PM runtime operations from the remoteproc core in order to:
1) Keep all power management operations in platform drivers. That way we do not loose flexibility in an area that is very HW specific.
2) Avoid making the support for remote processor managed by external entities more complex that it already is.
3) Fix regression introduced for the Omap remoteproc driver.
Acked-by: Suman Anna <s-anna@ti.com> Tested-by: Suman Anna <s-anna@ti.com> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Link: https://lore.kernel.org/r/20200630163118.3830422-3-mathieu.poirier@linaro.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
|