All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, lorenzo.bianconi@redhat.com,
	sean.wang@mediatek.com, ryder.lee@mediatek.com
Subject: [PATCH 0/2] mt76: move token management in mt76 module
Date: Tue, 20 Apr 2021 23:05:30 +0200	[thread overview]
Message-ID: <cover.1618952061.git.lorenzo@kernel.org> (raw)

Move token management in mt76 common module since it is shared between
mt7615, mt7915 and mt7921 drivers

Lorenzo Bianconi (2):
  mt76: move token_lock, token and token_count in mt76_dev
  mt76: move token utilities in mt76 common module

 drivers/net/wireless/mediatek/mt76/mt76.h     | 54 +++++++++++++--
 .../net/wireless/mediatek/mt76/mt7615/mac.c   | 14 ++--
 .../net/wireless/mediatek/mt76/mt7615/mmio.c  |  1 +
 .../wireless/mediatek/mt76/mt7615/mt7615.h    |  3 -
 .../wireless/mediatek/mt76/mt7615/pci_init.c  |  3 +-
 .../wireless/mediatek/mt76/mt7615/pci_mac.c   | 10 +--
 .../net/wireless/mediatek/mt76/mt7915/init.c  |  3 +-
 .../net/wireless/mediatek/mt76/mt7915/mac.c   | 64 +++--------------
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |  5 --
 .../net/wireless/mediatek/mt76/mt7915/pci.c   |  1 +
 .../net/wireless/mediatek/mt76/mt7921/init.c  |  4 +-
 .../net/wireless/mediatek/mt76/mt7921/mac.c   | 58 +++-------------
 .../wireless/mediatek/mt76/mt7921/mt7921.h    |  5 --
 .../net/wireless/mediatek/mt76/mt7921/pci.c   |  1 +
 drivers/net/wireless/mediatek/mt76/tx.c       | 68 +++++++++++++++++++
 15 files changed, 153 insertions(+), 141 deletions(-)

-- 
2.30.2


             reply	other threads:[~2021-04-20 21:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-20 21:05 Lorenzo Bianconi [this message]
2021-04-20 21:05 ` [PATCH 1/2] mt76: move token_lock, token and token_count in mt76_dev Lorenzo Bianconi
2021-04-20 21:05 ` [PATCH 2/2] mt76: move token utilities in mt76 common module 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.1618952061.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 \
    --cc=sean.wang@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.