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 0/5] coresight: Miscellaneous fixes
Date: Fri, 30 Jun 2017 11:41:54 -0600	[thread overview]
Message-ID: <1498844519-8845-1-git-send-email-mathieu.poirier@linaro.org> (raw)

These 5 patches address a few issues we've seen with the drivers as
we keep adding new features.  The first 3 patches address a
synchronisation problem when trace buffers overflow while the latter
two fix a couple of problems when working ETMv3 tracers.

Regards,
Mathieu

Mathieu Poirier (5):
  coresight: Correct buffer lost increment
  coresight: etb10: Remove useless conversion to LE
  coresight: Add barrier packet for synchronisation
  coresight: etb10: Move etb_disable_hw() outside of lock
  coresight: etm3x: Set synchronisation frequencty to TRM default

 drivers/hwtracing/coresight/coresight-etb10.c   | 46 +++++++++++++++++--------
 drivers/hwtracing/coresight/coresight-etm3x.c   |  2 ++
 drivers/hwtracing/coresight/coresight-priv.h    |  2 ++
 drivers/hwtracing/coresight/coresight-tmc-etf.c | 34 ++++++++++++++++--
 drivers/hwtracing/coresight/coresight-tmc-etr.c | 12 +++++++
 drivers/hwtracing/coresight/coresight.c         |  8 +++++
 6 files changed, 87 insertions(+), 17 deletions(-)

-- 
2.7.4

             reply	other threads:[~2017-06-30 17:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-30 17:41 Mathieu Poirier [this message]
2017-06-30 17:41 ` [PATCH 1/5] coresight: Correct buffer lost increment Mathieu Poirier
2017-06-30 17:41 ` [PATCH 2/5] coresight: etb10: Remove useless conversion to LE Mathieu Poirier
2017-06-30 17:41 ` [PATCH 3/5] coresight: Add barrier packet for synchronisation Mathieu Poirier
2017-06-30 17:41 ` [PATCH 4/5] coresight: etb10: Move etb_disable_hw() outside of lock Mathieu Poirier
2017-06-30 17:41 ` [PATCH 5/5] coresight: etm3x: Set synchronisation frequencty to TRM default Mathieu Poirier
  -- strict thread matches above, loose matches on Subject: below --
2016-05-31 11:57 [PATCH 0/5] coresight: Miscellaneous fixes Suzuki K Poulose

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=1498844519-8845-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).