]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: bump 6.12 to 6.12.32 19027/head
authorShiji Yang <yangshiji66@outlook.com>
Wed, 4 Jun 2025 23:29:20 +0000 (07:29 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 5 Jun 2025 19:11:28 +0000 (21:11 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.32

All patches are automatically refreshed.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Tested-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/19027
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
15 files changed:
target/linux/bcm27xx/patches-6.12/950-0132-hid-usb-Add-device-quirks-for-Freeway-Airmouse-T3-an.patch
target/linux/generic/kernel-6.12
target/linux/qualcommax/patches-6.12/0036-v6.13-arm64-dts-qcom-ipq-change-labels-to-lower-case.patch
target/linux/qualcommbe/patches-6.12/0004-v6.14-arm64-dts-qcom-ipq9574-Add-PCIe-PHYs-and-contr.patch
target/linux/qualcommbe/patches-6.12/0100-arm64-dts-qcom-ipq9574-Add-nsscc-node.patch
target/linux/qualcommbe/patches-6.12/0101-arm64-dts-qcom-ipq9574-fix-the-msi-interrupt-numbers.patch
target/linux/qualcommbe/patches-6.12/0103-arm64-dts-qcom-ipq9574-Add-SPI-nand-support.patch
target/linux/qualcommbe/patches-6.12/0301-arm64-dts-qcom-Add-IPQ9574-MDIO-device-node.patch
target/linux/qualcommbe/patches-6.12/0302-arm64-dts-qcom-ipq9574-Use-usb-phy-for-node-names.patch
target/linux/qualcommbe/patches-6.12/0318-MAINTAINERS-Add-maintainer-for-Qualcomm-IPQ9574-PCS-.patch
target/linux/qualcommbe/patches-6.12/0322-arm64-dts-qcom-ipq9574-add-PCS-uniphy-nodes.patch
target/linux/qualcommbe/patches-6.12/0336-MAINTAINERS-Add-maintainer-for-Qualcomm-PPE-driver.patch
target/linux/qualcommbe/patches-6.12/0353-arm64-dts-qcom-Add-IPQ9574-PPE-base-device-node.patch
target/linux/qualcommbe/patches-6.12/0354-arm64-dts-qcom-Add-EDMA-node-for-IPQ9574.patch
target/linux/qualcommbe/patches-6.12/0359-arm64-dts-qcom-ipq9574-add-NSSNOC-clock-to-nss-node.patch

index 7666353dea1e91298abfab7942af5dc171683d23..1c13a65b2194f29f46ff2558fd6f7c3da8bc531b 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
 
 --- a/drivers/hid/hid-ids.h
 +++ b/drivers/hid/hid-ids.h
-@@ -250,6 +250,9 @@
+@@ -254,6 +254,9 @@
  #define USB_VENDOR_ID_BAANTO          0x2453
  #define USB_DEVICE_ID_BAANTO_MT_190W2 0x0100
  
@@ -32,7 +32,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
  #define USB_VENDOR_ID_BELKIN          0x050d
  #define USB_DEVICE_ID_FLIP_KVM                0x3201
  
-@@ -1456,6 +1459,9 @@
+@@ -1460,6 +1463,9 @@
  #define USB_VENDOR_ID_XIAOMI          0x2717
  #define USB_DEVICE_ID_MI_SILENT_MOUSE 0x5014
  
@@ -44,7 +44,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
  #define USB_DEVICE_ID_THT_2P_ARCADE           0x75e1
 --- a/drivers/hid/hid-quirks.c
 +++ b/drivers/hid/hid-quirks.c
-@@ -42,6 +42,7 @@ static const struct hid_device_id hid_qu
+@@ -44,6 +44,7 @@ static const struct hid_device_id hid_qu
        { HID_USB_DEVICE(USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS682), HID_QUIRK_NOGET },
        { HID_USB_DEVICE(USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_CS692), HID_QUIRK_NOGET },
        { HID_USB_DEVICE(USB_VENDOR_ID_ATEN, USB_DEVICE_ID_ATEN_UC100KM), HID_QUIRK_NOGET },
@@ -52,7 +52,7 @@ Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
        { HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_MULTI_TOUCH), HID_QUIRK_MULTI_INPUT },
        { HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE), HID_QUIRK_ALWAYS_POLL },
        { HID_USB_DEVICE(USB_VENDOR_ID_CHICONY, USB_DEVICE_ID_CHICONY_PIXART_USB_OPTICAL_MOUSE2), HID_QUIRK_ALWAYS_POLL },
