Commit 8d3cd6b8 authored by Miquel Raynal's avatar Miquel Raynal
Browse files

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.
parents c7a94e96 0c08080f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
nandcore-objs := core.o bbt.o
obj-$(CONFIG_MTD_NAND_CORE) += nandcore.o
obj-$(CONFIG_MTD_NAND_ECC_MEDIATEK) += ecc-mtk.o

obj-$(CONFIG_MTD_NAND_QCOM) += qpic_common.o
obj-y	+= onenand/
obj-y	+= raw/
obj-y	+= spi/
+759 −0

File added.

Preview size limit exceeded, changes collapsed.

+328 −1445

File changed.

Preview size limit exceeded, changes collapsed.

+475 −0

File added.

Preview size limit exceeded, changes collapsed.