From: Kalle Valo <kvalo-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
To: Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
Lorenzo Bianconi
<lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Felix Fietkau <nbd-Vt+b4OUoWG0@public.gmane.org>
Subject: Re: [PATCH v3 01/16] mt76: unify wait_for_mac
Date: Tue, 4 Sep 2018 08:05:55 +0000 (UTC) [thread overview]
Message-ID: <20180904080555.D07A160708@smtp.codeaurora.org> (raw)
In-Reply-To: <1535541407-27149-2-git-send-email-sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:
> Create new mt76x02_mac.h for common mac functions of mt76x0 and mt76x2
> and unity wait_for_mac for both drivers.
>
> Signed-off-by: Stanislaw Gruszka <sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
16 patches applied to wireless-drivers-next.git, thanks.
2735a6dd7df3 mt76: unify wait_for_mac
89e1b1bc075a mt76: rename mt76x2_regs.h
797ea2407825 mt76: merge mt76x0/regs.h into mt76x02_regs.h
108a4861ef19 mt76: create new mt76x02-lib module for common mt76x{0,2} code
c378f2473466 mt76: unify mac_get_key_info
d413127359c3 mt76: add helpers for register access with mt76_dev struct
047aed1c38cf mt76: unify mac_shared_key_setup
46436b5ef9dd mt76: unify mac_wcid_set_key
32bb405fe2bc mt76: unify mac_wcid_setup
516ea2a2a9d4 mt76: use mac_wcid_set_drop in mt76x0
459e237f14cd mt76x0: use mt76_wcid_free in mt76x0
98ff26e5e217 mt76: unify mt76x02_vif struct
f5a7f126e5fe mt76: unify sta structure part 1
b2d91fb30223 mt76: unify sta structure part 2
78dae93fd8ff mt76x0: initalize custom tx queues
16c8a792ea44 mt76x0: use mt76x02_sta and mt76x02_tx_status
--
https://patchwork.kernel.org/patch/10579835/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
next prev parent reply other threads:[~2018-09-04 8:05 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-29 11:16 [PATCH v3 00/16] mt76 patches 2018-08-24 v3 Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
[not found] ` <1535541407-27149-1-git-send-email-sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2018-08-29 11:16 ` [PATCH v3 01/16] mt76: unify wait_for_mac Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
[not found] ` <1535541407-27149-2-git-send-email-sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2018-09-04 8:05 ` Kalle Valo [this message]
2018-09-04 8:05 ` Kalle Valo
2018-09-04 8:05 ` Kalle Valo
2018-08-29 11:16 ` [PATCH v3 02/16] mt76: rename mt76x2_regs.h Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 03/16] mt76: merge mt76x0/regs.h into mt76x02_regs.h Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 04/16] mt76: create new mt76x02-lib module for common mt76x{0,2} code Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 05/16] mt76: unify mac_get_key_info Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 06/16] mt76: add helpers for register access with mt76_dev struct Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 07/16] mt76: unify mac_shared_key_setup Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 08/16] mt76: unify mac_wcid_set_key Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 09/16] mt76: unify mac_wcid_setup Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 10/16] mt76: use mac_wcid_set_drop in mt76x0 Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 11/16] mt76x0: use mt76_wcid_free " Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 12/16] mt76: unify mt76x02_vif struct Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 13/16] mt76: unify sta structure part 1 Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 14/16] mt76: unify sta structure part 2 Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 15/16] mt76x0: initalize custom tx queues Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 11:16 ` [PATCH v3 16/16] mt76x0: use mt76x02_sta and mt76x02_tx_status Stanislaw Gruszka
2018-08-29 11:16 ` Stanislaw Gruszka
2018-08-29 12:27 ` [PATCH v3 00/16] mt76 patches 2018-08-24 v3 Felix Fietkau
2018-08-29 12:27 ` 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=20180904080555.D07A160708@smtp.codeaurora.org \
--to=kvalo-sgv2jx0feol9jmxxk+q4oq@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-wireless-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=lorenzo.bianconi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=nbd-Vt+b4OUoWG0@public.gmane.org \
--cc=sgruszka-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
/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.