-@@ -209,6 +210,7 @@ static const struct hid_device_id hid_qu
+@@ -211,6 +212,7 @@ static const struct hid_device_id hid_qu
        { HID_USB_DEVICE(USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD), HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
        { HID_USB_DEVICE(USB_VENDOR_ID_XIN_MO, USB_DEVICE_ID_XIN_MO_DUAL_ARCADE), HID_QUIRK_MULTI_INPUT },
        { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, USB_DEVICE_ID_LOGITECH_GROUP_AUDIO), HID_QUIRK_NOGET },
index 343c2148fcf30792e119f917cfabfa2c7e4b1361..f30c6f52eac5ad6903e2052540c6a0d5864d8332 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-6.12 = .31
-LINUX_KERNEL_HASH-6.12.31 = b04c5b3e5df6e0aa5e9cd1efe527fac99f9dd39a43b97f13b22f8ca93e524ba7
+LINUX_VERSION-6.12 = .32
+LINUX_KERNEL_HASH-6.12.32 = a9b020721778384507010177d3929e7d4058f7f6120f05a99d56b5c5c0346a70
index 8ecbd4a20e43bf5ef9fd97ed65d6deb2493c7eeb..9dadee215482d140741022e962dbeb0ece4a8e20 100644 (file)
@@ -319,7 +319,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                        compatible = "cache";
                        cache-level = <2>;
                        cache-unified;
-@@ -863,10 +863,10 @@
+@@ -865,10 +865,10 @@
                        cooling-maps {
                                map0 {
                                        trip = <&cpu0_alert>;
@@ -334,7 +334,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                                };
                        };
                };
-@@ -891,10 +891,10 @@
+@@ -893,10 +893,10 @@
                        cooling-maps {
                                map0 {
                                        trip = <&cpu1_alert>;
@@ -349,7 +349,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                                };
                        };
                };
-@@ -919,10 +919,10 @@
+@@ -921,10 +921,10 @@
                        cooling-maps {
                                map0 {
                                        trip = <&cpu2_alert>;
@@ -364,7 +364,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                                };
                        };
                };
-@@ -947,10 +947,10 @@
+@@ -949,10 +949,10 @@
                        cooling-maps {
                                map0 {
                                        trip = <&cpu3_alert>;
index db27e9e6f3690fa47f2f1ab047d52221622112d5..9b0deb29db5ced0007c4c2640e8bca6c1daab074 100644 (file)
@@ -124,7 +124,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                qfprom: efuse@a4000 {
                        compatible = "qcom,ipq9574-qfprom", "qcom,qfprom";
                        reg = <0x000a4000 0x5a1>;
-@@ -309,10 +401,10 @@
+@@ -311,10 +403,10 @@
                        clocks = <&xo_board_clk>,
                                 <&sleep_clk>,
                                 <0>,
@@ -139,7 +139,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
                                 <0>;
                        #clock-cells = <1>;
                        #reset-cells = <1>;
-@@ -756,6 +848,326 @@
+@@ -758,6 +850,326 @@
                                status = "disabled";
                        };
                };
index b746ed8d54307c4de626db0ad06191724fa101a2..c38a7eb09f15239a61af9a2ece5cd161754029f1 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -1193,6 +1193,35 @@
+@@ -1195,6 +1195,35 @@
                        status = "disabled";
                };
  
index 774e88a8aa0403e2dec4177643e318d69cdf2f1a..b09fccf32b1a0348c353b598e6ce50e4b85660cd 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -972,14 +972,14 @@
+@@ -974,14 +974,14 @@
                        ranges = <0x01000000 0x0 0x00000000 0x18200000 0x0 0x100000>,
                                 <0x02000000 0x0 0x18300000 0x18300000 0x0 0x7d00000>;
  
index f37c08b250ea87b4259d25d00222f43b8dbd8412..7bec20d9431eafb9bd0c8854206108df6f0967f9 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Bjorn Andersson <andersson@kernel.org>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -673,6 +673,33 @@
+@@ -675,6 +675,33 @@
                        status = "disabled";
                };
  
index 151396ec133f868b7d3e26bacec9dd1cd5468673..c094e6e016aea13cc083447b32ca48cdd0457a0a 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
                        #address-cells = <1>;
                        #size-cells = <0>;
                        clocks = <&gcc GCC_MDIO_AHB_CLK>;
-@@ -412,6 +414,22 @@
+@@ -414,6 +416,22 @@
                        interrupt-controller;
                        #interrupt-cells = <2>;
  
