Re: [PATCH v8 1/4] remoteproc: core: Add ops to enable custom coredump functionality

2020-11-20 Thread Bjorn Andersson
On Thu 19 Nov 15:05 CST 2020, Siddharth Gupta wrote: > Each remoteproc might have different requirements for coredumps and might > want to choose the type of dumps it wants to collect. This change allows > remoteproc drivers to specify their own custom dump function to be executed > in place of

[PATCH v8 1/4] remoteproc: core: Add ops to enable custom coredump functionality

2020-11-19 Thread Siddharth Gupta
Each remoteproc might have different requirements for coredumps and might want to choose the type of dumps it wants to collect. This change allows remoteproc drivers to specify their own custom dump function to be executed in place of rproc_coredump. If the coredump op is not specified by the