]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
remoteproc: qcom: Add support for SSR notifications
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 25 Jul 2017 05:56:43 +0000 (22:56 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 2 Aug 2017 19:43:20 +0000 (12:43 -0700)
commit1e140df0496541c473e5d40b0da5d2d626b2e343
treed872019d45a5a7da0c9a9478fd6e30ec011328cb
parent1b0ef9068f053d8057b5ebe3cbff692b071bdf73
remoteproc: qcom: Add support for SSR notifications

This adds the remoteproc part of subsystem restart, which is responsible
for emitting notifications to other processors in the system about a
dying remoteproc instance.

These notifications are propagated to the various communication systems
in the various remote processors to shut down communication links that
was left in a dangling state as the remoteproc was stopped (or crashed).

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_adsp_pil.c
drivers/remoteproc/qcom_common.c
drivers/remoteproc/qcom_common.h
drivers/remoteproc/qcom_q6v5_pil.c
include/linux/remoteproc/qcom_rproc.h [new file with mode: 0644]