Re: [PATCH 7/8] ath10k-ct: Support qcom,ath10k-calibration-data-base64

2023-01-06 Thread Thibaut
> Le 6 janv. 2023 à 04:48, Brian Norris a écrit : > > On Thu, Jan 5, 2023 at 7:12 PM Stefan Lippers-Hollmann wrote: >> On 2023-01-06, Christian Marangi wrote: >>> On Thu, Jan 05, 2023 at 02:03:24PM -0800, Brian Norris wrote: On Thu, Jan 5, 2023 at 11:59 AM Brian Norris >> [...] Do I

Re: [PATCH] ramips: add support for D-Link DAP-X1860 A1

2023-01-06 Thread Jan-Niklas Burfeind
On 12/13/22 23:15, Sebastian Schaper wrote: The DAP-X1860 is a wall-plug AX1800 repeater. Specifications: - MT7621, 256 MiB RAM, 128 MiB SPI NAND - MT7915 + MT7975 2x2 802.11ax (DBDC) - Ethernet: 1 port 10/100/1000 - LED RSSI bargraph (2x green, 1x red/green), incorrectly populated

Re: [PATCH 1/8] base-files: Remove nand.sh dependency from emmc upgrade

2023-01-06 Thread Christian Marangi
On Wed, Jan 04, 2023 at 06:26:28PM -0800, Brian Norris wrote: > Hi Christian, > > On Wed, Jan 04, 2023 at 01:40:57PM +0100, Christian Marangi wrote: > > On Mon, Jan 02, 2023 at 03:25:27PM -0800, Brian Norris wrote: > > > --- a/package/base-files/files/lib/upgrade/common.sh > > > +++

[PATCH] iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoC

2023-01-06 Thread Robert Marko
Add detection of the Qualcomm Atheros IPQ8074 WiSoC using the compatible string from device tree. Signed-off-by: Robert Marko --- devices.txt | 1 + iwinfo_nl80211.c | 5 + 2 files changed, 6 insertions(+) diff --git a/devices.txt b/devices.txt index e0663b8..bc0257c 100644 ---

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Christian Marangi
On Fri, Jan 06, 2023 at 05:14:37PM +0100, Robert Marko wrote: > Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and > use the same ID. > > Signed-off-by: Robert Marko Hi, can you send a v2 with the iwinfo from the title dropped? Something like [iwinfo PATCH] devices: ...

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Daniel Golle
On Fri, Jan 06, 2023 at 05:32:48PM +0100, Robert Marko wrote: > On Fri, 6 Jan 2023 at 17:31, Christian Marangi wrote: > > > > On Fri, Jan 06, 2023 at 05:14:37PM +0100, Robert Marko wrote: > > > Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and > > > use the same ID. > > >

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Robert Marko
On Fri, 6 Jan 2023 at 17:31, Christian Marangi wrote: > > On Fri, Jan 06, 2023 at 05:14:37PM +0100, Robert Marko wrote: > > Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and > > use the same ID. > > > > Signed-off-by: Robert Marko > > Hi, > can you send a v2 with the

[PATCH v2] devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Robert Marko
Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and use the same ID. Signed-off-by: Robert Marko --- Changes in v2: * Remove iwinfo prefix --- devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.txt b/devices.txt index bc0257c..d76bbca 100644 ---

[PATCH-22.03 1/2] uboot-sunxi: use UUID of bootdev and bootpart

2023-01-06 Thread Jan-Niklas Burfeind
Several sunxi devices come with multiple mmc devices. On such devices, the mmc device order is unpredictable, so using /dev/mmcblk0p2 as root device doesn't always work, which results in unbootable devices. For the Banana Pi BPI-R3 in the mediatek target, this has been solved by defining aliases

[PATCH-22.03 2/2] sunxi: ensure NanoPi R1 has unique MAC address

2023-01-06 Thread Jan-Niklas Burfeind
Ensure the MAC address for all NanoPi R1 boards is assigned uniquely for each board. The vendor ships the device in two variants; one with and one without eMMC; but both without static mac-addresses. In order to assign both board types unique MAC addresses, fall back on the same method used for

[PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Robert Marko
Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and use the same ID. Signed-off-by: Robert Marko --- devices.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devices.txt b/devices.txt index bc0257c..d76bbca 100644 --- a/devices.txt +++ b/devices.txt @@ -173,6

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Christian Marangi
On Fri, Jan 06, 2023 at 05:32:48PM +0100, Robert Marko wrote: > On Fri, 6 Jan 2023 at 17:31, Christian Marangi wrote: > > > > On Fri, Jan 06, 2023 at 05:14:37PM +0100, Robert Marko wrote: > > > Add Qualcomm Atheros QCN6024/9024/9074 PCI ID, they all are compatible and > > > use the same ID. > > >

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros QCN6024/9024/9074 cards

2023-01-06 Thread Robert Marko
On Fri, 6 Jan 2023 at 17:42, Christian Marangi wrote: > > On Fri, Jan 06, 2023 at 05:32:48PM +0100, Robert Marko wrote: > > On Fri, 6 Jan 2023 at 17:31, Christian Marangi wrote: > > > > > > On Fri, Jan 06, 2023 at 05:14:37PM +0100, Robert Marko wrote: > > > > Add Qualcomm Atheros

Re: [PATCH v3] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-06 Thread Hauke Mehrtens
On 1/2/23 17:36, Harm Berntsen wrote: The Arcadyan WE420223-99 is a WiFi AC simultaneous dual-band access point distributed as Experia WiFi by KPN in the Netherlands. It features two ethernet ports and 2 internal antennas. Specifications -- SOC : Mediatek MT7621AT ETH : Two 1

Re: [PATCH] ramips: add support for D-Link DAP-X1860 A1

2023-01-06 Thread Hauke Mehrtens
On 12/13/22 23:15, Sebastian Schaper wrote: The DAP-X1860 is a wall-plug AX1800 repeater. Specifications: - MT7621, 256 MiB RAM, 128 MiB SPI NAND - MT7915 + MT7975 2x2 802.11ax (DBDC) - Ethernet: 1 port 10/100/1000 - LED RSSI bargraph (2x green, 1x red/green), incorrectly populated

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoC

2023-01-06 Thread Jo-Philipp Wich
Hi Robert, I know that you're just expanding existing code (which I recently noticed for the first time) but I think that adding more and more if/else clauses with further hardware matches for purely cosmetic reasons* is a good way forward. At the very least a mechanism should be added to

[PATCH fstools v2] partname: Ignore root=PARTUUID...

2023-01-06 Thread Brian Norris
We're assuming all root= arguments are /dev/ paths, but many targets utilize root=PARTUUID= strategies. At least allow them to fall back to scanning all block devices. Signed-off-by: Brian Norris --- Changes in v2: * fstools, not fsutils (sorry for the noise) libfstools/partname.c | 4 ++--

[PATCH fsutils] partname: Ignore root=PARTUUID...

2023-01-06 Thread Brian Norris
We're assuming all root= arguments are /dev/ paths, but many targets utilize root=PARTUUID= strategies. At least allow them to fall back to scanning all block devices. Signed-off-by: Brian Norris --- libfstools/partname.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 7/8] ath10k-ct: Support qcom,ath10k-calibration-data-base64

2023-01-06 Thread Brian Norris
On Fri, Jan 6, 2023 at 12:39 AM Thibaut wrote: > > Le 6 janv. 2023 à 04:48, Brian Norris a écrit > > : > Indeed. Coreutils seems like a better choice here. OK. So I guess I just copy/paste it back into the openwrt tree from the packages feed, and then later clean it out of packages.git? > As

Re: [PATCH] iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoC

2023-01-06 Thread Christian Marangi
On Fri, Jan 06, 2023 at 11:42:46PM +0100, Jo-Philipp Wich wrote: > Hi Robert, > > I know that you're just expanding existing code (which I recently noticed for > the first time) but I think that adding more and more if/else clauses with > further hardware matches for purely cosmetic reasons* is a