Skip to content

Commit 8d3cd6b

Browse files
committed
Merge tag 'mtd/qcom-reorg-for-spi-6.14' into nand/next
Topic branch with preparation changes from Qcom in order to apply on top the spi bits adding the Qcom SPI-NAND controller driver re-using a lot of code that has been shared. With this goal in mind, the raw NAND controller driver has been cleaned up and reorganized, and only the relevant structures/helpers which have nothing raw NAND specific should now be exported.
2 parents c7a94e9 + 0c08080 commit 8d3cd6b

File tree

4 files changed

+1563
-1446
lines changed

4 files changed

+1563
-1446
lines changed

drivers/mtd/nand/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
nandcore-objs := core.o bbt.o
44
obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o
55
obj-$(CONFIG_MTD_NAND_ECC_MEDIATEK) += ecc-mtk.o
6-
6+
obj-$(CONFIG_MTD_NAND_QCOM) += qpic_common.o
77
obj-y += onenand/
88
obj-y += raw/
99
obj-y += spi/

0 commit comments

Comments
 (0)