Revert "remoteproc: Add support for runtime PM"
authorMathieu Poirier <mathieu.poirier@linaro.org>
Tue, 30 Jun 2020 16:31:18 +0000 (10:31 -0600)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 1 Jul 2020 23:05:32 +0000 (16:05 -0700)
commit49cff1256879d8622d253b6deac2438d6cd33445
tree97697f65a9e33df82c52d3e17f110d9de797e8d8
parent4605ad8f4581981787ed22b3a755209c8fe5aa24
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>
drivers/remoteproc/remoteproc_core.c