All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] introduce a dedicated mt7915 debugfs sub-dir for ext-phy
@ 2021-10-11 10:38 Lorenzo Bianconi
  2021-10-11 10:38 ` [PATCH v3 1/3] mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Bianconi @ 2021-10-11 10:38 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless, lorenzo.bianconi

Introduce a dedicated mt76 debugfs sub-dir for ext-phy in dbdc mode for mt7915
driver. This is a preliminary series to add zero-wait dfs support.

Changes since v2:
- rebase on top of mt76 master
- add patch 3/3

Changes since v1:
- rebase on top of mt76 master

Lorenzo Bianconi (3):
  mt76: rely on phy pointer in mt76_register_debugfs_fops routine
    signature
  mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phy
  mt76: mt7915: improve code readability for xmit-queue handler

 drivers/net/wireless/mediatek/mt76/debugfs.c  |   5 +-
 drivers/net/wireless/mediatek/mt76/mt76.h     |   4 +-
 .../wireless/mediatek/mt76/mt7615/debugfs.c   |   2 +-
 .../wireless/mediatek/mt76/mt7915/debugfs.c   | 159 +++++++++---------
 .../net/wireless/mediatek/mt76/mt7915/init.c  |   6 +-
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |   2 +-
 .../wireless/mediatek/mt76/mt7921/debugfs.c   |   2 +-
 7 files changed, 94 insertions(+), 86 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2021-10-11 10:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-11 10:38 [PATCH v3 0/3] introduce a dedicated mt7915 debugfs sub-dir for ext-phy Lorenzo Bianconi
2021-10-11 10:38 ` [PATCH v3 1/3] mt76: rely on phy pointer in mt76_register_debugfs_fops routine signature Lorenzo Bianconi
2021-10-11 10:38 ` [PATCH v3 2/3] mt76: mt7915: introduce mt76 debugfs sub-dir for ext-phy Lorenzo Bianconi
2021-10-11 10:38 ` [PATCH v3 3/3] mt76: mt7915: improve code readability for xmit-queue handler Lorenzo Bianconi

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.