Re: backports kick?

2024-06-27 Thread Janusz Dziedzic
pon., 24 cze 2024 o 19:45 Janusz Dziedzic napisał(a): > > pon., 24 cze 2024 o 14:38 Felix Fietkau napisał(a): > > > > On 24.06.24 13:46, Janusz Dziedzic wrote: > > > pt., 21 cze 2024 o 12:59 Felix Fietkau napisał(a): > > >> > > >> On 21.06.24 10:55, Janusz Dziedzic wrote: > > >> > Hello, > > >>

Next OpenWrt 23.05 and 22.03 minor releases

2024-06-27 Thread Hauke Mehrtens
Hi, I am planning a new minor release of the 23.05 series and the final release of the 22.03 series in about 1 week. If you want some commits backported please answer to this mail with the upstream commit hash or create a PR on github for the stable branch. PRs for OpenWrt 23.05: https://gi

[PATCH 0/2] bmips: xg6846: Fixes

2024-06-27 Thread Linus Walleij
insertions(+), 1 deletion(-) --- base-commit: 7c9644a7b5e557f05b818296287cdebdd38f1097 change-id: 20240627-xg6846-fixes-abb7dc2ebcf6 Best regards, -- Linus Walleij ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https

[PATCH 2/2] bmips: inteno-xg6846: Fix pin control for USB LED

2024-06-27 Thread Linus Walleij
The USB LED is GPIO16 not GPIO17, as can be seen further down the device tree. Signed-off-by: Linus Walleij --- target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/bmips/dts/bcm6328-inteno-xg6846.dts b/target/linux/bm

[PATCH 1/2] bmips: intento-xg6846: Add EEPROM node

2024-06-27 Thread Linus Walleij
For some troublesome devices it is necessary to obtain direct access to the SFP module EEPROM so define it in the device tree. Suggested-by: Paul Donald Signed-off-by: Linus Walleij --- target/linux/bmips/dts/bcm6328-inteno-xg6846.dts | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ta