aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_bch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-06mtd: nand_bch: fix spelling of "probably"Brian Norris1-1/+1
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon1-8/+0
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon1-30/+11
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-1/+12
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON1-10/+17
2016-01-06mtd: 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