index 9928d8a7689d85bc9f1e27ae923aacb2a5db2e78..cc7192158a064d00851f84257794b1020e0a5648 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -718,7 +718,7 @@
+@@ -720,7 +720,7 @@
                        status = "disabled";
                };
  
@@ -23,7 +23,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
                        compatible = "qcom,ipq9574-qusb2-phy";
                        reg = <0x0007b000 0x180>;
                        #phy-cells = <0>;
-@@ -732,7 +732,7 @@
+@@ -734,7 +734,7 @@
                        status = "disabled";
                };
  
index 8c90f9fbb80b9c11b61c277414eeec93daa4dfd0..ccdeb9ded485f2ab2e1e7f633b9454cb786ca3e1 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Lei Wei <quic_leiwei@quicinc.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19114,6 +19114,15 @@ S:    Maintained
+@@ -19116,6 +19116,15 @@ S:    Maintained
  F:    Documentation/devicetree/bindings/regulator/vqmmc-ipq4019-regulator.yaml
  F:    drivers/regulator/vqmmc-ipq4019-regulator.c
  
index ede62bd840c08e85bd72afc5e67e89656b041927..e08ab5308d88e8bc217911cdc9d4413cce963140 100644 (file)
@@ -24,7 +24,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
  #include <dt-bindings/interconnect/qcom,ipq9574.h>
  #include <dt-bindings/interrupt-controller/arm-gic.h>
  #include <dt-bindings/reset/qcom,ipq9574-gcc.h>
-@@ -1245,12 +1246,12 @@
+@@ -1247,12 +1248,12 @@
                                 <&cmn_pll NSS_1200MHZ_CLK>,
                                 <&cmn_pll PPE_353MHZ_CLK>,
                                 <&gcc GPLL0_OUT_AUX>,
@@ -43,7 +43,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
                                 <&gcc GCC_NSSCC_CLK>;
                        clock-names = "xo",
                                      "nss_1200",
-@@ -1267,6 +1268,109 @@
+@@ -1269,6 +1270,109 @@
                        #reset-cells = <1>;
                        #interconnect-cells = <1>;
                };
index 1ed5c81f644c75d770ee7af8cc3ae98e4a5470d0..3517ded10031684b05326a2c12819b8f6e5f2136 100644 (file)
@@ -13,7 +13,7 @@ Signed-off-by: Luo Jie <quic_luoj@quicinc.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19131,6 +19131,14 @@ S:    Maintained
+@@ -19133,6 +19133,14 @@ S:    Maintained
  F:    Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
  F:    drivers/mtd/nand/raw/qcom_nandc.c
  
index a243c0096132f10585d6731d9817f82eaf379c88..2f50bbddd0a7ed3780ca56ef4fa9214c6572c7dc 100644 (file)
@@ -25,7 +25,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
  #include <dt-bindings/thermal/thermal.h>
  
  / {
-@@ -1269,6 +1270,44 @@
+@@ -1271,6 +1272,44 @@
                        #interconnect-cells = <1>;
                };
  
index 74187f532d25dc1c88d213c5a62781d1094cd878..5a61f92026f6ede6c03475acc6b5ff26153396fd 100644 (file)
@@ -14,7 +14,7 @@ Signed-off-by: Pavithra R <quic_pavir@quicinc.com>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -1306,6 +1306,74 @@
+@@ -1308,6 +1308,74 @@
                                             "nssnoc_memnoc",
                                             "memnoc_nssnoc",
                                             "memnoc_nssnoc_1";
index 774f3ed1a783cb6f2ac8cac89e1909ff83189e93..c847550d9df8d8988c6cb65156b9ae8335463990 100644 (file)
@@ -16,7 +16,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
 
 --- a/arch/arm64/boot/dts/qcom/ipq9574.dtsi
 +++ b/arch/arm64/boot/dts/qcom/ipq9574.dtsi
-@@ -1253,7 +1253,10 @@
+@@ -1255,7 +1255,10 @@
                                 <&pcs_uniphy1 1>,
                                 <&pcs_uniphy2 0>,
                                 <&pcs_uniphy2 1>,
@@ -28,7 +28,7 @@ Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
                        clock-names = "xo",
                                      "nss_1200",
                                      "ppe_353",
-@@ -1264,7 +1267,10 @@
+@@ -1266,7 +1269,10 @@
                                      "uniphy1_tx",
                                      "uniphy2_rx",
                                      "uniphy2_tx",