[PATCH 8/8] ipq806x: Initial TP-Link and ASUS OnHub support

2023-01-02 Thread Brian Norris
TP-Link and ASUS OnHub devices are very similar, sharing many of the same characteristics and much of their Device Tree. They both run a version of ChromeOS for their factory firmware, and so installation instructions look very similar to Google Wifi [1]. Things that work: * Ethernet * WiFi

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

2023-01-02 Thread Arınç ÜNAL
On 2.01.2023 19: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

[PATCH 3/8] ipq806x: config-5.15: Normalize

2023-01-02 Thread Brian Norris
Normalize = `make kernel_menuconfig`, save. Signed-off-by: Brian Norris --- target/linux/ipq806x/config-5.15 | 20 +++- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/target/linux/ipq806x/config-5.15 b/target/linux/ipq806x/config-5.15 index

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

2023-01-02 Thread Brian Norris
See the patch notes about the stock firmware for TP-Link Onhub and https://chromium-review.googlesource.com/243115. As noted there, the production firmware for Google OnHub devices only provide the *-base64 Device Tree property, and so either the kernel or some user space mechanism needs to know

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

2023-01-02 Thread Harm Berntsen 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 --- The Arcadyan WE420223-99 is a

Re: Secure cookie handling upon https to http downgrade

2023-01-02 Thread Jo-Philipp Wich
Hi, > More generally, and regard to the earlier suggestion, I would still suggest > splitting the http vs https cookie names in any ongoing luci rework in order > to avoid this situation. this also has been implemented already, see

[PATCH 6/8] kernel: Add kmod-sound-soc-ipq8064-storm

2023-01-02 Thread Brian Norris
For IPQ8064 systems based off the "Google Storm" reference platform, such as the TP-Link OnHub. Signed-off-by: Brian Norris --- package/kernel/linux/modules/sound.mk | 24 target/linux/generic/config-5.10 | 3 +++ target/linux/generic/config-5.15 | 3 +++ 3

[PATCH 5/8] ipq8064: ASoC: qcom: lpass-cpu: Fix fallback SD line index handling

2023-01-02 Thread Brian Norris
This fixes device tree registration for 'qcom,lpass-cpu' as used by qcom-ipq8064 SoCs, and allows speaker audio to function. This patch has been submitted (and merged, for -next) upstream. Signed-off-by: Brian Norris --- ...cpu-Fix-fallback-SD-line-index-handl.patch | 39 +++

Re: [PATCH v2 1/1] apu2: add definitions for apu4/6

2023-01-02 Thread Philip Prindeville
New versions of the patches have been sent upstream: https://www.spinics.net/lists/platform-driver-x86/msg36198.html https://www.spinics.net/lists/linux-x86_64/msg00629.html And rather than review via email on this list, I've moved the work to a PR: https://github.com/openwrt/openwrt/pull/11651

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

2023-01-02 Thread Brian Norris
emmc_do_upgrade() relies on identify() from the nand.sh upgrade helper. This only works because FEATURES=emmc targets also tend to include FEATURES=nand. Signed-off-by: Brian Norris --- .../base-files/files/lib/upgrade/common.sh| 27

[PATCH 2/8] ipq806x: Point to externally compiled dtbs in recipes

2023-01-02 Thread Brian Norris
See also: commit 4d8b42d8a7774070ac0439915f8de1430db9a8e3 Author: Tomasz Maciej Nowak Date: Thu Aug 25 20:26:11 2022 +0200 ipq40xx: point to externally compiled dtbs in recipes Adjusting dts will cause a rebuild of whole kernel as the buildroot considers this a part of kernel

[PATCH 4/8] ipq806x: Enable CONFIG_IPQ_LCC_806X

2023-01-02 Thread Brian Norris
Clock controller used by some IP blocks (e.g., LPASS / audio) on IPQ8064. Signed-off-by: Brian Norris --- target/linux/ipq806x/config-5.15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ipq806x/config-5.15 b/target/linux/ipq806x/config-5.15 index

Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-02 Thread Arınç ÜNAL
On 2.01.2023 18:03, Harm Berntsen wrote: On Wed, 2022-12-28 at 23:11 +0300, Arınç ÜNAL 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

Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-02 Thread Harm Berntsen 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 --- On Mon, 2023-01-02 at 18:18

Re: Secure cookie handling upon https to http downgrade

2023-01-02 Thread Peter Naulls
On 12/30/22 15:42, Jo-Philipp Wich wrote: Hi, [...] I renamed the new cookies to "http-sysauth" and "https-sysauth", to work around this and it seems to do the right thing.  But there is still a fault here. Already fixed with

Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-02 Thread Arınç ÜNAL
On 2.01.2023 18:34, Harm Berntsen wrote: On Mon, 2023-01-02 at 18:18 +0300, Arınç ÜNAL wrote: On 2.01.2023 18:03, Harm Berntsen wrote: On Wed, 2022-12-28 at 23:11 +0300, Arınç ÜNAL wrote: The Arcadyan WE420223-99 is a WiFi AC simultaneous dual-band access point distributed as Experia WiFi by

Re: [PATCH 1/2] ramips: mt7621: Add Arcadyan WE420223-99 support

2023-01-02 Thread Harm Berntsen 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 --- On Wed, 2022-12-28 at 23:11