linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mathieu.poirier@linaro.org (Mathieu Poirier)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/11] coresight: next v4.6-rc2
Date: Tue,  5 Apr 2016 11:53:41 -0600	[thread overview]
Message-ID: <1459878832-15219-1-git-send-email-mathieu.poirier@linaro.org> (raw)

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

             reply	other threads:[~2016-04-05 17:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-05 17:53 Mathieu Poirier [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1459878832-15219-1-git-send-email-mathieu.poirier@linaro.org \
    --to=mathieu.poirier@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).