Re: [PATCH v2 1/2] ath79: add support for reset key on MikroTik RB912UAG-2HPnD

2022-01-18 Thread Koen Vandeputte
On 17.01.22 09:51, Denis K wrote: I'm seeing this in the bootlogs when using this patch: [5.183305] gpio-latch gpio_latch: failed to get gpio 7: -517 [5.235889] rb91x-nand nand_gpio: failed to get gpios: -517 I still think this should be avoided somehow. It's okay. The gpio-latch

ath10k_ct firmware crashes

2022-01-18 Thread Koen Vandeputte
Hi Ben, After stress testing some wave 1 2x2 radios on multiple boards using openwrt master I noticed this crash on 2 of them. Any idea? 01:00.0 Network controller: Qualcomm Atheros QCA986x/988x 802.11ac Wireless Network Adapter Thanks, Koen [   16.441327] ath10k 5.15 driver, optimized

Re: Switch issues and CI to GitHub

2022-01-18 Thread Paul Spooren
Hi all, Thanks for the active discussion. My thoughts on the three topics bug tracker, CI and Git _root_. ## Bug Tracker I looked today into migrating issues from bugs.openwrt.org over to GitHub.com, codeberg.org (GiTea) and todo.sr.ht (Sourcehut). The migration path is somewhat easy

Re: ath10k_ct firmware crashes

2022-01-18 Thread Ben Greear
On 1/18/22 4:29 AM, Koen Vandeputte wrote: Hi Ben, After stress testing some wave 1 2x2 radios on multiple boards using openwrt master I noticed this crash on 2 of them. Any idea? 01:00.0 Network controller: Qualcomm Atheros QCA986x/988x 802.11ac Wireless Network Adapter Thanks, Koen [  

Re: [PATCH,opkg-lede] opkg_remove: avoid remove pkg repeatly with option --force-removal-of-dependent-packages

2022-01-18 Thread Etienne Champetier
Hello OpenWrt devs, Here an example of CI failure this patch fixes: https://github.com/openwrt/packages/runs/4427963136?check_suite_focus=true Anything I can do to have this patch included ? Best, Etienne Le dim. 12 sept. 2021 à 18:31, Etienne Champetier a écrit : > > + @Jo-Philipp Wich > >

[PATCH] mvebu: cortexa9: Fix board.d/01_leds

2022-01-18 Thread Klaus Kudielka
Fix syntax error in the case statement Fixes: 9149ed4f05f8 ("mvebu: cortexa9: Add support for Ctera C200-V2") Signed-off-by: Klaus Kudielka --- target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: Proposed reviewers to include in patches

2022-01-18 Thread Sergey Ryazanov
Hello Mauri, On Mon, Jan 17, 2022 at 5:11 PM Mauri Sandberg wrote: > I sent a patch set for review two months back but I am yet to receive > any comments, ack/nack. Maybe nobody took action since I did not Cc: > anyone specifically. > > Are there ppl who normally carry out reviews or should I

Re: [PATCH v2 1/2] ath79: add support for reset key on MikroTik RB912UAG-2HPnD

2022-01-18 Thread Sergey Ryazanov
On Mon, Jan 17, 2022 at 11:52 AM Denis K wrote: >> I'm seeing this in the bootlogs when using this patch: >> >> [5.183305] gpio-latch gpio_latch: failed to get gpio 7: -517 >> [5.235889] rb91x-nand nand_gpio: failed to get gpios: -517 > > It's okay. The gpio-latch probe function seems to

Re: [PATCH 1/2] devices: Add Atheros AR9381

2022-01-18 Thread Sergey Ryazanov
Hello Hauke, On Mon, Jan 17, 2022 at 12:35 AM Hauke Mehrtens wrote: > This adds the Atheros AR9381 to the devices list. This card was found in > the TP-LINK TD-W8970. > > Signed-off-by: Hauke Mehrtens > --- > devices.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/devices.txt

Re: [PATCH 1/2] devices: Add Atheros AR9381

2022-01-18 Thread Hauke Mehrtens
On 1/18/22 23:38, Sergey Ryazanov wrote: Hello Hauke, On Mon, Jan 17, 2022 at 12:35 AM Hauke Mehrtens wrote: This adds the Atheros AR9381 to the devices list. This card was found in the TP-LINK TD-W8970. Signed-off-by: Hauke Mehrtens --- devices.txt | 1 + 1 file changed, 1 insertion(+)

Re: [PATCH 1/2] devices: Add Atheros AR9381

2022-01-18 Thread Sergey Ryazanov
On Wed, Jan 19, 2022 at 2:31 AM Hauke Mehrtens wrote: > On 1/18/22 23:38, Sergey Ryazanov wrote: >> On Mon, Jan 17, 2022 at 12:35 AM Hauke Mehrtens wrote: >>> This adds the Atheros AR9381 to the devices list. This card was found in >>> the TP-LINK TD-W8970. >>> >>> Signed-off-by: Hauke Mehrtens