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

2022-01-19 Thread Hauke Mehrtens
On 1/19/22 01:33, Sergey Ryazanov wrote: 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. Signe

[PATCH] util-linux: Add taskset

2022-01-19 Thread Hauke Mehrtens via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- This adds the taskset application

Re: Switch issues and CI to GitHub

2022-01-19 Thread Michael Richardson
Thank you for this great report! I did not know codeberg existed, but when I looked, discovered I already had a login! I would go with codeberg. It's okay that many community repos are on git, git makes cloning easy. Who is funding codeberg, and how stable is that funding? "Codeberg is not a co

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

2022-01-19 Thread Koen Vandeputte
On 19.01.22 11:50, Sergey Ryazanov wrote: On Wed, Jan 19, 2022 at 1:25 PM Denis Kalashnikov wrote: On MikroTik RB91x board series a reset key shares SoC gpio line #15 with NAND ALE and NAND IO7. So we need a custom gpio driver to manage this non-trivial connection schema. Also rb91x-nand need

Re: Switch issues and CI to GitHub

2022-01-19 Thread Sam Kuper
On Tue, Jan 18, 2022 at 03:38:43PM +0100, Paul Spooren wrote: > ## Bug Tracker > > I looked today into migrating issues from bugs.openwrt.org over to > GitHub.com, codeberg.org (GiTea) and todo.sr.ht (Sourcehut). [..] > > While sr.ht allows to import the large collection of issues, each > message

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

2022-01-19 Thread Koen Vandeputte
On 19.01.22 11:25, Denis Kalashnikov wrote: On MikroTik RB91x board series a reset key shares SoC gpio line #15 with NAND ALE and NAND IO7. So we need a custom gpio driver to manage this non-trivial connection schema. Also rb91x-nand needs to have an ability to disable a polling of the key whil

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

2022-01-19 Thread Sergey Ryazanov
On Wed, Jan 19, 2022 at 1:25 PM Denis Kalashnikov wrote: > On MikroTik RB91x board series a reset key shares SoC gpio > line #15 with NAND ALE and NAND IO7. So we need a custom > gpio driver to manage this non-trivial connection schema. > Also rb91x-nand needs to have an ability to disable a polli

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

2022-01-19 Thread Denis Kalashnikov
On MikroTik RB91x board series a reset key shares SoC gpio line #15 with NAND ALE and NAND IO7. So we need a custom gpio driver to manage this non-trivial connection schema. Also rb91x-nand needs to have an ability to disable a polling of the key while it works with NAND. While we've been integrat