Re: [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment

2018-10-09 Thread Sibi Sankar
Hi Bjorn, Thanks for the review :) On 2018-10-08 11:53, Bjorn Andersson wrote: On Fri 27 Jul 08:19 PDT 2018, Sibi Sankar wrote: Introduce custom dump function per remoteproc segment. It is responsible for filling the device memory segment associated with coredump Signed-off-by: Sibi Sankar

Re: [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment

2018-10-07 Thread Bjorn Andersson
On Fri 27 Jul 08:19 PDT 2018, Sibi Sankar wrote: > Introduce custom dump function per remoteproc segment. It is responsible > for filling the device memory segment associated with coredump > > Signed-off-by: Sibi Sankar > --- > drivers/remoteproc/remoteproc_core.c | 15 ++- > includ

Re: [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment

2018-08-08 Thread Sibi Sankar
Hi Vinod, Thanks for the review, On 08/07/2018 11:45 AM, Vinod wrote: Hi Sibi, On 27-07-18, 20:49, Sibi Sankar wrote: Introduce custom dump function per remoteproc segment. It is responsible for filling the device memory segment associated with coredump Signed-off-by: Sibi Sankar --- drive

Re: [PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment

2018-08-06 Thread Vinod
Hi Sibi, On 27-07-18, 20:49, Sibi Sankar wrote: > Introduce custom dump function per remoteproc segment. It is responsible > for filling the device memory segment associated with coredump > > Signed-off-by: Sibi Sankar > --- > drivers/remoteproc/remoteproc_core.c | 15 ++- > include

[PATCH v3 1/6] remoteproc: Introduce custom dump function for each remoteproc segment

2018-07-27 Thread Sibi Sankar
Introduce custom dump function per remoteproc segment. It is responsible for filling the device memory segment associated with coredump Signed-off-by: Sibi Sankar --- drivers/remoteproc/remoteproc_core.c | 15 ++- include/linux/remoteproc.h | 3 +++ 2 files changed, 13 ins