2021-10-23 11:28:27

by Felix Fietkau

[permalink] [raw]
Subject: pull request: mt76 2021-10-23

Hi Kalle,

here's a pull request with some follow-up fixes for 5.16

- Felix

The following changes since commit 753453afacc0243bd45de45e34218a8d17493e8f:

mt76: mt7615: mt7622: fix ibss and meshpoint (2021-10-23 10:29:39 +0300)

are available in the Git repository at:

https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-10-23

for you to fetch changes up to 52a99a13cb880845cd77f1da7136d689347489ef:

mt76: connac: fix unresolved symbols when CONFIG_PM is unset (2021-10-23 13:23:45 +0200)

----------------------------------------------------------------
mt76 patches for 5.16

* fix a compile error with !CONFIG_PM
* cleanups
* MT7915 DBDC fixes
* endian warning fixes

----------------------------------------------------------------
Cai Huoqing (1):
mt76: Make use of the helper macro kthread_run()

Felix Fietkau (1):
mt76: connac: fix unresolved symbols when CONFIG_PM is unset

Hauke Mehrtens (1):
mt76: Print error message when reading EEPROM from mtd failed

Lorenzo Bianconi (2):
mt76: mt7915: fix endiannes warning mt7915_mcu_beacon_check_caps
mt76: mt7921: disable 4addr capability

Ryder Lee (4):
mt76: mt7615: apply cached RF data for DBDC
mt76: mt7915: remove mt7915_mcu_add_he()
mt76: mt7915: rework .set_bitrate_mask() to support more options
mt76: mt7915: rework debugfs fixed-rate knob

Shayne Chen (2):
mt76: mt7915: add WA firmware log support
mt76: mt7915: add debugfs knobs for MCU utilization

drivers/net/wireless/mediatek/mt76/eeprom.c | 5 ++-
drivers/net/wireless/mediatek/mt76/mt7615/mcu.c | 22 ++++++++++-
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.c | 2 +-
drivers/net/wireless/mediatek/mt76/mt76_connac_mcu.h | 1 +
drivers/net/wireless/mediatek/mt76/mt7915/debugfs.c | 167 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------
drivers/net/wireless/mediatek/mt76/mt7915/mac.c | 8 ++--
drivers/net/wireless/mediatek/mt76/mt7915/main.c | 34 +++++++++--------
drivers/net/wireless/mediatek/mt76/mt7915/mcu.c | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
drivers/net/wireless/mediatek/mt76/mt7915/mcu.h | 23 ++++++++---
drivers/net/wireless/mediatek/mt76/mt7915/mmio.c | 3 ++
drivers/net/wireless/mediatek/mt76/mt7915/mt7915.h | 17 +++++----
drivers/net/wireless/mediatek/mt76/mt7915/regs.h | 17 +++++++++
drivers/net/wireless/mediatek/mt76/mt7921/init.c | 3 +-
drivers/net/wireless/mediatek/mt76/util.h | 10 ++---
14 files changed, 415 insertions(+), 101 deletions(-)


2021-10-27 21:22:10

by Kalle Valo

[permalink] [raw]
Subject: Re: pull request: mt76 2021-10-23

Felix Fietkau <[email protected]> writes:

> Hi Kalle,
>
> here's a pull request with some follow-up fixes for 5.16
>
> - Felix
>
> The following changes since commit 753453afacc0243bd45de45e34218a8d17493e8f:
>
> mt76: mt7615: mt7622: fix ibss and meshpoint (2021-10-23 10:29:39 +0300)
>
> are available in the Git repository at:
>
> https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-10-23
>
> for you to fetch changes up to 52a99a13cb880845cd77f1da7136d689347489ef:
>
> mt76: connac: fix unresolved symbols when CONFIG_PM is unset (2021-10-23 13:23:45 +0200)
>
> ----------------------------------------------------------------
> mt76 patches for 5.16
>
> * fix a compile error with !CONFIG_PM
> * cleanups
> * MT7915 DBDC fixes
> * endian warning fixes

Unfortunately I had already applied some of the fixes directly:

753453afacc0 mt76: mt7615: mt7622: fix ibss and meshpoint
a88cae727b3e mt76: mt7921: fix Wformat build warning
8603caaec98f mt76: mt7921: fix mt7921s Kconfig

Fortunately git-pull seems to handle this without problems so my plan is
to pull this anyway, despite the the duplicate commits. But if you
prefer to instead rebase your tree and send a new pull request, do let
me know. Either way is fine for me.

--
https://patchwork.kernel.org/project/linux-wireless/list/

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

2021-10-27 21:29:32

by Kalle Valo

[permalink] [raw]
Subject: Re: pull request: mt76 2021-10-23

Felix Fietkau <[email protected]> writes:

> Hi Kalle,
>
> here's a pull request with some follow-up fixes for 5.16
>
> - Felix
>
> The following changes since commit 753453afacc0243bd45de45e34218a8d17493e8f:
>
> mt76: mt7615: mt7622: fix ibss and meshpoint (2021-10-23 10:29:39 +0300)
>
> are available in the Git repository at:
>
> https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-10-23
>
> for you to fetch changes up to 52a99a13cb880845cd77f1da7136d689347489ef:
>
> mt76: connac: fix unresolved symbols when CONFIG_PM is unset (2021-10-23 13:23:45 +0200)
>
> ----------------------------------------------------------------
> mt76 patches for 5.16
>
> * fix a compile error with !CONFIG_PM
> * cleanups
> * MT7915 DBDC fixes
> * endian warning fixes
>
> ----------------------------------------------------------------

Pulled, thanks.

--
https://patchwork.kernel.org/project/linux-wireless/list/

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