linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] coresight: next v4.6-rc2
@ 2016-04-05 17:53 Mathieu Poirier
  2016-04-05 17:53 ` [PATCH 02/11] coresight: etm4x: adding config and traceid registers Mathieu Poirier
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Mathieu Poirier @ 2016-04-05 17:53 UTC (permalink / raw)
  To: linux-arm-kernel

Hello Greg,

I would appreciate if you could consider this set for inclusion
in the 4.7 cycle - it applies cleanly on your current 'char-misc-next'.

More patches are to be expected in the coming weeks.

Regards,
Mathieu

Mathieu Poirier (11):
  coresight: etm4x: moving sysFS entries to a dedicated file
  coresight: etm4x: adding config and traceid registers
  coresight: etm4x: splitting struct etmv4_drvdata
  coresight: etm4x: splitting etmv4 default configuration
  coresight: etm4x: unlocking tracers in default arch init
  coresight: etm4x: moving etm_drvdata::enable to atomic field
  coresight: etm4x: implementing user/kernel mode tracing
  coresight: etm4x: implementing the perf PMU API
  coresight: moving coresight_simple_func() to header file
  coresight: etb10: splitting sysFS "status" entry
  coresight: removing gratuitous boot time log messages

 .../ABI/testing/sysfs-bus-coresight-devices-etb10  |   69 +-
 .../ABI/testing/sysfs-bus-coresight-devices-etm4x  |   13 +
 drivers/hwtracing/coresight/Makefile               |    8 +-
 drivers/hwtracing/coresight/coresight-etb10.c      |   82 +-
 .../hwtracing/coresight/coresight-etm3x-sysfs.c    |   33 +-
 .../hwtracing/coresight/coresight-etm4x-sysfs.c    | 2126 +++++++++++++++++
 drivers/hwtracing/coresight/coresight-etm4x.c      | 2475 +++-----------------
 drivers/hwtracing/coresight/coresight-etm4x.h      |  222 +-
 drivers/hwtracing/coresight/coresight-funnel.c     |    1 -
 drivers/hwtracing/coresight/coresight-priv.h       |   10 +
 drivers/hwtracing/coresight/coresight-replicator.c |    1 -
 drivers/hwtracing/coresight/coresight-tmc.c        |    1 -
 drivers/hwtracing/coresight/coresight-tpiu.c       |    1 -
 13 files changed, 2691 insertions(+), 2351 deletions(-)
 create mode 100644 drivers/hwtracing/coresight/coresight-etm4x-sysfs.c

-- 
2.1.4

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

end of thread, other threads:[~2016-04-05 17:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-05 17:53 [PATCH 00/11] coresight: next v4.6-rc2 Mathieu Poirier
2016-04-05 17:53 ` [PATCH 02/11] coresight: etm4x: adding config and traceid registers Mathieu Poirier
2016-04-05 17:53 ` [PATCH 03/11] coresight: etm4x: splitting struct etmv4_drvdata Mathieu Poirier
2016-04-05 17:53 ` [PATCH 04/11] coresight: etm4x: splitting etmv4 default configuration Mathieu Poirier
2016-04-05 17:53 ` [PATCH 05/11] coresight: etm4x: unlocking tracers in default arch init Mathieu Poirier
2016-04-05 17:53 ` [PATCH 06/11] coresight: etm4x: moving etm_drvdata::enable to atomic field Mathieu Poirier
2016-04-05 17:53 ` [PATCH 07/11] coresight: etm4x: implementing user/kernel mode tracing Mathieu Poirier
2016-04-05 17:53 ` [PATCH 08/11] coresight: etm4x: implementing the perf PMU API Mathieu Poirier
2016-04-05 17:53 ` [PATCH 09/11] coresight: moving coresight_simple_func() to header file Mathieu Poirier
2016-04-05 17:53 ` [PATCH 10/11] coresight: etb10: splitting sysFS "status" entry Mathieu Poirier
2016-04-05 17:53 ` [PATCH 11/11] coresight: removing gratuitous boot time log messages Mathieu Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).