aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy1-7/+7
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-4/+3
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-3/+3
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-12/+12
2011-06-01UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy1-3/+3
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy1-7/+7
2011-04-14UBI: fix typo in a messageArtem Bityutskiy1-1/+1
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy1-2/+2
2011-04-05UBI: check if we are in RO mode in the erase routineArtem Bityutskiy1-1/+7
2011-03-24UBI: use GFP_NOFS properlyArtem Bityutskiy1-2/+2
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy1-3/+24
2011-03-16UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy1-18/+16
2011-03-16UBI: allocate erase checking buffer on demandArtem Bityutskiy1-7/+12
2011-03-16UBI: allocate write checking buffer on demandArtem Bityutskiy1-9/+15
2011-02-06UBI: always re-read in case of read failuresArtem Bityutskiy1-1/+1
2011-02-06UBI: use raw mtd read function in debugging codeArtem Bityutskiy1-2/+4
2011-02-06UBI: try to reveal buggy MTD driversArtem Bityutskiy1-0/+22
2011-01-26UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy1-0/+7
2011-01-26UBI: fix NOR erase preparation quirkHolger Brunck1-2/+4
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy1-12/+25
2010-10-19UBI: make check_pattern function non-staticArtem Bityutskiy1-24/+6
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy1-24/+30
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy1-38/+7
2010-10-19UBI: rename IO error codeArtem Bityutskiy1-14/+19
2010-06-14UBI: fix error message and compilation warningsArtem Bityutskiy1-2/+2
2010-06-11UBI: improve ECC error messageArtem Bityutskiy1-3/+5
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy1-19/+23
2010-06-04UBI: simplify IO error codesArtem Bityutskiy1-7/+7
2010-05-07UBI: misc comment fixesShinya Kuribayashi1-3/+3
2010-05-07UBI: fix s/then/than/ typosShinya Kuribayashi1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-01UBI: add write checkingArtem Bityutskiy1-0/+70
2010-02-01UBI: simplify debugging return codesArtem Bityutskiy1-25/+25
2009-08-14UBI: improve NOR flash erasure quirkArtem Bityutskiy1-15/+31
2009-08-14UBI: introduce flash dump helperArtem Bityutskiy1-0/+1
2009-08-14UBI: amend NOR flash pre-erase quirkArtem Bityutskiy1-4/+4
2009-07-08UBI: fix compilation warningsArtem Bityutskiy1-3/+3
2009-07-07UBI: fix NOR flash recoveryArtem Bityutskiy1-2/+56
2009-07-05UBI: nicify image sequence number handlingArtem Bityutskiy1-12/+2
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-2/+13
2009-07-05UBI: remove bogus debugging checksArtem Bityutskiy1-87/+0
2009-07-05UBI: add empty eraseblocks verificationArtem Bityutskiy1-10/+7
2009-06-10UBI: fix multiple spelling typosArtem Bityutskiy1-1/+1
2009-05-18UBI: fix races in I/O debugging checksArtem Bityutskiy1-7/+73
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-28UBI: fix checkpatch.pl warningsArtem Bityutskiy1-1/+1
2008-12-03UBI: fix warnings when debugging is enabledArtem Bityutskiy1-8/+18