Re: [PATCH 1/3] remoteproc: core: Add coredump to remoteproc ops

2020-08-10 Thread Mathieu Poirier
On Fri, Aug 07, 2020 at 04:31:59PM -0700, Gurbir Arora 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

[PATCH 1/3] remoteproc: core: Add coredump to remoteproc ops

2020-08-07 Thread Gurbir Arora
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