Re: [PATCH V3 03/14] coresight: etm4x: Add support for PE OS lock

2021-02-15 Thread Mike Leach
Reviewed-by: mike.leach On Wed, 27 Jan 2021 at 08:55, Anshuman Khandual wrote: > > From: Suzuki K Poulose > > ETE may not implement the OS lock and instead could rely on > the PE OS Lock for the trace unit access. This is indicated > by the TRCOLSR.OSM == 0b100. Add support for handling the >

Re: [PATCH V3 03/14] coresight: etm4x: Add support for PE OS lock

2021-02-02 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 02:25:27PM +0530, Anshuman Khandual wrote: > From: Suzuki K Poulose > > ETE may not implement the OS lock and instead could rely on > the PE OS Lock for the trace unit access. This is indicated > by the TRCOLSR.OSM == 0b100. Add support for handling the > PE OS lock > > C

Re: [PATCH V3 03/14] coresight: etm4x: Add support for PE OS lock

2021-02-02 Thread Mathieu Poirier
On Wed, Jan 27, 2021 at 02:25:27PM +0530, Anshuman Khandual wrote: > From: Suzuki K Poulose > > ETE may not implement the OS lock and instead could rely on > the PE OS Lock for the trace unit access. This is indicated > by the TRCOLSR.OSM == 0b100. Add support for handling the > PE OS lock > > C

[PATCH V3 03/14] coresight: etm4x: Add support for PE OS lock

2021-01-27 Thread Anshuman Khandual
From: Suzuki K Poulose ETE may not implement the OS lock and instead could rely on the PE OS Lock for the trace unit access. This is indicated by the TRCOLSR.OSM == 0b100. Add support for handling the PE OS lock Cc: Mathieu Poirier Cc: Mike Leach Signed-off-by: Suzuki K Poulose Signed-off-by: