]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: refresh patches 22206/head
authorJonas Jelonek <jelonek.jonas@gmail.com>
Tue, 3 Mar 2026 14:44:30 +0000 (14:44 +0000)
committerRobert Marko <robimarko@gmail.com>
Fri, 6 Mar 2026 10:33:05 +0000 (11:33 +0100)
Refresh kernel patches with make target/linux/refresh for each target.

Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22206
Signed-off-by: Robert Marko <robimarko@gmail.com>
25 files changed:
target/linux/ath79/patches-6.12/911-mikrotik-rb91x.patch
target/linux/bcm27xx/patches-6.12/950-0136-media-i2c-imx477-Support-for-the-Sony-IMX477-sensor.patch
target/linux/bcm27xx/patches-6.12/950-0137-media-i2c-imx519-Support-for-the-Sony-IMX519-sensor.patch
target/linux/bcm27xx/patches-6.12/950-0147-Documentation-devicetree-Add-documentation-for-imx37.patch
target/linux/bcm27xx/patches-6.12/950-0206-gpio-Add-gpio-fsm-driver.patch
target/linux/bcm27xx/patches-6.12/950-0303-dtbindings-media-i2c-Add-IMX708-CMOS-sensor-binding.patch
target/linux/bcm27xx/patches-6.12/950-0318-dt-bindings-media-i2c-Replace-IMX708-sensor-binding-.patch
target/linux/bcm27xx/patches-6.12/950-0406-media-dt-bindings-i2c-Add-Rohm-BU64754-bindings.patch
target/linux/bcm27xx/patches-6.12/950-0482-spi-dt-bindings-Add-RPI-RP2040-GPIO-Bridge.patch
target/linux/bcm27xx/patches-6.12/950-0483-spi-Add-a-driver-for-the-RPI-RP2040-GPIO-bridge.patch
target/linux/bcm27xx/patches-6.12/950-0504-media-dt-bindings-i2c-Add-Sony-IMX500.patch
target/linux/bcm27xx/patches-6.12/950-0505-media-i2c-Add-driver-for-Sony-IMX500-sensor.patch
target/linux/bcm27xx/patches-6.12/950-0834-media-platform-Add-Raspberry-Pi-HEVC-decoder-driver.patch
target/linux/generic/pending-6.12/510-block-add-uImage.FIT-subimage-block-driver.patch
target/linux/generic/pending-6.12/739-05-net-pcs-add-driver-for-MediaTek-USXGMII-PCS.patch
target/linux/ipq40xx/patches-6.12/700-net-ipqess-introduce-the-Qualcomm-IPQESS-driver.patch
target/linux/ipq40xx/patches-6.12/701-net-dsa-add-out-of-band-tagging-protocol.patch
target/linux/mediatek/patches-6.12/700-net-phy-mediatek-Add-2.5Gphy-firmware-dt-bindings-an.patch
target/linux/mediatek/patches-6.12/701-net-phy-mediatek-add-driver-for-built-in-2.5G-ethern.patch
target/linux/microchipsw/patches-6.12/0044-v6.13-net-lan969x-add-match-data-for-lan969x.patch
target/linux/microchipsw/patches-6.12/0060-v6.13-net-lan969x-fix-cyclic-dependency-reported-by-depmod.patch
target/linux/mvebu/patches-6.12/907-MAINTAINERS-Add-an-entry-for-the-IEI-WT61P803-PUZZLE.patch
target/linux/realtek/patches-6.12/001-v6.13-spi-mem-add-realtek-nand-controller.patch
target/linux/realtek/patches-6.12/003-v6.13-02-i2c-Add-driver-for-the-RTL9300-I2C-controller.patch
target/linux/starfive/patches-6.12/1007-reset-starfive-Add-JH7100-audio-reset-driver.patch

index 1f2796a829c19f13ce4f89d6e3eebe74db661c22..430189dc5881e321691c531c0354d5fa62bcd18f 100644 (file)
@@ -55,14 +55,14 @@ Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
        depends on ARCH_RENESAS || COMPILE_TEST
 --- a/drivers/gpio/Makefile
 +++ b/drivers/gpio/Makefile
-@@ -85,6 +85,7 @@ obj-$(CONFIG_GPIO_IXP4XX)            += gpio-ixp4x
+@@ -84,6 +84,7 @@ obj-$(CONFIG_GPIO_IXP4XX)            += gpio-ixp4x
  obj-$(CONFIG_GPIO_JANZ_TTL)           += gpio-janz-ttl.o
  obj-$(CONFIG_GPIO_KEMPLD)             += gpio-kempld.o
  obj-$(CONFIG_GPIO_LATCH)              += gpio-latch.o
 +obj-$(CONFIG_GPIO_LATCH_MIKROTIK)     += gpio-latch-mikrotik.o
+ obj-$(CONFIG_GPIO_LINE_MUX)           += gpio-line-mux.o
  obj-$(CONFIG_GPIO_LJCA)               += gpio-ljca.o
  obj-$(CONFIG_GPIO_LOGICVC)            += gpio-logicvc.o
- obj-$(CONFIG_GPIO_LOONGSON1)          += gpio-loongson1.o
 @@ -138,6 +139,7 @@ obj-$(CONFIG_GPIO_PMIC_EIC_SPRD)   += gpio
  obj-$(CONFIG_GPIO_PXA)                        += gpio-pxa.o
  obj-$(CONFIG_GPIO_RASPBERRYPI_EXP)    += gpio-raspberrypi-exp.o
index 6811588e81e8eac81d307511d01c399df742ac41..63664a201cd5f71244d1628f17588caabcc22f07 100644 (file)
@@ -426,7 +426,7 @@ Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21557,6 +21557,14 @@ T:    git git://linuxtv.org/media.git
+@@ -21563,6 +21563,14 @@ T:    git git://linuxtv.org/media.git
  F:    Documentation/devicetree/bindings/media/i2c/sony,imx415.yaml
  F:    drivers/media/i2c/imx415.c
  
index 67c4685d11434c660365c394a0131c799822996d..cb68d30edaa9b06802e9dcb59566ffcf5ae8ce0c 100644 (file)
@@ -193,7 +193,7 @@ media: i2c: imx519: Squash fixes
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21565,6 +21565,14 @@ T:    git git://linuxtv.org/media_tree.git
+@@ -21571,6 +21571,14 @@ T:    git git://linuxtv.org/media_tree.git
  F:    Documentation/devicetree/bindings/media/i2c/imx477.yaml
  F:    drivers/media/i2c/imx477.c
  
index 2fcf4d0fc048485c270f3805570eda137e5d72d5..7ac0a456de5fc8ce5d6923677261bdf34cc9658b 100644 (file)
@@ -132,7 +132,7 @@ Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21562,6 +21562,7 @@ M:     Raspberry Pi Kernel Maintenance <kern
+@@ -21568,6 +21568,7 @@ M:     Raspberry Pi Kernel Maintenance <kern
  L:    linux-media@vger.kernel.org
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
index a6985e2fcf3a8fd501b215dbcaf235c770c164d6..0e462708743d8e66d55826df53844bc0239d39c4 100644 (file)
@@ -96,7 +96,7 @@ Signed-off-by: Phil Elwell <phil@raspberrypi.com>
        depends on MFD_JANZ_CMODIO
 --- a/drivers/gpio/Makefile
 +++ b/drivers/gpio/Makefile
-@@ -66,6 +66,7 @@ obj-$(CONFIG_GPIO_EN7523)            += gpio-en752
+@@ -65,6 +65,7 @@ obj-$(CONFIG_GPIO_EN7523)            += gpio-en752
  obj-$(CONFIG_GPIO_EP93XX)             += gpio-ep93xx.o
  obj-$(CONFIG_GPIO_EXAR)                       += gpio-exar.o
  obj-$(CONFIG_GPIO_F7188X)             += gpio-f7188x.o
index 6cfdfc9871756652d502214961bd0412ddc7b0c1..c0be6414cc204362eafc750ede2e4bf20af167e2 100644 (file)
@@ -137,7 +137,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21606,6 +21606,14 @@ T:    git git://linuxtv.org/media_tree.git
+@@ -21612,6 +21612,14 @@ T:    git git://linuxtv.org/media_tree.git
  F:    Documentation/devicetree/bindings/media/i2c/imx519.yaml
  F:    drivers/media/i2c/imx519.c
  
index fbfc1c79e9939900a240c7d6bab7f7d080da552b..597fad73fe6fad2b11bd1872b0d7ab1887e77e54 100644 (file)
@@ -271,7 +271,7 @@ Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21611,7 +21611,7 @@ M:     Raspberry Pi Kernel Maintenance <kern
+@@ -21617,7 +21617,7 @@ M:     Raspberry Pi Kernel Maintenance <kern
  L:    linux-media@vger.kernel.org
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
index 35137232ec79386a5fa8d68d68482c7f217e73da..36fc9164a14368ec02cc117987cc99d155646368 100644 (file)
@@ -67,7 +67,7 @@ Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
 +...
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -20069,6 +20069,13 @@ S:    Supported
+@@ -20075,6 +20075,13 @@ S:    Supported
  F:    drivers/iio/light/rohm-bu27008.c
  F:    drivers/iio/light/rohm-bu27034.c
  
index fb70591839a618c17dbe240dc7af3f6a0cc9dbff..c8c25a770ca351af72385b2cf4eb96b32b96209f 100644 (file)
@@ -94,7 +94,7 @@ Signed-off-by: Richard Oliver <richard.oliver@raspberrypi.com>
 +
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19362,6 +19362,11 @@ L:    linux-edac@vger.kernel.org
+@@ -19368,6 +19368,11 @@ L:    linux-edac@vger.kernel.org
  S:    Maintained
  F:    drivers/ras/amd/fmpm.c
  
index 5c92dfd81242eb509dc242fd56962c8442259a39..c932a4c5c62eccf55f7b09757450090b91b52390 100644 (file)
@@ -42,7 +42,7 @@ Signed-off-by: Richard Oliver <richard.oliver@raspberrypi.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19366,6 +19366,7 @@ RASPBERRY PI RP2040 GPIO BRIDGE DRIVER
+@@ -19372,6 +19372,7 @@ RASPBERRY PI RP2040 GPIO BRIDGE DRIVER
  M:    Raspberry Pi Kernel Maintenance <kernel-list@raspberrypi.com>
  S:    Maintained
  F:    Documentation/devicetree/bindings/spi/raspberrypi,rp2040-gpio-bridge.yaml
index 957fcaeaa9cfbc592cd3541dc39e68209aa3909d..d9fb0d265111ab4f43c08e82327277ab2ab60e71 100644 (file)
@@ -150,7 +150,7 @@ Signed-off-by: Richard Oliver <richard.oliver@raspberrypi.com>
 +
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21611,6 +21611,13 @@ F:    Documentation/devicetree/bindings/med
+@@ -21617,6 +21617,13 @@ F:    Documentation/devicetree/bindings/med
  F:    Documentation/devicetree/bindings/media/i2c/imx477.yaml
  F:    drivers/media/i2c/imx477.c
  
index 0993bd6976b63ca696df6bd01cd9bb5f6c990b4d..123e88b0bf78ecc468dbfec1765a6275c6845b2b 100644 (file)
@@ -58,7 +58,7 @@ Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -21617,6 +21617,7 @@ L:     linux-media@vger.kernel.org
+@@ -21623,6 +21623,7 @@ L:     linux-media@vger.kernel.org
  S:    Maintained
  T:    git git://linuxtv.org/media_tree.git
  F:    Documentation/devicetree/bindings/media/i2c/sony,imx500.yaml
index 81c90811c97075672204d803a79cf188c73bbc70..6c36cda77d48e0c22430194b899cf2ca4e637f15 100644 (file)
@@ -36,7 +36,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19368,6 +19368,16 @@ S:    Maintained
+@@ -19374,6 +19374,16 @@ S:    Maintained
  F:    Documentation/devicetree/bindings/spi/raspberrypi,rp2040-gpio-bridge.yaml
  F:    drivers/spi/spi-rp2040-gpio-bridge.c
  
index 86ab0b95791edabe6928a0eebd647d9858e96995..74b079aa9b9b283768027df3a0fc1bfaf40bdf55 100644 (file)
@@ -36,7 +36,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -23671,6 +23671,12 @@ F:    Documentation/filesystems/ubifs-authe
+@@ -23677,6 +23677,12 @@ F:    Documentation/filesystems/ubifs-authe
  F:    Documentation/filesystems/ubifs.rst
  F:    fs/ubifs/
  
index 3c7ce39fa2f48272f0959baa33cdf3c5ecc6dce8..04790ce7e7f1b0e9766fa6ab42d03948189513d3 100644 (file)
@@ -19,7 +19,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -14426,7 +14426,9 @@ M:     Daniel Golle <daniel@makrotopia.org>
+@@ -14432,7 +14432,9 @@ M:     Daniel Golle <daniel@makrotopia.org>
  L:    netdev@vger.kernel.org
  S:    Maintained
  F:    drivers/net/pcs/pcs-mtk-lynxi.c
index 1e5bc2fb7a9be6503de9de2727c85536ef72b1f0..ce22642f68c0b97ac56778a458c71bda71d7cb9d 100644 (file)
@@ -32,7 +32,7 @@ Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19032,6 +19032,13 @@ L:    netdev@vger.kernel.org
+@@ -19038,6 +19038,13 @@ L:    netdev@vger.kernel.org
  S:    Maintained
  F:    drivers/net/ethernet/qualcomm/emac/
  
index f5e7cdc91cdd74a13c84f5d05ff2037ab9725474..2a9fe8ee94e94caaafb9f932a227e7e1f2c2b3da 100644 (file)
@@ -64,7 +64,7 @@ Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
  
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19038,6 +19038,7 @@ L:     netdev@vger.kernel.org
+@@ -19044,6 +19044,7 @@ L:     netdev@vger.kernel.org
  S:    Maintained
  F:    Documentation/devicetree/bindings/net/qcom,ipq4019-ess-edma.yaml
  F:    drivers/net/ethernet/qualcomm/ipqess/
index 6c4452fc22d49a5949490ecaf70684cf61ee267d..999650142704235149caf82f631f10c91993cf8b 100644 (file)
@@ -57,7 +57,7 @@ Signed-off-by: Sky Huang <skylake.huang@mediatek.com>
 +    };
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -14433,9 +14433,10 @@ F:    include/linux/pcs/pcs-mtk-usxgmii.h
+@@ -14439,9 +14439,10 @@ F:    include/linux/pcs/pcs-mtk-usxgmii.h
  MEDIATEK ETHERNET PHY DRIVERS
  M:    Daniel Golle <daniel@makrotopia.org>
  M:    Qingfang Deng <dqfext@gmail.com>
index 55c13721578eb3a8eac866ee7fca612e8f8b8997..1c61aaf4aed464318ad30d55d2dc5c590c60eaeb 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Sky Huang <skylake.huang@mediatek.com>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -14437,6 +14437,7 @@ M:     Sky Huang <SkyLake.Huang@mediatek.com
+@@ -14443,6 +14443,7 @@ M:     Sky Huang <SkyLake.Huang@mediatek.com
  L:    netdev@vger.kernel.org
  S:    Maintained
  F:    Documentation/devicetree/bindings/net/mediatek,2p5gphy-fw.yaml
index ce96ae0c226fbce89761cc52a85b092bfea1809d..b3a9355e476bd774955f10ea405e617c74db0544 100644 (file)
@@ -32,7 +32,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -15154,6 +15154,13 @@ S:    Maintained
+@@ -15160,6 +15160,13 @@ S:    Maintained
  F:    Documentation/devicetree/bindings/interrupt-controller/microchip,lan966x-oic.yaml
  F:    drivers/irqchip/irq-lan966x-oic.c
  
index 2ad71eda239118f06a887c98483cbb9cad2d0852..425c6c500978d30a33b97fa991990e2700cf6178 100644 (file)
@@ -54,7 +54,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -15159,7 +15159,7 @@ M:     Daniel Machon <daniel.machon@microchi
+@@ -15165,7 +15165,7 @@ M:     Daniel Machon <daniel.machon@microchi
  M:    UNGLinuxDriver@microchip.com
  L:    netdev@vger.kernel.org
  S:    Maintained
index b8a3774fc926b18689ea57ac8f8c7ddcfea704b7..0bb50df3895825a92d35c93a141d3237d760c6c1 100644 (file)
@@ -16,7 +16,7 @@ Cc: Robert Marko <robert.marko@sartura.hr>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -10972,6 +10972,22 @@ L:    virtualization@lists.linux.dev
+@@ -10978,6 +10978,22 @@ L:    virtualization@lists.linux.dev
  S:    Supported
  F:    drivers/vdpa/ifcvf/
  
index c98e91807d063277ba2521df7ba2d9f23b221488..1828e776f96133cca38ebd44848da07fc97fa3ab 100644 (file)
@@ -28,7 +28,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -19501,6 +19501,12 @@ S:    Maintained
+@@ -19507,6 +19507,12 @@ S:    Maintained
  F:    Documentation/devicetree/bindings/net/dsa/realtek.yaml
  F:    drivers/net/dsa/realtek/*
  
index 095e98cbafe26721dede5c43a89d385751391645..d5229284a02c34b8aac7f22bb34f0e3f83e7eff5 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -20158,6 +20158,13 @@ S:    Maintained
+@@ -20164,6 +20164,13 @@ S:    Maintained
  T:    git https://github.com/pkshih/rtw.git
  F:    drivers/net/wireless/realtek/rtl8xxxu/
  
index 20810618fa02debef343596feddab560ee885e66..5954e5807e96f0ca06cf82cbec91b297ce8694a9 100644 (file)
@@ -20,7 +20,7 @@ Signed-off-by: Emil Renner Berthing <kernel@esmil.dk>
 
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
-@@ -22072,7 +22072,7 @@ STARFIVE JH71X0 RESET CONTROLLER DRIVERS
+@@ -22078,7 +22078,7 @@ STARFIVE JH71X0 RESET CONTROLLER DRIVERS
  M:    Emil Renner Berthing <kernel@esmil.dk>
  M:    Hal Feng <hal.feng@starfivetech.com>
  S:    Maintained