All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Cc: nbd@nbd.name, linux-wireless@vger.kernel.org, sgruszka@redhat.com
Subject: Re: [PATCH v2 01/19] mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.h
Date: Thu,  2 Aug 2018 18:49:38 +0000 (UTC)	[thread overview]
Message-ID: <20180802184938.751C8607BD@smtp.codeaurora.org> (raw)
In-Reply-To: <bcf24fdbf8a3d023fc716e65dc190756232f0645.1533023328.git.lorenzo.bianconi@redhat.com>

Lorenzo Bianconi <lorenzo.bianconi@redhat.com> wrote:

> Since MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO definitions are in
> common between mt76x2u, mt76x2 and mt76x0u move them in dma.h in order
> to reuse usb code supporting mt76x2u and mt76x0u based devices
> 
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>

19 patches applied to wireless-drivers-next.git, thanks.

66fc44b71c59 mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.h
35ecee1f6755 mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.h
2edb2ae5e60a mt76x2: move utility routines in mt76x2.h
15fdb7a07bbe mt76x2: introduce mt76x2_init_device routine
4681e0c79e43 mt76x2: move interface_modes definition in mt76x2_init
d3c94b40460b mt76x2: introduce mt76x2_mac_load_tx_status routine
81e850ef2625 mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures
bbd89d948108 mt76x2: add buffer len to mt76x2_mac_write_txwi signature
fcdd99ce7267 mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skb
469d48188625 mt76: introduce tx_queue_skb function pointer in mt76_bus_ops
d20ad5816962 mt76: introduce mt76x2-common module
9367a9c7f956 mt76: add mt76x2_tx_common to mt76x2-common module
b9c45e1c42b7 mt76: add mt76x2_mac_common to mt76x2-common module
43930193a874 mt76: add mt76x2_init_common to mt76x2-common module
2de8c3eb7ed7 mt76: add mt76x2_common to mt76x2-common module
5f0d10ceee47 mt76: add mt76x2_phy_common to mt76x2-common module
037804002b8a mt76: move mt76x2_debugfs in mt76-common module
b40b15e1521f mt76: add usb support to mt76 layer
ee676cd5017c mt76: add driver code for MT76x2u based devices

-- 
https://patchwork.kernel.org/patch/10550371/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2018-08-02 20:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-31  8:09 [PATCH v2 00/19] add mt76x2u support to mt76 driver Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 01/19] mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.h Lorenzo Bianconi
2018-08-02 18:49   ` Kalle Valo [this message]
2018-07-31  8:09 ` [PATCH v2 02/19] mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.h Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 03/19] mt76x2: move utility routines in mt76x2.h Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 04/19] mt76x2: introduce mt76x2_init_device routine Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 05/19] mt76x2: move interface_modes definition in mt76x2_init Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 06/19] mt76x2: introduce mt76x2_mac_load_tx_status routine Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 07/19] mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 08/19] mt76x2: add buffer len to mt76x2_mac_write_txwi signature Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 09/19] mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skb Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 10/19] mt76: introduce tx_queue_skb function pointer in mt76_bus_ops Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 11/19] mt76: introduce mt76x2-common module Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 12/19] mt76: add mt76x2_tx_common to " Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 13/19] mt76: add mt76x2_mac_common " Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 14/19] mt76: add mt76x2_init_common " Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 15/19] mt76: add mt76x2_common " Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 16/19] mt76: add mt76x2_phy_common " Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 17/19] mt76: move mt76x2_debugfs in mt76-common module Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 18/19] mt76: add usb support to mt76 layer Lorenzo Bianconi
2018-07-31  8:09 ` [PATCH v2 19/19] mt76: add driver code for MT76x2u based devices Lorenzo Bianconi
2018-07-31  9:54 ` [PATCH v2 00/19] add mt76x2u support to mt76 driver Kalle Valo
2018-07-31 10:27   ` Stanislaw Gruszka
2018-07-31 10:33     ` Kalle Valo

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=20180802184938.751C8607BD@smtp.codeaurora.org \
    --to=kvalo@codeaurora.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.