Re: [PATCH 03/17] coresight: Add helper for inserting synchronization packets

2017-11-01 Thread Suzuki K Poulose
On 30/10/17 21:44, Mathieu Poirier wrote: On Thu, Oct 19, 2017 at 06:15:39PM +0100, Suzuki K Poulose wrote: Right now we open code filling the trace buffer with synchronization packets when the circular buffer wraps around in different drivers. Move this to a common place. Cc: Mathieu Poirier

Re: [PATCH 03/17] coresight: Add helper for inserting synchronization packets

2017-10-30 Thread Mathieu Poirier
On Thu, Oct 19, 2017 at 06:15:39PM +0100, Suzuki K Poulose wrote: > Right now we open code filling the trace buffer with synchronization > packets when the circular buffer wraps around in different drivers. > Move this to a common place. > > Cc: Mathieu Poirier > Cc: Mike Leach > Signed-off-by:

[PATCH 03/17] coresight: Add helper for inserting synchronization packets

2017-10-19 Thread Suzuki K Poulose
Right now we open code filling the trace buffer with synchronization packets when the circular buffer wraps around in different drivers. Move this to a common place. Cc: Mathieu Poirier Cc: Mike Leach Signed-off-by: Suzuki K Poulose --- drivers/hwtracing/coresight/coresight-etb10.c | 10 +++-