mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 01:17:30 +01:00
econet: refresh patches 6.12
Manually rebased: econet/patches-6.12/901-nand-enable-en75-bbt.patch Fixes:5230157a16("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 commitcffc2a9102)
This commit is contained in:
parent
49f9248ec9
commit
09bdb71acc
2 changed files with 3 additions and 3 deletions
|
|
@ -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*
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue