summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Barsky2026-01-11 04:55:50 +0000
committerHauke Mehrtens2026-01-11 18:10:38 +0000
commit09bdb71acc1fbcd321ef5749d5c7ab445412cb41 (patch)
tree952f14df00d27c30646c598062ce01912704ef19
parent49f9248ec9ea8a4c3d8f6b5abda06c57d26c3e59 (diff)
downloadopenwrt-09bdb71acc1fbcd321ef5749d5c7ab445412cb41.tar.gz
econet: refresh patches 6.12
Manually rebased: econet/patches-6.12/901-nand-enable-en75-bbt.patch Fixes: 5230157a165 ("kernel: QCOM SPI NAND: backport multiple fixes") Signed-off-by: Leo Barsky <leobrsky@proton.me> Link: https://github.com/openwrt/openwrt/pull/21500 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit cffc2a91023eff4ff41048822083e1bd56795b59)
-rw-r--r--target/linux/econet/patches-6.12/010-v6.16-MAINTAINERS-Add-entry-for-newly-added-EcoNet-platfor.patch2
-rw-r--r--target/linux/econet/patches-6.12/901-nand-enable-en75-bbt.patch4
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/econet/patches-6.12/010-v6.16-MAINTAINERS-Add-entry-for-newly-added-EcoNet-platfor.patch b/target/linux/econet/patches-6.12/010-v6.16-MAINTAINERS-Add-entry-for-newly-added-EcoNet-platfor.patch
index 69621a06b7..e4230573c2 100644
--- a/target/linux/econet/patches-6.12/010-v6.16-MAINTAINERS-Add-entry-for-newly-added-EcoNet-platfor.patch
+++ b/target/linux/econet/patches-6.12/010-v6.16-MAINTAINERS-Add-entry-for-newly-added-EcoNet-platfor.patch
@@ -17,7 +17,7 @@ Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
--- a/MAINTAINERS
+++ b/MAINTAINERS
-@@ -8019,6 +8019,18 @@ W: https://linuxtv.org
+@@ -8025,6 +8025,18 @@ W: https://linuxtv.org
Q: http://patchwork.linuxtv.org/project/linux-media/list/
F: drivers/media/dvb-frontends/ec100*
diff --git a/target/linux/econet/patches-6.12/901-nand-enable-en75-bbt.patch b/target/linux/econet/patches-6.12/901-nand-enable-en75-bbt.patch
index 67c7c9ba6a..91e184bd96 100644
--- a/target/linux/econet/patches-6.12/901-nand-enable-en75-bbt.patch
+++ b/target/linux/econet/patches-6.12/901-nand-enable-en75-bbt.patch
@@ -14,9 +14,9 @@ Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
obj-$(CONFIG_MTD_NAND_ECC_MEDIATEK) += ecc-mtk.o
-obj-$(CONFIG_MTD_NAND_MTK_BMT) += mtk_bmt.o mtk_bmt_v2.o mtk_bmt_bbt.o mtk_bmt_nmbm.o
+obj-$(CONFIG_MTD_NAND_MTK_BMT) += mtk_bmt.o mtk_bmt_v2.o mtk_bmt_bbt.o mtk_bmt_nmbm.o en75_bmt.o
- ifeq ($(CONFIG_SPI_QPIC_SNAND),y)
obj-$(CONFIG_SPI_QPIC_SNAND) += qpic_common.o
- else
+ obj-$(CONFIG_MTD_NAND_QCOM) += qpic_common.o
+ obj-y += onenand/
--- a/drivers/mtd/nand/mtk_bmt.h
+++ b/drivers/mtd/nand/mtk_bmt.h
@@ -77,6 +77,7 @@ extern struct bmt_desc bmtd;