commit raspberrypi-firmware-dt for openSUSE:Factory

2024-01-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2024-01-26 22:45:38

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1815 (New)


Package is "raspberrypi-firmware-dt"

Fri Jan 26 22:45:38 2024 rev:54 rq:1141463 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-12-11 21:50:05.310499636 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1815/raspberrypi-firmware-dt.changes
2024-01-26 22:45:45.992953465 +0100
@@ -1,0 +2,7 @@
+Tue Jan 23 16:19:02 UTC 2024 - Ivan Ivanov 
+
+- Extend "ARM: dts: bcm27xx: Use better name for spidev" patch coverage.
+  Change compatible "spidev" to "rohm,dh2228fv" in overlay files too.
+  Fixes bsc#1219094.
+
+---



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.6tMdQn/_old  2024-01-26 22:45:47.541009394 +0100
+++ /var/tmp/diff_new_pack.6tMdQn/_new  2024-01-26 22:45:47.561010117 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package raspberrypi-firmware-dt
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
 691 lines (skipped)
 between 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
 and 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1815/0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-12-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-12-11 21:49:56

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Mon Dec 11 21:49:56 2023 rev:53 rq:1132458 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-11-23 21:38:46.919367030 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-12-11 21:50:05.310499636 +0100
@@ -1,0 +2,11 @@
+Mon Dec 11 09:03:47 UTC 2023 - Ivan Ivanov 
+
+- They are vendor changes in bcm2835-dma driver around new RPi5
+  which  makes new device trees unusable without corresponding
+  changes in DMA driver. Lets revert offending commit.
+  Fixes bsc#1217512.
+
+- Add patch:
+ * 0001-Revert-bcm2711-rpi-ds-Switch-to-dma40-channel-for-hd.patch
+
+---

New:

  0001-Revert-bcm2711-rpi-ds-Switch-to-dma40-channel-for-hd.patch

BETA DEBUG BEGIN:
  New:- Add patch:
 * 0001-Revert-bcm2711-rpi-ds-Switch-to-dma40-channel-for-hd.patch
BETA DEBUG END:



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.oK610x/_old  2023-12-11 21:50:06.070527781 +0100
+++ /var/tmp/diff_new_pack.oK610x/_new  2023-12-11 21:50:06.070527781 +0100
@@ -32,6 +32,7 @@
 Source100:  get-from-git.sh
 Patch0: 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
 Patch1: 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+Patch2: 0001-Revert-bcm2711-rpi-ds-Switch-to-dma40-channel-for-hd.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware

++ 0001-Revert-bcm2711-rpi-ds-Switch-to-dma40-channel-for-hd.patch ++
>From b9239483e122a6236fa75841f727bc1ad7a6240f Mon Sep 17 00:00:00 2001
From: "Ivan T. Ivanov" 
Date: Mon, 11 Dec 2023 09:54:46 +0100
Subject: [PATCH] Revert "bcm2711-rpi-ds: Switch to dma40 channel for hdmi
 audio"

They are vendor changes in bcm2835-dma driver around new RPi5
which  makes new device trees unusable without corresponding
changes in DMA driver.

Fixes [1] [RPi4] kernel: vc4_hdmi fef00700.hdmi: Could not...

[1] https://bugzilla.suse.com/show_bug.cgi?id=1217512

This reverts commit 0491a0aecb999b1a013ad4a6ad3816c535ac6e73.

Signed-off-by: Ivan T. Ivanov 
---
 arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
index 968db6362989..147a56fdbb68 100644
--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
+++ b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
@@ -374,7 +374,7 @@  {
 <_clocks 14>,
 < 0>,
 <_27MHz>;
-   dmas = < (10|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
+   dmas = < (10|(1<<27)|(1<<24)|(10<<16)|(15<<20))>;
status = "disabled";
 };
 
@@ -407,7 +407,7 @@  {
 <_clocks 14>,
 < 1>,
 <_27MHz>;
-   dmas = < (17|(1<<30)|(1<<24)|(10<<16)|(15<<20))>;
+   dmas = < (17|(1<<27)|(1<<24)|(10<<16)|(15<<20))>;
status = "disabled";
 };
 
-- 
2.35.3


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-11-25 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-11-23 21:38:40

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432 (New)


Package is "raspberrypi-firmware-dt"

Thu Nov 23 21:38:40 2023 rev:52 rq:1128368 version:2023.11.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-07-24 18:12:22.193353840 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.25432/raspberrypi-firmware-dt.changes
   2023-11-23 21:38:46.919367030 +0100
@@ -1,0 +2,9 @@
+Thu Nov 23 11:23:22 UTC 2023 - Guillaume GARDET 
+
+- Update to 77f41f30fe (2023-11-21):
+  * switch to 6.6 branch
+- Rebase patches:
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

Old:

  raspberrypi-firmware-dt-2023.05.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.11.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.723396650 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.723396650 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.05.02
+Version:2023.11.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -53,7 +53,7 @@
 PPDIR=`pwd`/pp
 
 export DTC_FLAGS="-R 4 -p 0x1000 -@ -H epapr"
-for dts in arch/arm/boot/dts/bcm27*dts arch/arm64/boot/dts/broadcom/bcm27*dts; 
do
+for dts in arch/arm/boot/dts/broadcom/bcm27*dts 
arch/arm64/boot/dts/broadcom/bcm27*dts; do
 target=$(basename ${dts%*.dts})
 cpp -x assembler-with-cpp -undef -D__DTS__ -nostdinc -I. 
-I$SRCDIR/include/ -I$SRCDIR/scripts/dtc/include-prefixes/ -P $dts -o 
$PPDIR/$target.dts
 dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $dts) -o $PPDIR/$target.dtb 
$PPDIR/$target.dts

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.739397239 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.743397386 +0100
@@ -11,13 +11,13 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
+ arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+diff --git a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 index bd5c297..9956368 100644
 a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
-+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+--- a/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 b/arch/arm/boot/dts/broadcom/bcm2711-rpi-ds.dtsi
 @@ -126,7 +126,7 @@
  };
  

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
--- /var/tmp/diff_new_pack.R3OSa6/_old  2023-11-23 21:38:47.751397681 +0100
+++ /var/tmp/diff_new_pack.R3OSa6/_new  2023-11-23 21:38:47.755397828 +0100
@@ -19,28 +19,28 @@
 
 Signed-off-by: Ivan T. Ivanov 
 ---
- arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
- arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
- arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
- arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-plus.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b-rev1.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-b.dts| 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-cm.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero-w.dts   | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2708-rpi-zero.dts | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-2-b.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2709-rpi-cm2.dts  | 4 ++--
+ arch/arm/boot/dts/broadcom/bcm2710-rpi-2-b.dts  

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-07-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-07-24 18:12:02

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1467 (New)


