diff options
Diffstat (limited to 'Documentation/remoteproc.txt')
-rw-r--r-- | Documentation/remoteproc.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/remoteproc.txt b/Documentation/remoteproc.txt index 23a09b884bc7..e6469fdcf89a 100644 --- a/Documentation/remoteproc.txt +++ b/Documentation/remoteproc.txt | |||
@@ -129,6 +129,13 @@ int dummy_rproc_example(struct rproc *my_rproc) | |||
129 | 129 | ||
130 | Returns 0 on success and -EINVAL if @rproc isn't valid. | 130 | Returns 0 on success and -EINVAL if @rproc isn't valid. |
131 | 131 | ||
132 | void rproc_report_crash(struct rproc *rproc, enum rproc_crash_type type) | ||
133 | - Report a crash in a remoteproc | ||
134 | This function must be called every time a crash is detected by the | ||
135 | platform specific rproc implementation. This should not be called from a | ||
136 | non-remoteproc driver. This function can be called from atomic/interrupt | ||
137 | context. | ||
138 | |||
132 | 5. Implementation callbacks | 139 | 5. Implementation callbacks |
133 | 140 | ||
134 | These callbacks should be provided by platform-specific remoteproc | 141 | These callbacks should be provided by platform-specific remoteproc |