From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, sgruszka@redhat.com,
lorenzo.bianconi@redhat.com
Subject: [PATCH v3 0/2] move dma shared code in mt76 module
Date: Thu, 28 Feb 2019 17:54:30 +0100 [thread overview]
Message-ID: <cover.1551370209.git.lorenzo@kernel.org> (raw)
Move mt76x02/mt7603 dma shared code in mmio.c/dma.c in order to be
reused adding support for mt7603 driver
Changes since v2:
- squash mt7603 changes
Changes since v1:
- remove mt76_irq_enable/mt76_irq_disable
- move dma queue initialization in mt76_dma_alloc_queue
- move mt76_irq_enable call into the driver specific
inline functions
Lorenzo Bianconi (2):
mt76: mmio: move mt76x02_set_irq_mask in mt76 module
mt76: dma: move mt76x02_init_{tx,rx}_queue in mt76 module
drivers/net/wireless/mediatek/mt76/dma.c | 9 ++++-
drivers/net/wireless/mediatek/mt76/mmio.c | 13 +++++++
drivers/net/wireless/mediatek/mt76/mt76.h | 6 ++-
.../net/wireless/mediatek/mt76/mt7603/core.c | 11 ------
.../net/wireless/mediatek/mt76/mt7603/dma.c | 26 +++++--------
.../wireless/mediatek/mt76/mt7603/mt7603.h | 6 +--
drivers/net/wireless/mediatek/mt76/mt76x02.h | 5 +--
.../net/wireless/mediatek/mt76/mt76x02_mmio.c | 38 +++++--------------
8 files changed, 50 insertions(+), 64 deletions(-)
--
2.20.1
next reply other threads:[~2019-02-28 16:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-28 16:54 Lorenzo Bianconi [this message]
2019-02-28 16:54 ` [PATCH v3 1/2] mt76: mmio: move mt76x02_set_irq_mask in mt76 module Lorenzo Bianconi
2019-02-28 16:54 ` [PATCH v3 2/2] mt76: dma: move mt76x02_init_{tx,rx}_queue " Lorenzo Bianconi
2019-03-01 11:59 ` [PATCH v3 0/2] move dma shared code " Felix Fietkau
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.1551370209.git.lorenzo@kernel.org \
--to=lorenzo@kernel.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo.bianconi@redhat.com \
--cc=nbd@nbd.name \
--cc=sgruszka@redhat.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.