linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
To: nbd@nbd.name
Cc: linux-wireless@vger.kernel.org, sgruszka@redhat.com
Subject: [PATCH 0/3] move mcu shared code in mt76-core
Date: Mon,  4 Feb 2019 17:51:26 +0100	[thread overview]
Message-ID: <cover.1549298196.git.lorenzo.bianconi@redhat.com> (raw)

Move mcu shared routines in mt76-core module in order to
reuse them adding support for mt7603 driver

Lorenzo Bianconi (3):
  mt76: move mt76_mcu_msg_alloc in mt76-core
  mt76: move mt76_mcu_get_response in mt76-core
  mt76: move mt76_mcu_rx_event in mt76-core

 drivers/net/wireless/mediatek/mt76/Makefile   |  3 +-
 drivers/net/wireless/mediatek/mt76/mcu.c      | 60 +++++++++++++++++++
 drivers/net/wireless/mediatek/mt76/mt76.h     |  7 +++
 .../net/wireless/mediatek/mt76/mt76x02_mcu.c  | 29 +--------
 .../net/wireless/mediatek/mt76/mt76x02_mcu.h  |  6 ++
 .../net/wireless/mediatek/mt76/mt76x02_txrx.c |  3 +-
 .../wireless/mediatek/mt76/mt76x02_usb_mcu.c  | 17 +-----
 7 files changed, 78 insertions(+), 47 deletions(-)
 create mode 100644 drivers/net/wireless/mediatek/mt76/mcu.c

-- 
2.20.1


             reply	other threads:[~2019-02-04 16:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04 16:51 Lorenzo Bianconi [this message]
2019-02-04 16:51 ` [PATCH 1/3] mt76: move mt76_mcu_msg_alloc in mt76-core Lorenzo Bianconi
2019-02-04 16:51 ` [PATCH 2/3] mt76: move mt76_mcu_get_response " Lorenzo Bianconi
2019-02-04 16:51 ` [PATCH 3/3] mt76: move mt76_mcu_rx_event " Lorenzo Bianconi
2019-02-07 13:41 ` [PATCH 0/3] move mcu 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.1549298196.git.lorenzo.bianconi@redhat.com \
    --to=lorenzo.bianconi@redhat.com \
    --cc=linux-wireless@vger.kernel.org \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).