]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
soc: qcom: GLINK SSR notifier
authorBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 25 Jul 2017 05:56:44 +0000 (22:56 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 2 Aug 2017 19:43:29 +0000 (12:43 -0700)
commitc4d77d5fcd8baefb358ae921b940e9bbd09a751e
treed56c11d9765784846205cbb03c741b1a1075b8c9
parent1e140df0496541c473e5d40b0da5d2d626b2e343
soc: qcom: GLINK SSR notifier

This driver register as a subsystem restart notifier and will send out
notifications to remote processors that has opened the "glink_ssr" GLINK
channel.

This mechanism is used to signal any GLINK participants that a 3rd party
is gone and that the communication state has to be reset; i.e. that read
and write pointers of the GLINK FIFOs are stale.

Acked-by: Andy Gross <andy.gross@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/soc/qcom/Kconfig
drivers/soc/qcom/Makefile
drivers/soc/qcom/glink_ssr.c [new file with mode: 0644]