Package is "raspberrypi-firmware-dt"

Mon Jul 24 18:12:02 2023 rev:51 rq:1099259 version:2023.05.02

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-06-03 00:05:31.565387504 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1467/raspberrypi-firmware-dt.changes
2023-07-24 18:12:22.193353840 +0200
@@ -1,0 +2,11 @@
+Tue Jul 18 11:25:24 UTC 2023 - Ivan Ivanov 
+
+- Update 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch description
+
+---
+Mon Jul 17 14:40:37 UTC 2023 - Ivan Ivanov 
+
+- Use compatible string which is supported by spidev module (bsc#1212791):
+  * 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
+
+---

New:

  0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.zp8LKC/_old  2023-07-24 18:12:23.821363421 +0200
+++ /var/tmp/diff_new_pack.zp8LKC/_new  2023-07-24 18:12:23.825363444 +0200
@@ -31,6 +31,7 @@
 Source5:smbios-overlay.dts
 Source100:  get-from-git.sh
 Patch0: 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+Patch1: 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware

++ 0001-ARM-dts-bcm27xx-Use-better-name-for-spidev.patch ++
>From e105f89205c68afcca2e4c4a9f925ac44aa80a12 Mon Sep 17 00:00:00 2001
From: "Ivan T. Ivanov" 
Date: Mon, 17 Jul 2023 17:38:31 +0300
Subject: [PATCH] ARM: dts: bcm27xx: Use better name for spidev

Since this patch [1] 'spidev' compatible strings can not be used to auto bind
to spidev module. Aparently upstream don not want these to used anymore.

Vendor linux tree, from where we are geting thse Device Tree files, still
support this becase it have this [2] patch.

Lets follow upstream descision even if we slighly diverge from the Vendor
Device Tree sources.

[1] fffc84fd87d9 ("spi: spidev: Make probe to fail early if a spidev compatible 
is used")
[2] 0dd30794bd79 ("spi: spidev: Restore loading from Device Tree")

This fixes bsc#1212791

Signed-off-by: Ivan T. Ivanov 
---
 arch/arm/boot/dts/bcm2708-rpi-b-plus.dts   | 4 ++--
 arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts   | 4 ++--
 arch/arm/boot/dts/bcm2708-rpi-b.dts| 4 ++--
 arch/arm/boot/dts/bcm2708-rpi-cm.dts   | 4 ++--
 arch/arm/boot/dts/bcm2708-rpi-zero-w.dts   | 4 ++--
 arch/arm/boot/dts/bcm2708-rpi-zero.dts | 4 ++--
 arch/arm/boot/dts/bcm2709-rpi-2-b.dts  | 4 ++--
 arch/arm/boot/dts/bcm2709-rpi-cm2.dts  | 4 ++--
 arch/arm/boot/dts/bcm2710-rpi-2-b.dts  | 4 ++--
 arch/arm/boot/dts/bcm2710-rpi-3-b-plus.dts | 4 ++--
 arch/arm/boot/dts/bcm2710-rpi-3-b.dts  | 4 ++--
 arch/arm/boot/dts/bcm2710-rpi-cm3.dts  | 4 ++--
 arch/arm/boot/dts/bcm2710-rpi-zero-2-w.dts | 4 ++--
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts  | 4 ++--
 arch/arm/boot/dts/bcm2711-rpi-cm4.dts  | 4 ++--
 arch/arm/boot/dts/bcm2711-rpi-cm4s.dts | 4 ++--
 16 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts 
b/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
index b317e83..c94e102 100644
--- a/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
+++ b/arch/arm/boot/dts/bcm2708-rpi-b-plus.dts
@@ -121,7 +121,7 @@
cs-gpios = < 8 1>, < 7 1>;
 
spidev0: spidev@0{
-   compatible = "spidev";
+   compatible = "rohm,dh2228fv";
reg = <0>;  /* CE0 */
#address-cells = <1>;
#size-cells = <0>;
@@ -129,7 +129,7 @@
};
 
spidev1: spidev@1{
-   compatible = "spidev";
+   compatible = "rohm,dh2228fv";
reg = <1>;  /* CE1 */
#address-cells = <1>;
#size-cells = <0>;
diff --git a/arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts 
b/arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts
index 228fd47..f3055af 100644
--- a/arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts
+++ b/arch/arm/boot/dts/bcm2708-rpi-b-rev1.dts
@@ -121,7 +121,7 @@
cs-gpios = < 8 1>, < 7 1>;
 
spidev0: spidev@0{
-   compatible = "spidev";
+   compatible = "rohm,dh2228fv";
reg = <0>;  /* CE0 */

commit raspberrypi-firmware-dt for openSUSE:Factory

2023-06-02 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-06-03 00:05:31

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.15902 (New)


Package is "raspberrypi-firmware-dt"

Sat Jun  3 00:05:31 2023 rev:50 rq:1089948 version:2023.05.02

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-05-05 15:57:23.148119743 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.15902/raspberrypi-firmware-dt.changes
   2023-06-03 00:05:31.565387504 +0200
@@ -1,0 +2,6 @@
+Tue May 30 07:28:41 UTC 2023 - Ivan Ivanov 
+
+- Enable 3.5mm jack socket stereo audio (bsc#1209314):
+  * 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
+
+---

New:

  0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.ueuKcs/_old  2023-06-03 00:05:32.261391614 +0200
+++ /var/tmp/diff_new_pack.ueuKcs/_new  2023-06-03 00:05:32.265391637 +0200
@@ -30,6 +30,7 @@
 Source4:enable-bt-overlay.dts
 Source5:smbios-overlay.dts
 Source100:  get-from-git.sh
+Patch0: 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -43,6 +44,7 @@
 
 %prep
 %setup -q
+%autopatch -p1
 
 %build
 SRCDIR=`pwd`

++ 0001-ARM-dts-bcm2711-rpi-Reuse-bcm2836-vchiq-driver.patch ++
>From 9d36eb65e475361db8751fa6a155c9bdeaa2bcdd Mon Sep 17 00:00:00 2001
From: "Ivan T. Ivanov" 
Date: Tue, 30 May 2023 09:50:53 +0300
Subject: [PATCH] ARM: dts: bcm2711-rpi: Reuse bcm2836 vchiq driver

Upstream vchiq driver don't support bcm2711, yet. Switch
to bcm2836 implementation which is good enough to make audio
trough 3.5mm jack working fine.

This fixes: https://bugzilla.opensuse.org/show_bug.cgi?id=1209314

Signed-off-by: Ivan T. Ivanov 
---
 arch/arm/boot/dts/bcm2711-rpi-ds.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi 
b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
index bd5c297..9956368 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
+++ b/arch/arm/boot/dts/bcm2711-rpi-ds.dtsi
@@ -126,7 +126,7 @@
 };
 
  {
-   compatible = "brcm,bcm2711-vchiq";
+   compatible = "brcm,bcm2836-vchiq";
 };
 
  {
-- 
2.35.3


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-05-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-05-05 15:57:16

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1533 (New)


Package is "raspberrypi-firmware-dt"

Fri May  5 15:57:16 2023 rev:49 rq:1084811 version:2023.05.02

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-03-07 16:49:18.069258332 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1533/raspberrypi-firmware-dt.changes
2023-05-05 15:57:23.148119743 +0200
@@ -1,0 +2,6 @@
+Thu May  4 12:34:02 UTC 2023 - Guillaume GARDET 
+
+- Update to 870c0a313b18 (2023-05-02):
+  * switch to 6.3 branch
+
+---

Old:

  raspberrypi-firmware-dt-2023.03.02.tar.xz

New:

  raspberrypi-firmware-dt-2023.05.02.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.J3vfnK/_old  2023-05-05 15:57:23.864123846 +0200
+++ /var/tmp/diff_new_pack.J3vfnK/_new  2023-05-05 15:57:23.876123914 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.03.02
+Version:2023.05.02
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.J3vfnK/_old  2023-05-05 15:57:23.928124212 +0200
+++ /var/tmp/diff_new_pack.J3vfnK/_new  2023-05-05 15:57:23.932124235 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-6.2.y
+LINUX_BRANCH=rpi-6.3.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2023.03.02.tar.xz -> 
raspberrypi-firmware-dt-2023.05.02.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2023.03.02.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1533/raspberrypi-firmware-dt-2023.05.02.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-03-07 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-03-07 16:49:01

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31432 (New)


Package is "raspberrypi-firmware-dt"

Tue Mar  7 16:49:01 2023 rev:48 rq:1069661 version:2023.03.02

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-01-21 19:10:24.568903966 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31432/raspberrypi-firmware-dt.changes
   2023-03-07 16:49:18.069258332 +0100
@@ -1,0 +2,6 @@
+Fri Mar  3 11:56:37 UTC 2023 - Guillaume GARDET 
+
+- Update to d3cab1cb1b6d (2023-03-02):
+  * switch to 6.2 branch
+
+---

Old:

  raspberrypi-firmware-dt-2023.01.20.tar.xz

New:

  raspberrypi-firmware-dt-2023.03.02.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.ykKv0X/_old  2023-03-07 16:49:19.065263574 +0100
+++ /var/tmp/diff_new_pack.ykKv0X/_new  2023-03-07 16:49:19.073263616 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2023.01.20
+Version:2023.03.02
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.ykKv0X/_old  2023-03-07 16:49:19.141263974 +0100
+++ /var/tmp/diff_new_pack.ykKv0X/_new  2023-03-07 16:49:19.145263995 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-6.1.y
+LINUX_BRANCH=rpi-6.2.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2023.01.20.tar.xz -> 
raspberrypi-firmware-dt-2023.03.02.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2023.01.20.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31432/raspberrypi-firmware-dt-2023.03.02.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-01-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-01-21 19:10:16

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.32243 (New)


Package is "raspberrypi-firmware-dt"

Sat Jan 21 19:10:16 2023 rev:47 rq:1059981 version:2023.01.20

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2023-01-04 18:10:04.496360651 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.32243/raspberrypi-firmware-dt.changes
   2023-01-21 19:10:24.568903966 +0100
@@ -1,0 +2,5 @@
+Fri Jan 20 14:08:11 UTC 2023 - Guillaume GARDET 
+
+- Update to 194f76d49a89 (2023-01-20)
+
+---

Old:

  raspberrypi-firmware-dt-2022.12.21.tar.xz

New:

  raspberrypi-firmware-dt-2023.01.20.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.tae1HL/_old  2023-01-21 19:10:25.216907665 +0100
+++ /var/tmp/diff_new_pack.tae1HL/_new  2023-01-21 19:10:25.220907687 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.12.21
+Version:2023.01.20
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2022.12.21.tar.xz -> 
raspberrypi-firmware-dt-2023.01.20.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.12.21.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.32243/raspberrypi-firmware-dt-2023.01.20.tar.xz
 differ: char 27, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2023-01-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2023-01-04 18:10:00

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1563 (New)


Package is "raspberrypi-firmware-dt"

Wed Jan  4 18:10:00 2023 rev:46 rq:1046468 version:2022.12.21

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-10-28 19:29:30.406624243 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1563/raspberrypi-firmware-dt.changes
2023-01-04 18:10:04.496360651 +0100
@@ -1,0 +2,6 @@
+Tue Jan  3 10:14:35 UTC 2023 - Guillaume GARDET 
+
+- Update to 696dcc735044 (2022-12-21):
+  * switch to 6.1 branch
+
+---

Old:

  raspberrypi-firmware-dt-2022.10.26.tar.xz

New:

  raspberrypi-firmware-dt-2022.12.21.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.E8H1bH/_old  2023-01-04 18:10:05.176364659 +0100
+++ /var/tmp/diff_new_pack.E8H1bH/_new  2023-01-04 18:10:05.184364706 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package raspberrypi-firmware-dt
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.10.26
+Version:2022.12.21
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.E8H1bH/_old  2023-01-04 18:10:05.256365131 +0100
+++ /var/tmp/diff_new_pack.E8H1bH/_new  2023-01-04 18:10:05.256365131 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-6.0.y
+LINUX_BRANCH=rpi-6.1.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2022.10.26.tar.xz -> 
raspberrypi-firmware-dt-2022.12.21.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.10.26.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1563/raspberrypi-firmware-dt-2022.12.21.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-10-28 19:29:19

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275 (New)


Package is "raspberrypi-firmware-dt"

Fri Oct 28 19:29:19 2022 rev:45 rq:1031556 version:2022.10.26

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-10-13 15:40:41.834568325 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275/raspberrypi-firmware-dt.changes
2022-10-28 19:29:30.406624243 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 13:38:09 UTC 2022 - Guillaume GARDET 
+
+- Update to 692039799e78 (2022-10-26)
+
+---

Old:

  raspberrypi-firmware-dt-2022.10.03.tar.xz

New:

  raspberrypi-firmware-dt-2022.10.26.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.RtWNSc/_old  2022-10-28 19:29:31.146627953 +0200
+++ /var/tmp/diff_new_pack.RtWNSc/_new  2022-10-28 19:29:31.154627993 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.10.03
+Version:2022.10.26
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2022.10.03.tar.xz -> 
raspberrypi-firmware-dt-2022.10.26.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.10.03.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275/raspberrypi-firmware-dt-2022.10.26.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-10-13 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-10-13 15:40:19

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275 (New)


Package is "raspberrypi-firmware-dt"

Thu Oct 13 15:40:19 2022 rev:44 rq:1010378 version:2022.10.03

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-07-12 11:12:30.827704284 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275/raspberrypi-firmware-dt.changes
2022-10-13 15:40:41.834568325 +0200
@@ -1,0 +2,12 @@
+Wed Oct 12 12:22:25 UTC 2022 - Guillaume GARDET 
+
+- Update to 896b8da17ad1 (2022-10-03):
+  * switch to 6.0 branch
+
+---
+Wed Oct  5 07:12:56 UTC 2022 - Guillaume GARDET 
+
+- Update to a26d9d4da299 (2022-09-27):
+  * switch to 5.19 branch
+
+---

Old:

  raspberrypi-firmware-dt-2022.07.06.tar.xz

New:

  raspberrypi-firmware-dt-2022.10.03.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.5aqy0i/_old  2022-10-13 15:40:42.518569660 +0200
+++ /var/tmp/diff_new_pack.5aqy0i/_new  2022-10-13 15:40:42.526569676 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.07.06
+Version:2022.10.03
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.5aqy0i/_old  2022-10-13 15:40:42.594569808 +0200
+++ /var/tmp/diff_new_pack.5aqy0i/_new  2022-10-13 15:40:42.598569817 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.18.y
+LINUX_BRANCH=rpi-6.0.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2022.07.06.tar.xz -> 
raspberrypi-firmware-dt-2022.10.03.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.07.06.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2275/raspberrypi-firmware-dt-2022.10.03.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-07-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-07-12 11:12:18

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1523 (New)


Package is "raspberrypi-firmware-dt"

Tue Jul 12 11:12:18 2022 rev:43 rq:988388 version:2022.07.06

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-05-04 15:17:35.332643888 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1523/raspberrypi-firmware-dt.changes
2022-07-12 11:12:30.827704284 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 08:12:43 UTC 2022 - Guillaume GARDET 
+
+- Update to 82c39f3914 (2022-07-06):
+  * switch to 5.18 branch
+
+---

Old:

  raspberrypi-firmware-dt-2022.04.24.tar.xz

New:

  raspberrypi-firmware-dt-2022.07.06.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.mE7EXc/_old  2022-07-12 11:12:32.887706980 +0200
+++ /var/tmp/diff_new_pack.mE7EXc/_new  2022-07-12 11:12:32.887706980 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.04.24
+Version:2022.07.06
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.mE7EXc/_old  2022-07-12 11:12:32.935707043 +0200
+++ /var/tmp/diff_new_pack.mE7EXc/_new  2022-07-12 11:12:32.939707048 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.16.y
+LINUX_BRANCH=rpi-5.18.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2022.04.24.tar.xz -> 
raspberrypi-firmware-dt-2022.07.06.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.04.24.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1523/raspberrypi-firmware-dt-2022.07.06.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-05-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-05-04 15:17:32

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1538 (New)


Package is "raspberrypi-firmware-dt"

Wed May  4 15:17:32 2022 rev:42 rq:974415 version:2022.04.24

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-03-04 00:17:08.444278892 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1538/raspberrypi-firmware-dt.changes
2022-05-04 15:17:35.332643888 +0200
@@ -1,0 +2,39 @@
+Wed Apr 27 13:17:53 UTC 2022 - Ivan Ivanov 
+
+- Use last patch commit date instead patch creation date when creating
+  device tree archive and package version. Patch creation date could be
+  much earlier than patch commit date, which could mislead which patches
+  are included inside the package.
+
+  For example:
+
+commit 7e72dd813a175ea7bf166655217ce60fbd7d4a21
+Author: Dom Cobley 
+AuthorDate: Tue Oct 19 14:15:45 2021 +0100
+Commit: Dom Cobley 
+CommitDate: Mon Nov 29 16:26:09 2021 +
+
+   dt: Move VEC clock to clk-raspberrypi
+
+  Package which contain this commit was named 2021.11.19 while obviously it
+  has changes from 2021.11.29.
+
+- Update to da91801ca1 (2022-04-24)
+  * overlays: Fix pitft28/35-resistive rotate params
+  * ARM: dts: Add i2c0mux node to Model B rev 1
+  * overlays: Add "drm" parameter to pitft28-resistive
+  * overlays: mipi-dbi-spi: width-mm and height-mm are mandatory
+  * Add support for the AudioInjector.net bare i2s sound card
+  * dtoverlays: Add overlay for Sony IMX258 image sensor
+  * ARM: dts: Enable PMU on Cortex-A72 in AArch32 state
+  * overlays/rpi-display: Add support for DRM driver
+  * Revert "update rpi-display-overlay.dts pins for 5.10+"
+  * overlays: Add overlay for MIPI DBI displays
+  * dtoverlays: Connect the backlight to the pitft35 display
+  * overlays: iqs550: Enable interrupt pull-down
+  * CM1&3 cam1_reg and cam1_reg_gpio fix
+  * dtoverlay: Add VCM option to ov5647 overlay
+  * dtoverlays: Add VCM option to imx219
+  * ARM: dts: bcm2711-rpi-ds: Disable the BCM2835 STC
+
+---

Old:

  raspberrypi-firmware-dt-2022.02.25.tar.xz

New:

  raspberrypi-firmware-dt-2022.04.24.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.bpTjK2/_old  2022-05-04 15:17:36.020644726 +0200
+++ /var/tmp/diff_new_pack.bpTjK2/_new  2022-05-04 15:17:36.024644731 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.02.25
+Version:2022.04.24
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.bpTjK2/_old  2022-05-04 15:17:36.096644818 +0200
+++ /var/tmp/diff_new_pack.bpTjK2/_new  2022-05-04 15:17:36.096644818 +0200
@@ -22,7 +22,7 @@
 # Copy device tree files
 SOURCES="COPYING arch/arm/boot/dts arch/arm64/boot/dts/broadcom/*bcm27* 
scripts/dtc/include-prefixes/ include"
 cd linux
-LINE=$(git log --format=format:"%h %ai" -- ${SOURCES}|head -n 1)
+LINE=$(git log --format=format:"%h %ci" -- ${SOURCES}|head -n 1)
 set -- $LINE
 REV=$1
 DATE=$2

++ raspberrypi-firmware-dt-2022.02.25.tar.xz -> 
raspberrypi-firmware-dt-2022.04.24.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.02.25.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1538/raspberrypi-firmware-dt-2022.04.24.tar.xz
 differ: char 27, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-03-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-03-04 00:16:52

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1958 (New)


Package is "raspberrypi-firmware-dt"

Fri Mar  4 00:16:52 2022 rev:41 rq:958402 version:2022.02.25

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2022-01-29 21:01:28.986915642 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1958/raspberrypi-firmware-dt.changes
2022-03-04 00:17:08.444278892 +0100
@@ -1,0 +2,14 @@
+Wed Mar  2 08:01:22 UTC 2022 - Guillaume GARDET 
+
+- Update to 8dd9f663bd7c (2022-02-25):
+  * Add GPIO names
+  * Add overlays:
+- spi0-0cs
+- vc4-kms-dpi-hyperpixel2r
+- vc4-kms-dpi-hyperpixel4
+- vc4-kms-dpi-hyperpixel4sq
+- vc4-kms-dpi-panel
+- waveshare-can-fd-hat-mode-a
+- waveshare-can-fd-hat-mode-b
+
+---

Old:

  raspberrypi-firmware-dt-2022.01.19.tar.xz

New:

  raspberrypi-firmware-dt-2022.02.25.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.138Wyv/_old  2022-03-04 00:17:09.324279077 +0100
+++ /var/tmp/diff_new_pack.138Wyv/_new  2022-03-04 00:17:09.328279078 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2022.01.19
+Version:2022.02.25
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2022.01.19.tar.xz -> 
raspberrypi-firmware-dt-2022.02.25.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2022.01.19.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1958/raspberrypi-firmware-dt-2022.02.25.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2022-01-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2022-01-29 21:01:03

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1898 (New)


Package is "raspberrypi-firmware-dt"

Sat Jan 29 21:01:03 2022 rev:40 rq:949387 version:2022.01.19

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-12-11 11:12:32.402588746 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1898/raspberrypi-firmware-dt.changes
2022-01-29 21:01:28.986915642 +0100
@@ -1,0 +2,6 @@
+Fri Jan 21 14:07:41 UTC 2022 - Guillaume GARDET 
+
+- Switch to 5.16 branch - boo#1194423
+- Update to ffd6c6dc4dbf (2022-01-19)
+
+---

Old:

  raspberrypi-firmware-dt-2021.11.19.tar.xz

New:

  raspberrypi-firmware-dt-2022.01.19.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.QGc3A1/_old  2022-01-29 21:01:29.538911930 +0100
+++ /var/tmp/diff_new_pack.QGc3A1/_new  2022-01-29 21:01:29.546911877 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package raspberrypi-firmware-dt
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.11.19
+Version:2022.01.19
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.QGc3A1/_old  2022-01-29 21:01:29.614911420 +0100
+++ /var/tmp/diff_new_pack.QGc3A1/_new  2022-01-29 21:01:29.618911393 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.14.y
+LINUX_BRANCH=rpi-5.16.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2021.11.19.tar.xz -> 
raspberrypi-firmware-dt-2022.01.19.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.11.19.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.1898/raspberrypi-firmware-dt-2022.01.19.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-12-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-12-11 11:12:31

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2520 (New)


Package is "raspberrypi-firmware-dt"

Sat Dec 11 11:12:31 2021 rev:39 rq:939557 version:2021.11.19

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-12-08 22:08:54.866861415 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2520/raspberrypi-firmware-dt.changes
2021-12-11 11:12:32.402588746 +0100
@@ -2,6 +1,0 @@
-Mon Dec  6 10:00:08 UTC 2021 - Guillaume GARDET 
-
-- Switch to 5.15 branch
-- Update to 85100e1f3d44 (2021-12-02)
-


Old:

  raspberrypi-firmware-dt-2021.12.02.tar.xz

New:

  raspberrypi-firmware-dt-2021.11.19.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.rNSaK6/_old  2021-12-11 11:12:32.998589086 +0100
+++ /var/tmp/diff_new_pack.rNSaK6/_new  2021-12-11 11:12:33.002589089 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.12.02
+Version:2021.11.19
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.rNSaK6/_old  2021-12-11 11:12:33.062589123 +0100
+++ /var/tmp/diff_new_pack.rNSaK6/_new  2021-12-11 11:12:33.062589123 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.15.y
+LINUX_BRANCH=rpi-5.14.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2021.12.02.tar.xz -> 
raspberrypi-firmware-dt-2021.11.19.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.12.02.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2520/raspberrypi-firmware-dt-2021.11.19.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-12-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-12-08 22:08:34

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177 (New)


Package is "raspberrypi-firmware-dt"

Wed Dec  8 22:08:34 2021 rev:38 rq:935996 version:2021.12.02

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-12-02 02:25:31.992549230 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177/raspberrypi-firmware-dt.changes
   2021-12-08 22:08:54.866861415 +0100
@@ -1,0 +2,6 @@
+Mon Dec  6 10:00:08 UTC 2021 - Guillaume GARDET 
+
+- Switch to 5.15 branch
+- Update to 85100e1f3d44 (2021-12-02)
+
+---

Old:

  raspberrypi-firmware-dt-2021.11.19.tar.xz

New:

  raspberrypi-firmware-dt-2021.12.02.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.shVKtV/_old  2021-12-08 22:08:55.590861755 +0100
+++ /var/tmp/diff_new_pack.shVKtV/_new  2021-12-08 22:08:55.594861757 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.11.19
+Version:2021.12.02
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.shVKtV/_old  2021-12-08 22:08:55.650861783 +0100
+++ /var/tmp/diff_new_pack.shVKtV/_new  2021-12-08 22:08:55.654861785 +0100
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.14.y
+LINUX_BRANCH=rpi-5.15.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2021.11.19.tar.xz -> 
raspberrypi-firmware-dt-2021.12.02.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.11.19.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177/raspberrypi-firmware-dt-2021.12.02.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-12-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-12-01 20:46:23

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177 (New)


Package is "raspberrypi-firmware-dt"

Wed Dec  1 20:46:23 2021 rev:37 rq:934729 version:2021.11.19

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-10-11 15:30:33.898743746 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177/raspberrypi-firmware-dt.changes
   2021-12-02 02:25:31.992549230 +0100
@@ -1,0 +2,14 @@
+Tue Nov 30 10:59:38 UTC 2021 - Guillaume GARDET 
+
+- Update to 14c1845ff9 (2021-11-19):
+  * Add DTS:
+- bcm2710-rpi-zero-2-w.dts
+- bcm2710-rpi-zero-2.dts
+  * Add overlays:
+- adafruit-st7735r-overlay.dts
+- fbtft-overlay.dts
+- imx519-overlay.dts
+- mcp2515-overlay.dts
+- mlx90640-overlay.dts
+
+---

Old:

  raspberrypi-firmware-dt-2021.09.17.tar.xz

New:

  raspberrypi-firmware-dt-2021.11.19.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.q4ADV4/_old  2021-12-02 02:25:32.600547109 +0100
+++ /var/tmp/diff_new_pack.q4ADV4/_new  2021-12-02 02:25:32.600547109 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.09.17
+Version:2021.11.19
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2021.09.17.tar.xz -> 
raspberrypi-firmware-dt-2021.11.19.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.09.17.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.31177/raspberrypi-firmware-dt-2021.11.19.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-10-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-10-11 15:30:22

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2443 (New)


Package is "raspberrypi-firmware-dt"

Mon Oct 11 15:30:22 2021 rev:36 rq:923453 version:2021.09.17

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-04-12 12:34:05.165083892 +0200
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2443/raspberrypi-firmware-dt.changes
2021-10-11 15:30:33.898743746 +0200
@@ -1,0 +2,7 @@
+Fri Sep 17 10:11:30 UTC 2021 - Guillaume GARDET 
+
+- Update to 2425833c7ff5 (2021-09-17)
+  * Switch to 5.14 branch
+  * Drop upstream-overlay-rpi-poe.patch
+
+---

Old:

  raspberrypi-firmware-dt-2021.03.15.tar.xz
  upstream-overlay-rpi-poe.patch

New:

  raspberrypi-firmware-dt-2021.09.17.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.EP9Nag/_old  2021-10-11 15:30:34.614744894 +0200
+++ /var/tmp/diff_new_pack.EP9Nag/_new  2021-10-11 15:30:34.614744894 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.03.15
+Version:2021.09.17
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -30,7 +30,6 @@
 Source4:enable-bt-overlay.dts
 Source5:smbios-overlay.dts
 Source100:  get-from-git.sh
-Patch0: upstream-overlay-rpi-poe.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -43,8 +42,7 @@
 for the Raspberry Pi boot process.
 
 %prep
-%setup
-%patch0 -p1
+%setup -q
 
 %build
 SRCDIR=`pwd`

++ get-from-git.sh ++
--- /var/tmp/diff_new_pack.EP9Nag/_old  2021-10-11 15:30:34.686745009 +0200
+++ /var/tmp/diff_new_pack.EP9Nag/_new  2021-10-11 15:30:34.686745009 +0200
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-LINUX_BRANCH=rpi-5.10.y
+LINUX_BRANCH=rpi-5.14.y
 
 # this is a huge hunk of stuff, so reuse the local repo if possible
 if [ -d linux/.git ]; then

++ raspberrypi-firmware-dt-2021.03.15.tar.xz -> 
raspberrypi-firmware-dt-2021.09.17.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.03.15.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2443/raspberrypi-firmware-dt-2021.09.17.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-04-12 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-04-12 12:33:53

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2401 (New)


Package is "raspberrypi-firmware-dt"

Mon Apr 12 12:33:53 2021 rev:35 rq:884072 version:2021.03.15

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-03-17 20:14:24.962863265 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2401/raspberrypi-firmware-dt.changes
2021-04-12 12:34:05.165083892 +0200
@@ -1,0 +2,6 @@
+Fri Apr  9 10:30:10 UTC 2021 - Matthias Brugger 
+
+- Add overlay for smbios information (bsc#1183079)
+   * smbios-overlay.dts
+
+---

New:

  smbios-overlay.dts



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.JQVbnO/_old  2021-04-12 12:34:05.973085143 +0200
+++ /var/tmp/diff_new_pack.JQVbnO/_new  2021-04-12 12:34:05.977085149 +0200
@@ -28,6 +28,7 @@
 Source2:uboot-bcm2835-pl011-overlay.dts
 Source3:disable-v3d-overlay.dts
 Source4:enable-bt-overlay.dts
+Source5:smbios-overlay.dts
 Source100:  get-from-git.sh
 Patch0: upstream-overlay-rpi-poe.patch
 Requires:   raspberrypi-firmware
@@ -58,7 +59,7 @@
 done
 
 export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{SOURCE4}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{SOURCE4} %{SOURCE5}; do
 target=$(basename ${dts%*.dts})
 target=${target%*-overlay}
 mkdir -p $PPDIR/overlays
@@ -69,6 +70,7 @@
 cp arch/arm/boot/dts/overlays/README $PPDIR/overlays/
 
 %define dtbdir /boot/vc
+
 %install
 install -m 700 -d %{buildroot}%{dtbdir}/
 install -m 700 -d %{buildroot}%{dtbdir}/overlays

++ smbios-overlay.dts ++
/dts-v1/;
/plugin/;

/ {
compatible = "brcm,bcm2711";

fragment@0 {
target-path = "/";
__overlay__ {

smbios {
compatible = "u-boot,sysinfo-smbios";
smbios {
system {
manufacturer = "raspberrypi";
product = "rpi";
};
baseboard {
manufacturer = "raspberrypi";
product = "rpi";
};
chassis {
manufacturer = "raspberrypi";
product = "rpi";
};
};
};
};
};
};


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-03-17 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-03-17 20:13:48

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2401 (New)


Package is "raspberrypi-firmware-dt"

Wed Mar 17 20:13:48 2021 rev:34 rq:879277 version:2021.03.15

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-03-08 15:17:06.165931904 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2401/raspberrypi-firmware-dt.changes
2021-03-17 20:14:24.962863265 +0100
@@ -1,0 +2,6 @@
+Mon Mar 15 17:32:52 UTC 2021 - Nicolas Patricio Saenz Julienne 

+
+- Update to 16991af20b (2021-03-15) (bsc#1183238):
+   * overlays: Add pcie-32bit-dma overlay
+
+---

Old:

  raspberrypi-firmware-dt-2021.01.22.tar.xz

New:

  raspberrypi-firmware-dt-2021.03.15.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.nmMMHA/_old  2021-03-17 20:14:25.686864255 +0100
+++ /var/tmp/diff_new_pack.nmMMHA/_new  2021-03-17 20:14:25.686864255 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2021.01.22
+Version:2021.03.15
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2021.01.22.tar.xz -> 
raspberrypi-firmware-dt-2021.03.15.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2021.01.22.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2401/raspberrypi-firmware-dt-2021.03.15.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-03-08 15:15:28

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2378 (New)


Package is "raspberrypi-firmware-dt"

Mon Mar  8 15:15:28 2021 rev:33 rq:876723 version:2021.01.22

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-02-03 19:55:36.093665833 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2378/raspberrypi-firmware-dt.changes
2021-03-08 15:17:06.165931904 +0100
@@ -1,0 +2,5 @@
+Mon Mar  1 13:14:11 UTC 2021 - Nicolas Patricio Saenz Julienne 

+
+- Introduce enable-bt-overlay.dts (bsc#1182759)
+
+---

New:

  enable-bt-overlay.dts



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.SpOpGo/_old  2021-03-08 15:17:07.189932655 +0100
+++ /var/tmp/diff_new_pack.SpOpGo/_new  2021-03-08 15:17:07.193932658 +0100
@@ -27,6 +27,7 @@
 Source1:disable-vc4-overlay.dts
 Source2:uboot-bcm2835-pl011-overlay.dts
 Source3:disable-v3d-overlay.dts
+Source4:enable-bt-overlay.dts
 Source100:  get-from-git.sh
 Patch0: upstream-overlay-rpi-poe.patch
 Requires:   raspberrypi-firmware
@@ -57,7 +58,7 @@
 done
 
 export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{SOURCE4}; do
 target=$(basename ${dts%*.dts})
 target=${target%*-overlay}
 mkdir -p $PPDIR/overlays

++ enable-bt-overlay.dts ++
/dts-v1/;
/plugin/;

/{
compatible = "brcm,bcm2711";

fragment@0 {
target = <>;
__overlay__ {
status = "okay";
};
};
};


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-02-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-02-03 19:55:28

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504 (New)


Package is "raspberrypi-firmware-dt"

Wed Feb  3 19:55:28 2021 rev:32 rq:868883 version:2021.01.22

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-01-29 14:57:11.393517584 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt.changes
   2021-02-03 19:55:36.093665833 +0100
@@ -5 +5 @@
-  v3d while using vc4 as the display controller.
+  v3d while using vc4 as the display controller (jsc#SLE-15928).



Other differences:
--


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-01-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-01-29 14:56:57

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504 (New)


Package is "raspberrypi-firmware-dt"

Fri Jan 29 14:56:57 2021 rev:31 rq:867194 version:2021.01.22

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2021-01-26 14:44:30.351232570 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt.changes
   2021-01-29 14:57:11.393517584 +0100
@@ -1,0 +2,14 @@
+Wed Jan 27 11:51:38 UTC 2021 - Nicolas Patricio Saenz Julienne 

+
+- Introduce disable-v3d-overlay.dts, in order to be able to selectively disable
+  v3d while using vc4 as the display controller.
+
+---
+Mon Jan 25 13:33:48 UTC 2021 - Nicolas Patricio Saenz Julienne 

+
+- Update to 02dbfea28f (2021-01-22):
+ * Add reserved memory template to hold firmware configuration
+
+- Drop upstream-blconfig-rmem.patch as it's now available upstream.
+
+---

Old:

  raspberrypi-firmware-dt-2020.12.07.tar.xz
  upstream-blconfig-rmem.patch

New:

  disable-v3d-overlay.dts
  raspberrypi-firmware-dt-2021.01.22.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.xj82iP/_old  2021-01-29 14:57:12.257518855 +0100
+++ /var/tmp/diff_new_pack.xj82iP/_new  2021-01-29 14:57:12.261518861 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2020.12.07
+Version:2021.01.22
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only
@@ -26,9 +26,9 @@
 Source: raspberrypi-firmware-dt-%{version}.tar.xz
 Source1:disable-vc4-overlay.dts
 Source2:uboot-bcm2835-pl011-overlay.dts
+Source3:disable-v3d-overlay.dts
 Source100:  get-from-git.sh
 Patch0: upstream-overlay-rpi-poe.patch
-Patch1: upstream-blconfig-rmem.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -43,7 +43,6 @@
 %prep
 %setup
 %patch0 -p1
-%patch1 -p1
 
 %build
 SRCDIR=`pwd`
@@ -58,7 +57,7 @@
 done
 
 export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
 target=$(basename ${dts%*.dts})
 target=${target%*-overlay}
 mkdir -p $PPDIR/overlays

++ disable-v3d-overlay.dts ++
/dts-v1/;
/plugin/;

/{
compatible = "brcm,bcm2711";

fragment@0 {
target = <>;
__overlay__ {
status = "disabled";
};
};
};
++ raspberrypi-firmware-dt-2020.12.07.tar.xz -> 
raspberrypi-firmware-dt-2021.01.22.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2020.12.07.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt-2021.01.22.tar.xz
 differ: char 26, line 1


commit raspberrypi-firmware-dt for openSUSE:Factory

2021-01-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2021-01-26 14:44:30

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504 (New)


Package is "raspberrypi-firmware-dt"

Tue Jan 26 14:44:30 2021 rev:30 rq:866113 version:2020.12.07

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2020-12-16 10:59:36.563518138 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.28504/raspberrypi-firmware-dt.changes
   2021-01-26 14:44:30.351232570 +0100
@@ -1,0 +2,6 @@
+Fri Jan 22 11:11:46 UTC 2021 - Nicolas Patricio Saenz Julienne 

+
+- Introduce upstream-blconfig-rmem.patch for firmware to be able to define
+  firmware's configuration reserved memory (jsc#SLE-16616)
+
+---

New:

  upstream-blconfig-rmem.patch



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.TWBIAQ/_old  2021-01-26 14:44:31.007233586 +0100
+++ /var/tmp/diff_new_pack.TWBIAQ/_new  2021-01-26 14:44:31.011233592 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package raspberrypi-firmware-dt
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,6 +28,7 @@
 Source2:uboot-bcm2835-pl011-overlay.dts
 Source100:  get-from-git.sh
 Patch0: upstream-overlay-rpi-poe.patch
+Patch1: upstream-blconfig-rmem.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -42,6 +43,7 @@
 %prep
 %setup
 %patch0 -p1
+%patch1 -p1
 
 %build
 SRCDIR=`pwd`

++ upstream-blconfig-rmem.patch ++
>From fea54009c44478bbd14ce91fe902d7b3b911b09b Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne 
Date: Fri, 11 Dec 2020 12:22:01 +0100
Subject: [PATCH] ARM: dts: bcm2711: Add reserved memory template to hold
 firmware configuration

RPi4's co-processor will copy the board's bootloader[1] configuration
into memory for the OS to consume. Specifically, for the bootloader
configuration and upgrade user-space routines to query it through
nvmem's sysfs interface.

Introduce a reserved-memory area template for the co-processor to edit
before booting the system so as for Linux not to overwrite that memory
and to expose it as an nvmem device.

Signed-off-by: Nicolas Saenz Julienne 

[1] 
https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2711_bootloader_config.md
---
 arch/arm/boot/dts/bcm2711-rpi-4-b.dts | 17 +
 1 file changed, 17 insertions(+)

diff --git a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts 
b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
index 1ef6e8b696cd..4ff73f8b2ab1 100644
--- a/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
+++ b/arch/arm/boot/dts/bcm2711-rpi-4-b.dts
@@ -24,6 +24,7 @@ aliases {
emmc2bus = 
ethernet0 = 
pcie0 = 
+   blconfig = 
};
 
leds {
@@ -217,6 +218,22 @@  {
status = "okay";
 };
 
+ {
+   /*
+* RPi4's co-processor will copy the board's bootloader configuration
+* into memory for the OS to consume. It'll also update this node with
+* its placement information.
+*/
+   blconfig: nvram@0 {
+   compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
+   #address-cells = <1>;
+   #size-cells = <1>;
+   reg = <0x0 0x0 0x0>;
+   no-map;
+   status = "disabled";
+   };
+};
+
 /* SDHCI is used to control the SDIO for wireless */
  {
#address-cells = <1>;
-- 
2.30.0


commit raspberrypi-firmware-dt for openSUSE:Factory

2020-12-16 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2020-12-16 10:59:34

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2328 (New)


Package is "raspberrypi-firmware-dt"

Wed Dec 16 10:59:34 2020 rev:29 rq:856032 version:2020.12.07

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2020-12-09 22:22:20.303731184 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2328/raspberrypi-firmware-dt.changes
2020-12-16 10:59:36.563518138 +0100
@@ -4 +4 @@
-- Update to f77383ec0ed3 (2020-12-07):
+- Update to f77383ec0ed3 (2020-12-07) (jsc#SLE-16676):



Other differences:
--
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


commit raspberrypi-firmware-dt for openSUSE:Factory

2020-12-09 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2020-12-09 22:22:18

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2328 (New)


Package is "raspberrypi-firmware-dt"

Wed Dec  9 22:22:18 2020 rev:28 rq:854309 version:2020.12.07

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2020-11-29 12:30:55.390153583 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2328/raspberrypi-firmware-dt.changes
2020-12-09 22:22:20.303731184 +0100
@@ -1,0 +2,6 @@
+Wed Dec  9 14:57:29 UTC 2020 - Nicolas Patricio Saenz Julienne 

+
+- Update to f77383ec0ed3 (2020-12-07):
+ * Introduce RPi400 device-tree
+
+---

Old:

  raspberrypi-firmware-dt-2020.10.26.tar.xz

New:

  raspberrypi-firmware-dt-2020.12.07.tar.xz



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.XjQq2k/_old  2020-12-09 22:22:21.031731922 +0100
+++ /var/tmp/diff_new_pack.XjQq2k/_new  2020-12-09 22:22:21.035731927 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   raspberrypi-firmware-dt
-Version:2020.10.26
+Version:2020.12.07
 Release:0
 Summary:Device trees for the Raspberry Pi firmware loader
 License:GPL-2.0-only

++ raspberrypi-firmware-dt-2020.10.26.tar.xz -> 
raspberrypi-firmware-dt-2020.12.07.tar.xz ++
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt-2020.10.26.tar.xz
 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2328/raspberrypi-firmware-dt-2020.12.07.tar.xz
 differ: char 26, line 1
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org


[opensuse-commit] commit raspberrypi-firmware-dt for openSUSE:Factory

2020-11-29 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package raspberrypi-firmware-dt for 
openSUSE:Factory checked in at 2020-11-29 12:30:36

Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
 and  /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.5913 (New)


Package is "raspberrypi-firmware-dt"

Sun Nov 29 12:30:36 2020 rev:27 rq:851348 version:2020.10.26

Changes:

--- 
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
  2020-11-05 21:56:18.887996010 +0100
+++ 
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.5913/raspberrypi-firmware-dt.changes
2020-11-29 12:30:55.390153583 +0100
@@ -0,0 +1,6 @@
+---
+Thu Nov 26 12:54:35 UTC 2020 - Nicolas Patricio Saenz Julienne 

+
+- Introduce upstream-overlay-rpi-poe.patch to adapt the overlay to our driver 
(jsc#SLE-16543)
+
+---

New:

  upstream-overlay-rpi-poe.patch



Other differences:
--
++ raspberrypi-firmware-dt.spec ++
--- /var/tmp/diff_new_pack.Z3miCn/_old  2020-11-29 12:30:58.138156362 +0100
+++ /var/tmp/diff_new_pack.Z3miCn/_new  2020-11-29 12:30:58.142156367 +0100
@@ -27,6 +27,7 @@
 Source1:disable-vc4-overlay.dts
 Source2:uboot-bcm2835-pl011-overlay.dts
 Source100:  get-from-git.sh
+Patch0: upstream-overlay-rpi-poe.patch
 Requires:   raspberrypi-firmware
 BuildRequires:  dtc
 BuildRequires:  raspberrypi-firmware
@@ -40,6 +41,7 @@
 
 %prep
 %setup
+%patch0 -p1
 
 %build
 SRCDIR=`pwd`

++ upstream-overlay-rpi-poe.patch ++
From 8945b3da73f895c85f5616d45e5d5962c62df99a Mon Sep 17 00:00:00 2001
From: Nicolas Saenz Julienne 
Date: Thu, 26 Nov 2020 12:48:29 +0100
Subject: [PATCH] overlays: Update rpi-poe overlay to use upstream driver

The new upstream driver provides the same functionality. So use it.

Signed-off-by: Nicolas Saenz Julienne 
---
 .../arm/boot/dts/overlays/rpi-poe-overlay.dts | 34 ---
 1 file changed, 21 insertions(+), 13 deletions(-)

diff --git a/arch/arm/boot/dts/overlays/rpi-poe-overlay.dts 
b/arch/arm/boot/dts/overlays/rpi-poe-overlay.dts
index 544038b614e1..aa5ec4318802 100644
--- a/arch/arm/boot/dts/overlays/rpi-poe-overlay.dts
+++ b/arch/arm/boot/dts/overlays/rpi-poe-overlay.dts
@@ -8,21 +8,28 @@ / {
compatible = "brcm,bcm2835";
 
fragment@0 {
+   target = <>;
+   __overlay__ {
+   fwpwm: pwm {
+   compatible = "raspberrypi,firmware-poe-pwm";
+   #pwm-cells = <2>;
+   };
+   };
+   };
+
+   fragment@1 {
target-path = "/";
__overlay__ {
-   fan0: rpi-poe-fan@0 {
-   compatible = "raspberrypi,rpi-poe-fan";
-   firmware = <>;
-   cooling-min-state = <0>;
-   cooling-max-state = <4>;
-   #cooling-cells = <2>;
+   fan: pwm-fan {
+   compatible = "pwm-fan";
cooling-levels = <0 31 63 150 255>;
-   status = "okay";
+   #cooling-cells = <2>;
+   pwms = < 0 8>;
};
};
};
 
-   fragment@1 {
+   fragment@2 {
target = <_thermal>;
__overlay__ {
trips {
@@ -47,28 +54,29 @@ trip3: trip3 {
type = "active";
};
};
+
cooling-maps {
map0 {
trip = <>;
-   cooling-device = < 0 1>;
+   cooling-device = < 0 1>;
};
map1 {
trip = <>;
-   cooling-device = < 1 2>;
+   cooling-device = < 1 2>;
};
map2 {
trip = <>;
-   cooling-device = < 2 3>;
+   cooling-device = < 2 3>;
};
map3 {
trip = <>;
-