Skip to content

Commit fdf3ee5

Browse files
Md Sadre Alammiquelraynal
authored andcommitted
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: Md Sadre Alam <[email protected]> Signed-off-by: Miquel Raynal <[email protected]>
1 parent 1d479f5 commit fdf3ee5

File tree

4 files changed

+1240
-1081
lines changed

4 files changed

+1240
-1081
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)