mbox series

[0/3] coresight: minor fixes for CoreSight and ETMv4

Message ID 20200616093333.31283-1-mike.leach@linaro.org (mailing list archive)
Headers show
Series coresight: minor fixes for CoreSight and ETMv4 | expand

Message

Mike Leach June 16, 2020, 9:33 a.m. UTC
Set consists of minor fixes discovered during other development work.
Fixes are stand-alone and not directly part of new work.

Mike Leach (3):
  coresight: Fix comment in main header file.
  coresight: etmv4: Counter values not saved on disable.
  coresight: etmv4: Fix resource selector constant.

 drivers/hwtracing/coresight/coresight-etm4x.c | 6 ++++++
 drivers/hwtracing/coresight/coresight-etm4x.h | 4 ++--
 include/linux/coresight.h                     | 3 ++-
 3 files changed, 10 insertions(+), 3 deletions(-)

Comments

Mathieu Poirier June 17, 2020, 4:37 p.m. UTC | #1
On Tue, Jun 16, 2020 at 10:33:30AM +0100, Mike Leach wrote:
> Set consists of minor fixes discovered during other development work.
> Fixes are stand-alone and not directly part of new work.
> 
> Mike Leach (3):
>   coresight: Fix comment in main header file.
>   coresight: etmv4: Counter values not saved on disable.
>   coresight: etmv4: Fix resource selector constant.
> 
>  drivers/hwtracing/coresight/coresight-etm4x.c | 6 ++++++
>  drivers/hwtracing/coresight/coresight-etm4x.h | 4 ++--
>  include/linux/coresight.h                     | 3 ++-
>  3 files changed, 10 insertions(+), 3 deletions(-)

I have applied all the patches in this set.

Thanks,
Mathieu

> 
> -- 
> 2.17.1
>