Re: [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-20 Thread Mathieu Poirier
On Thu, Jul 09, 2020 at 01:31:54PM -0700, Rishabh Bhatnagar wrote: > From: Sibi Sankar > > In order to land inline coredump support for mss, the dump_segment > function would need to support granularities less than the segment > size. This is achieved by replacing mask based tracking with size. >

Re: [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-16 Thread rishabhb
On 2020-07-16 01:10, Sibi Sankar wrote: On 2020-07-14 22:48, Mathieu Poirier wrote: On Thu, Jul 09, 2020 at 01:31:54PM -0700, Rishabh Bhatnagar wrote: From: Sibi Sankar In order to land inline coredump support for mss, the dump_segment function would need to support granularities less than th

Re: [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-16 Thread Sibi Sankar
On 2020-07-14 22:48, Mathieu Poirier wrote: On Thu, Jul 09, 2020 at 01:31:54PM -0700, Rishabh Bhatnagar wrote: From: Sibi Sankar In order to land inline coredump support for mss, the dump_segment function would need to support granularities less than the segment size. This is achieved by repla

Re: [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-14 Thread Sibi Sankar
On 2020-07-14 22:48, Mathieu Poirier wrote: On Thu, Jul 09, 2020 at 01:31:54PM -0700, Rishabh Bhatnagar wrote: From: Sibi Sankar In order to land inline coredump support for mss, the dump_segment function would need to support granularities less than the segment size. This is achieved by repla

Re: [PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-14 Thread Mathieu Poirier
On Thu, Jul 09, 2020 at 01:31:54PM -0700, Rishabh Bhatnagar wrote: > From: Sibi Sankar > > In order to land inline coredump support for mss, the dump_segment > function would need to support granularities less than the segment > size. This is achieved by replacing mask based tracking with size. >

[PATCH v1 2/4] remoteproc: qcom_q6v5_mss: Replace mask based tracking with size

2020-07-09 Thread Rishabh Bhatnagar
From: Sibi Sankar In order to land inline coredump support for mss, the dump_segment function would need to support granularities less than the segment size. This is achieved by replacing mask based tracking with size. Signed-off-by: Sibi Sankar Signed-off-by: Rishabh Bhatnagar --- drivers/re