X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fremoteproc.txt;h=e6469fdcf89a0344b017f90c821019750d8e9039;hb=1e5023c7cc11158f74a637aa92897da954572a25;hp=23a09b884bc76398a6a82bb68933dcba84b4231a;hpb=43a60c1792b13eed49220af0e1344bf48e3a0677;p=~andy%2Flinux diff --git a/Documentation/remoteproc.txt b/Documentation/remoteproc.txt index 23a09b884bc..e6469fdcf89 100644 --- a/Documentation/remoteproc.txt +++ b/Documentation/remoteproc.txt @@ -129,6 +129,13 @@ int dummy_rproc_example(struct rproc *my_rproc) Returns 0 on success and -EINVAL if @rproc isn't valid. + void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type) + - Report a crash in a remoteproc + This function must be called every time a crash is detected by the + platform specific rproc implementation. This should not be called from a + non-remoteproc driver. This function can be called from atomic/interrupt + context. + 5. Implementation callbacks These callbacks should be provided by platform-specific remoteproc