summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_spl_simple.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-240/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-05-08mtd: nand: Consolidate nand spl loaders implementationLadislav Michl1-96/+2
2016-07-22nand_spl_simple: Add a simple NAND read functionThomas Gleixner1-0/+62
2016-06-19mtd: nand: Patch remaining places where nand_to_mtd() should be usedBoris Brezillon1-1/+1
2016-06-03mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_dataScott Wood1-6/+5
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-42/+43
2016-06-03mtd: nand: Remove nand_info_t typedefScott Wood1-1/+1
2015-08-12spl: nand: simple: replace readb() with chip specific read_buf()Vladimir Zapolskiy1-2/+5
2014-06-06mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-01-26nand_spl_simple: store ecc data on the stackStefano Babic1-26/+16
2011-12-07drivers/mtd/nand/nand_spl_simple.c: Fix GCC 4.6 warningsAnatolij Gustschin1-4/+2
2011-12-06nand_spl_simple: add support for software ECCIlya Yanok1-1/+10
2011-11-03spl, nand: add 4bit HW ecc oob first nand_read_page functionHeiko Schocher1-1/+42
2011-09-30spl: add NAND Library to new SPLSimon Schwarz1-0/+245