summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_bch.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-08mtd: nand: simplify nand_bch_init() usageBoris BREZILLON1-10/+17
2016-01-07mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-1/+1
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON1-2/+2
2011-09-11mtd: cleanup style on pr_debug messagesBrian Norris1-2/+2
2011-09-11mtd: replace DEBUG() with pr_debug()Brian Norris1-1/+1
2011-03-11mtd: nand: add software BCH ECC supportIvan Djelic1-0/+243