[PATCH 21.02] Fix HifiBerry DAC+ / DAC+ Pro / Amp2 packaging

2021-09-22 Thread Torsten Duwe
Hi all! According to the vendor [1] these HATs share the same DT overlay, hifiberry-dacplus. The PCM512x-compatible control unit is attached to I²C, so the additional snd-soc-pcm512x-i2c kernel module is required. Also explicitly note the Amp2 support to reduce confusion for those users. [1]

[PATCH] strace: disable autoreconf

2021-09-22 Thread Stijn Tintel
With autoreconf enabled, building strace fails: Makefile:9303: *** missing separator. Stop. Contents of that line: @CODE_COVERAGE_RULES@ Disabling autoreconf fixes the problem. As the autoreconfig fixup was enabled in the initial commit of strace to the repo, it's hard to figure out why it was

[RFC: PATCH] ath79: port dragino ms14 to DTS

2021-09-22 Thread Karl Palsson
Changes: * Dropped buttons. There's only one physical button, and it isn't wired up to be functional as per schematic. Didn't work in ar71xx either. * partition layout was always wrong. uboot env was actually last portion of uboot partition. Missing (RFC): * link detection on eth0 (lan)

Re: ath10k: qca4019: FW crash on 5GHz when baseEepHeader.nonLinearTxFir == 1

2021-09-22 Thread Sven Eckelmann
On Friday, 17 September 2021 18:25:35 CEST Sven Eckelmann wrote: [...] > Interestingly, the crash disappeared when I've changed > baseEepHeader.nonLinearTxFir (offset 0xc2 in the BDF) from 1 to 0. > > The device itself was using firmware 10.4-3.6-00140 (the version currently in >

Re: WDS stopped working in 21.02, looking for bug in netifd

2021-09-22 Thread Daniel Haid
can you please add this function ontop of /lib/netifd/wireless/mac80211.sh Unfortunately, /tmp/foo is identical after good and bad boot, see below. There are three ways to trigger the bug (randomly, yesterday I thought the chance was about 50%, but today it felt much lower, about 5-10%): 1.

[PATCH] tools/libressl: update to 3.4.0

2021-09-22 Thread Rosen Penev
Signed-off-by: Rosen Penev --- tools/libressl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libressl/Makefile b/tools/libressl/Makefile index 29fae1dfb6..7d5f87d041 100644 --- a/tools/libressl/Makefile +++ b/tools/libressl/Makefile @@ -8,8 +8,8 @@

Re: WDS stopped working in 21.02, looking for bug in netifd

2021-09-22 Thread Daniel Haid
Another update: I put some logging code into the function interface_add_link. On every reboot the function interface_add_link is sometimes called for the device wlan0.sta1 and sometimes not. What I have seen is the following: When it is not called, the connection works. When it is called,

Re: WDS stopped working in 21.02, looking for bug in netifd

2021-09-22 Thread Bastian Bittorf
On Wed, Sep 22, 2021 at 06:12:13PM +0200, Daniel Haid wrote: > Another update: can you please add this function ontop of /lib/netifd/wireless/mac80211.sh #!/bin/sh iw() { local rc; command iw "$@"; rc=$?; echo "rc:$rc | iw $*" >>/tmp/foo; test $rc -eq 0 || command iw "$@" 2>>/tmp/foo; return

Re: [PATCH] realtek-poe: add support for PoE on Realtek switches

2021-09-22 Thread Paul Fertser
Hello John, Thank you for the rather useful tool. One comment below. On Tue, May 11, 2021 at 05:22:43PM +0200, John Crispin wrote: > +/* 0x17 - Set power management mode > + * 0: None (No Power Management mode) (Default in Semi-Auto mode) > + * 1: Static Power Management with Port

[PATCH 3/4] djjad asdjka

2021-09-22 Thread k16622806117
From: Linkai dll,a Signed-off-by: Linkai --- outgoing/-cover-letter.patch | 18 +--- outgoing/0001-sasdasd.patch | 2 +- outgoing/0002-123458.patch | 94 3 files changed, 106 insertions(+), 8 deletions(-) create mode 100644

[PATCH] linux: backport GPIO LED patch for MT7350

2021-09-22 Thread Rosen Penev
This allows to specify and control switch LEDs on devices using mt7530 (typically mediatek and ramips targets). Normally these LED GPIOs are 0, 3, 6, 9, and 12. wan/lan assignment is per device. GPIO 9 is normally inverted. so GPIO_ACTIVE_HIGH instead of GPIO_ACTIVE_LOW. Tested on Linksys E7350.