From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
ryder.lee@mediatek.com
Subject: [PATCH 0/4] Introduce tracing support to mt7615 driver
Date: Sun, 29 Dec 2019 11:03:04 +0100 [thread overview]
Message-ID: <cover.1577613505.git.lorenzo@kernel.org> (raw)
Add tracing support to mt7615 and mt7603 drivers.
Move some tracing common code in mt76 module.
Lorenzo Bianconi (4):
mt76: move dev_irq tracepoint in mt76 module
mt76: move mac_txdone tracepoint in mt76 module
mt76: mt7615: add tracing support
mt76: mt76x2: get rid of leftover target
.../net/wireless/mediatek/mt76/mt7603/core.c | 3 +
.../net/wireless/mediatek/mt76/mt7603/mac.c | 3 +
.../wireless/mediatek/mt76/mt7615/Makefile | 4 +-
.../net/wireless/mediatek/mt76/mt7615/mac.c | 10 +++-
.../mediatek/mt76/mt7615/mt7615_trace.h | 56 +++++++++++++++++++
.../net/wireless/mediatek/mt76/mt7615/pci.c | 3 +
.../net/wireless/mediatek/mt76/mt7615/trace.c | 12 ++++
.../net/wireless/mediatek/mt76/mt76x02_mac.c | 3 +-
.../net/wireless/mediatek/mt76/mt76x02_mmio.c | 4 +-
.../wireless/mediatek/mt76/mt76x02_trace.h | 46 ---------------
.../wireless/mediatek/mt76/mt76x2/Makefile | 2 -
drivers/net/wireless/mediatek/mt76/trace.c | 3 +
drivers/net/wireless/mediatek/mt76/trace.h | 54 +++++++++++++++++-
13 files changed, 148 insertions(+), 55 deletions(-)
create mode 100644 drivers/net/wireless/mediatek/mt76/mt7615/mt7615_trace.h
create mode 100644 drivers/net/wireless/mediatek/mt76/mt7615/trace.c
--
2.21.0
next reply other threads:[~2019-12-29 10:03 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-29 10:03 Lorenzo Bianconi [this message]
2019-12-29 10:03 ` [PATCH 1/4] mt76: move dev_irq tracepoint in mt76 module Lorenzo Bianconi
2019-12-29 10:03 ` [PATCH 2/4] mt76: move mac_txdone " Lorenzo Bianconi
2019-12-29 10:03 ` [PATCH 3/4] mt76: mt7615: add tracing support Lorenzo Bianconi
2019-12-29 10:03 ` [PATCH 4/4] mt76: mt76x2: get rid of leftover target Lorenzo Bianconi
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=cover.1577613505.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=ryder.lee@mediatek.com \
/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 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.