Re: [PATCH 2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread AngeloGioacchino Del Regno 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 --- Il 29/05/24 09:51, Linus Walleij

Re: [PATCH 2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread AngeloGioacchino Del Regno 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 --- Il 27/05/24 13:59, Rafał Miłecki

Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add OpenWrt

2024-05-29 Thread AngeloGioacchino Del Regno 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 --- Il 27/05/24 13:59, Rafał Miłecki

Re: [PATCH V2] firmware-utils: replace GPL 2.0 boilerplate/reference with SPDX

2024-05-29 Thread Linus Walleij
On Wed, Aug 4, 2021 at 4:14 PM Rafał Miłecki wrote: > On 04.08.2021 16:12, Rafał Miłecki wrote: > > From: Rafał Miłecki > > > > This uses "GPL-2.0-only" header for files identified using scancode > > license scanner with 100% score as GPL 2.0. > > > > Signed-off-by: Rafał Miłecki > > --- > > V2:

Re: [PATCH 3/3] arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread AngeloGioacchino Del Regno 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 --- Il 27/05/24 13:59, Rafał Miłecki

Re: ARM BCM53573 SoC hangs/lockups caused by locks/clock/random changes

2024-05-29 Thread Linus Walleij
Hi Rafal, On Mon, Sep 4, 2023 at 10:34 AM Rafał Miłecki wrote: > I'm clueless at this point. > Maybe someone can come up with an idea of actual issue & ideally a > solution. Damn this is frustrating. > 2. Clock (arm,armv7-timer) > > While comparing main clock in Broadcom's SDK with upstream on

Re: [PATCH 2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread AngeloGioacchino Del Regno 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 --- Il 27/05/24 13:59, Rafał Miłecki

Re: [PATCH 1/3] dt-bindings: vendor-prefixes: add OpenWrt

2024-05-29 Thread Linus Walleij
On Mon, May 27, 2024 at 2:00 PM Rafał Miłecki wrote: > From: Rafał Miłecki > > OpenWrt project (with the help of MediaTek and Banana Pi) has produced > its very first own hardware. It needs its own prefix. > > Signed-off-by: Rafał Miłecki Reviewed-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH 2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread Linus Walleij
On Tue, May 28, 2024 at 12:32 PM AngeloGioacchino Del Regno wrote: > Isn't the OpenWRT One made by BananaPi? > In that case this would be bananapi,openwrt-one I guess? > > Is there any OpenWRT contact that can please help clarifying this? Both Rafal and me are members of the OpenWrt project. Th

Re: [PATCH 3/3] arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread Linus Walleij
On Mon, May 27, 2024 at 2:00 PM Rafał Miłecki wrote: > From: Rafał Miłecki > > OpenWrt One is the first ever OpenWrt product. It's based on MT7981B > (AKA Filogic 820) and has 1 GiB or DDR4 RAM. The rest of peripherals > remains to be added later. > > Signed-off-by: Rafał Miłecki Reviewed-by:

Re: [PATCH 2/3] dt-bindings: arm64: dts: mediatek: Add OpenWrt One

2024-05-29 Thread Linus Walleij
On Mon, May 27, 2024 at 2:00 PM Rafał Miłecki wrote: > From: Rafał Miłecki > > OpenWrt One is the first ever OpenWrt product. It's based on MT7981B and > has entered an early production stage. > > Signed-off-by: Rafał Miłecki Reviewed-by: Linus Walleij Yours, Linus Walleij _

Re: ARM BCM53573 SoC hangs/lockups caused by locks/clock/random changes

2024-05-29 Thread Linus Walleij
On Wed, Nov 29, 2023 at 10:20 PM Rafał Miłecki wrote: > Here comes more interesting experiment though. Putting there: > > if (!(foo++ % 1)) { > pr_info("[%s] arm_pm_idle:%ps\n", __func__, arm_pm_idle); > } > > doesn't seem to help. > > > Putting following however seems to make kernel/

[PATCH v2 5/8] tegra: 6.6: refresh config and patches

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Simple refresh to get rid of any fuzz and drop serial patch. With few bug fixes around tegra serial driver the spurious IRQ didn't appear any more during test. Let's see how long that'll last. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/config-6.6

[PATCH v2 3/8] kernel/tegra: Create kernel files for v6.6 (from v5.15)

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak This is an automatically generated commit. When doing `git bisect`, consider `git bisect --skip`. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/{config-5.15 => config-6.6}| 0 ...cover-from-spurious-interrupts-due-to-tegra2-silicon-bug

[PATCH v2 1/8] kernel: video-dma: explicitly state packaged modules

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Because wildcard in variable stating packaged modules, the filtering for built-in kernel modules didn't work and would cause a packaging failure. Signed-off-by: Tomasz Maciej Nowak --- package/kernel/linux/modules/video.mk | 4 +++- 1 file changed, 3 insertions(+), 1

[PATCH v2 0/8] tegra: kernel 6.6 introduction

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Next release skips 6.1 in favour of 6.6, so here it is one for tegra target. This series depended on "tegra: assorted fixes" which has been merged. Tomasz Maciej Nowak (8): kernel: video-dma: explicitly state packaged modules v1 -> v2: new patch tegra: refresh 5

[PATCH v2 7/8] tegra: enable VDE driver

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Upstream commit 83b7f0b8aeab ("ARM: tegra: Add OPP tables and power domains to Tegra20 device-trees") added power domains to all devices supporting power management and one of them is Video Decoder Engine. Because of lacking driver for VDE, its power gate couldn't be dri

[PATCH v2 4/8] kernel/tegra: Restore kernel files for v5.15

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak This is an automatically generated commit which aids following Kernel patch history, as git will see the move and copy as a rename thus defeating the purpose. For the original discussion see: https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html Si

[PATCH v2 8/8] tegra: trimslice: adjust LED patch to upstream changes

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak LED subsystem has undergone changes how the function and color of LEDs should be specified, so use that, while still keeping the old label. Signed-off-by: Tomasz Maciej Nowak --- ...enable-front-panel-leds-in-TrimSlice.patch | 28 ++- 1 file changed, 2

[PATCH v2 2/8] tegra: refresh 5.15 config

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Reduce diffstat in kernel config on new version introduction. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/config-5.15 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/tegra/config-5.15 b/target/linux/tegra/config-5.15 index 257ffda252a

[PATCH v2 6/8] tegra: add testing 6.6 kernel

2024-05-29 Thread Tomasz Maciej Nowak
From: Tomasz Maciej Nowak Preliminary support. Signed-off-by: Tomasz Maciej Nowak --- target/linux/tegra/Makefile | 1 + target/linux/tegra/image/Makefile | 9 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefi

[PATCH] netfilter: kmod-nft-netdev: add egress support

2024-05-29 Thread XIE Zhibang
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 netdev egress hook was added i