All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] coresight: next v5.8-rc5
@ 2020-07-16 17:57 Mathieu Poirier
  2020-07-16 17:57 ` [PATCH 01/17] coresight: replicator: Use CS_AMBA_ID macro for id table Mathieu Poirier
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Mathieu Poirier @ 2020-07-16 17:57 UTC (permalink / raw)
  To: gregkh
  Cc: saiprakash.ranjan, suzuki.poulose, vulab, tingwei,
	andriy.shevchenko, linux-arm-kernel, mike.leach

Good day,

Please consider the following patches for inclusion in the v5.9 merge window.

Thanks,
Mathieu

Andy Shevchenko (1):
  coresight: Drop double check for ACPI companion device

Mike Leach (6):
  coresight: etmv4: Fix resource selector constant
  coresight: etmv4: Counter values not saved on disable
  coresight: Fix comment in main header file
  coresight: Add default sink selection to CoreSight base
  coresight: tmc: Update sink types for default selection
  coresight: etm: perf: Add default sink selection to etm perf

Sai Prakash Ranjan (6):
  coresight: replicator: Use CS_AMBA_ID macro for id table
  coresight: catu: Use CS_AMBA_ID macro for id table
  coresight: replicator: Reset replicator if context is lost
  dt-bindings: arm: coresight: Add optional property to replicators
  coresight: tmc: Add shutdown callback for TMC ETR
  coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb()

Suzuki K Poulose (1):
  coresight: etm4x: Fix save/restore during cpu idle

Tingwei Zhang (2):
  coresight: etm4x: Add support to skip trace unit power up
  dt-bindings: arm: coresight: Add support to skip trace unit power up

Xu Wang (1):
  coresight: Use devm_kcalloc() in coresight_alloc_conns()

 .../devicetree/bindings/arm/coresight.txt     |  13 ++
 drivers/hwtracing/coresight/coresight-catu.c  |   5 +-
 .../hwtracing/coresight/coresight-etm-perf.c  |  17 +-
 drivers/hwtracing/coresight/coresight-etm4x.c |  49 ++++--
 drivers/hwtracing/coresight/coresight-etm4x.h |   9 +-
 .../hwtracing/coresight/coresight-platform.c  |   5 +-
 drivers/hwtracing/coresight/coresight-priv.h  |   2 +
 .../coresight/coresight-replicator.c          |  68 ++++---
 drivers/hwtracing/coresight/coresight-stm.c   |   2 -
 .../hwtracing/coresight/coresight-tmc-etf.c   |  13 +-
 .../hwtracing/coresight/coresight-tmc-etr.c   |   2 +-
 drivers/hwtracing/coresight/coresight-tmc.c   |  26 ++-
 drivers/hwtracing/coresight/coresight-tmc.h   |   1 +
 drivers/hwtracing/coresight/coresight.c       | 166 ++++++++++++++++++
 include/linux/coresight.h                     |   6 +-
 15 files changed, 314 insertions(+), 70 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2020-07-16 18:05 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 17:57 [PATCH 00/17] coresight: next v5.8-rc5 Mathieu Poirier
2020-07-16 17:57 ` [PATCH 01/17] coresight: replicator: Use CS_AMBA_ID macro for id table Mathieu Poirier
2020-07-16 17:57 ` [PATCH 02/17] coresight: catu: " Mathieu Poirier
2020-07-16 17:57 ` [PATCH 03/17] coresight: etm4x: Add support to skip trace unit power up Mathieu Poirier
2020-07-16 17:57 ` [PATCH 04/17] dt-bindings: arm: coresight: " Mathieu Poirier
2020-07-16 17:57 ` [PATCH 05/17] coresight: replicator: Reset replicator if context is lost Mathieu Poirier
2020-07-16 17:57 ` [PATCH 06/17] dt-bindings: arm: coresight: Add optional property to replicators Mathieu Poirier
2020-07-16 17:57 ` [PATCH 07/17] coresight: Use devm_kcalloc() in coresight_alloc_conns() Mathieu Poirier
2020-07-16 17:57 ` [PATCH 08/17] coresight: Drop double check for ACPI companion device Mathieu Poirier
2020-07-16 17:57 ` [PATCH 09/17] coresight: etmv4: Fix resource selector constant Mathieu Poirier
2020-07-16 17:57 ` [PATCH 10/17] coresight: etmv4: Counter values not saved on disable Mathieu Poirier
2020-07-16 17:57 ` [PATCH 11/17] coresight: Fix comment in main header file Mathieu Poirier
2020-07-16 17:57 ` [PATCH 12/17] coresight: tmc: Add shutdown callback for TMC ETR Mathieu Poirier
2020-07-16 17:57 ` [PATCH 13/17] coresight: tmc: Fix TMC mode read in tmc_read_unprepare_etb() Mathieu Poirier
2020-07-16 17:57 ` [PATCH 14/17] coresight: Add default sink selection to CoreSight base Mathieu Poirier
2020-07-16 17:57 ` [PATCH 15/17] coresight: tmc: Update sink types for default selection Mathieu Poirier
2020-07-16 17:57 ` [PATCH 16/17] coresight: etm: perf: Add default sink selection to etm perf Mathieu Poirier
2020-07-16 17:57 ` [PATCH 17/17] coresight: etm4x: Fix save/restore during cpu idle Mathieu Poirier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.