Both patches applied and pushed out. In the future, could you please send the patches either as direct emails or as attachments or as pull requests? When you embed them in the body of the email I have to manually adjust them to get the commit log properly included.
josh On Mon, Feb 22, 2021 at 4:24 PM maximilian attems <m...@stro.at> wrote: > > please also add BananaPi M3 support. > > > From 216a0bda280e7b361c335f545156e86a059d9551 Mon Sep 17 00:00:00 2001 > From: maximilian attems <m...@stro.at> > Date: Mon, 22 Feb 2021 22:18:36 +0100 > Subject: [PATCH 2/2] WHENCE: add missing symlink for BananaPi M3 > > Fixes (Debian bug #982579): > > [ 11.957171] brcmfmac mmc2:0001:1: firmware: failed to load > brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt (-2) > > [ 11.967106] firmware_class: See https://wiki.debian.org/Firmware for > information about missing firmware > > [ 11.977035] brcmfmac mmc2:0001:1: firmware: failed to load > brcm/brcmfmac43430-sdio.txt (-2) > > [ 12.994756] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): > > clkctl > 0x50 > > Reported-by: Bernhard <bewoe...@gmail.com> > Signed-off-by: maximilian attems <m...@stro.at> > --- > WHENCE | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/WHENCE b/WHENCE > index 11c0970..b569990 100644 > --- a/WHENCE > +++ b/WHENCE > @@ -2717,6 +2717,7 @@ File: "brcm/brcmfmac43430-sdio.AP6212.txt" > Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-plus.txt -> > brcmfmac43430-sdio.AP6212.txt > Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-zero.txt -> > brcmfmac43430-sdio.AP6212.txt > Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m2-ultra.txt -> > brcmfmac43430-sdio.AP6212.txt > +Link: brcm/brcmfmac43430-sdio.sinovoip,bpi-m3.txt -> > brcmfmac43430-sdio.AP6212.txt > File: "brcm/brcmfmac43430-sdio.Hampoo-D2D3_Vi8A1.txt" > File: "brcm/brcmfmac43430-sdio.MUR1DX.txt" > File: "brcm/brcmfmac43430-sdio.raspberrypi,3-model-b.txt" > -- > 2.30.0 >