All of lore.kernel.org
 help / color / mirror / Atom feed
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/5] improve debugfs info for mt7615/mt7603 drivers
Date: Fri, 13 Sep 2019 09:05:49 +0200	[thread overview]
Message-ID: <cover.1568358061.git.lorenzo@kernel.org> (raw)

Improve hw queue debugfs info for mt7615 driver
Add 802.11 aggr info for mt7615/mt7603 drivers

This series is based on 'mt76x02: tidy up mib counters'
https://patchwork.kernel.org/cover/11142613/

Lorenzo Bianconi (5):
  mt76: move queue debugfs entry to driver specific code
  mt76: mt7615: add queue entry in debugfs
  mt76: move aggr_stats array in mt76_dev
  mt76: mt7615: collect aggregation stats
  mt76: mt7603: collect aggregation stats

 drivers/net/wireless/mediatek/mt76/debugfs.c  |   5 +-
 drivers/net/wireless/mediatek/mt76/mt76.h     |   3 +
 .../wireless/mediatek/mt76/mt7603/debugfs.c   |  38 +++++++
 .../net/wireless/mediatek/mt76/mt7603/mac.c   |  18 ++++
 .../net/wireless/mediatek/mt76/mt7603/main.c  |   1 +
 .../wireless/mediatek/mt76/mt7603/mt7603.h    |   1 +
 .../net/wireless/mediatek/mt76/mt7603/regs.h  |   5 +
 .../wireless/mediatek/mt76/mt7615/debugfs.c   | 100 ++++++++++++++++++
 .../net/wireless/mediatek/mt76/mt7615/mac.c   |  18 ++++
 .../net/wireless/mediatek/mt76/mt7615/main.c  |   2 +
 .../wireless/mediatek/mt76/mt7615/mt7615.h    |   1 +
 .../net/wireless/mediatek/mt76/mt7615/regs.h  |  17 +++
 drivers/net/wireless/mediatek/mt76/mt76x02.h  |   2 -
 .../wireless/mediatek/mt76/mt76x02_debugfs.c  |   5 +-
 .../net/wireless/mediatek/mt76/mt76x02_mac.c  |   6 +-
 15 files changed, 213 insertions(+), 9 deletions(-)

-- 
2.21.0


             reply	other threads:[~2019-09-13  7:06 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13  7:05 Lorenzo Bianconi [this message]
2019-09-13  7:05 ` [PATCH 1/5] mt76: move queue debugfs entry to driver specific code Lorenzo Bianconi
2019-09-13  7:05 ` [PATCH 2/5] mt76: mt7615: add queue entry in debugfs Lorenzo Bianconi
2019-09-13  7:05 ` [PATCH 3/5] mt76: move aggr_stats array in mt76_dev Lorenzo Bianconi
2019-09-13  7:05 ` [PATCH 4/5] mt76: mt7615: collect aggregation stats Lorenzo Bianconi
2019-09-13  7:05 ` [PATCH 5/5] mt76: mt7603: " 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.1568358061.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.