Commit fdf3ee5c authored by Md Sadre Alam's avatar Md Sadre Alam Committed by Miquel Raynal
Browse files

mtd: nand: Add qpic_common API file



Add qpic_common.c file which hold all the common
qpic APIs which will be used by both qpic raw nand
driver and qpic spi nand driver.

Signed-off-by: default avatarMd Sadre Alam <quic_mdalam@quicinc.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 1d479f5b
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.

+12 −1080

File changed.

Preview size limit exceeded, changes collapsed.

+468 −0

File added.

Preview size limit exceeded, changes collapsed.