summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c
AgeCommit message (Expand)AuthorLines
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman-2/+1
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman-73/+77
2014-01-09UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)-32/+22
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia-7/+7
2012-09-04UBI: print lessArtem Bityutskiy-1/+1
2012-09-04UBI: comply with coding styleArtem Bityutskiy-40/+38
2012-05-20UBI: amend comments after all the renamingsArtem Bityutskiy-2/+1
2012-05-20UBI: rename few functions for consistencyArtem Bityutskiy-9/+11
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy-18/+18
2012-05-20UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy-39/+37
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy-12/+0
2012-05-20UBI: always warn if case of I/O errorsArtem Bityutskiy-6/+6
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy-10/+10
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy-2/+2
2012-05-20UBI: always dump the stack on errorArtem Bityutskiy-14/+14
2012-03-09UBI: rename peb_buf1 to peb_bufArtem Bityutskiy-7/+7
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy-1/+1
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy-4/+3
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy-3/+3
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris-12/+12
2011-06-01UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy-3/+3
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy-7/+7
2011-04-14UBI: fix typo in a messageArtem Bityutskiy-1/+1
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy-2/+2
2011-04-05UBI: check if we are in RO mode in the erase routineArtem Bityutskiy-1/+7
2011-03-24UBI: use GFP_NOFS properlyArtem Bityutskiy-2/+2
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy-3/+24
2011-03-16UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy-18/+16
2011-03-16UBI: allocate erase checking buffer on demandArtem Bityutskiy-7/+12
2011-03-16UBI: allocate write checking buffer on demandArtem Bityutskiy-9/+15
2011-02-06UBI: always re-read in case of read failuresArtem Bityutskiy-1/+1
2011-02-06UBI: use raw mtd read function in debugging codeArtem Bityutskiy-2/+4
2011-02-06UBI: try to reveal buggy MTD driversArtem Bityutskiy-0/+22
2011-01-26UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy-0/+7
2011-01-26UBI: fix NOR erase preparation quirkHolger Brunck-2/+4
2010-12-03UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy-12/+25
2010-10-19UBI: make check_pattern function non-staticArtem Bityutskiy-24/+6
2010-10-19UBI: handle bit-flips when no header foundArtem Bityutskiy-24/+30
2010-10-19UBI: remove duplicate IO error codesArtem Bityutskiy-38/+7
2010-10-19UBI: rename IO error codeArtem Bityutskiy-14/+19
2010-06-14UBI: fix error message and compilation warningsArtem Bityutskiy-2/+2
2010-06-11UBI: improve ECC error messageArtem Bityutskiy-3/+5
2010-06-04UBI: introduce a new IO return codeArtem Bityutskiy-19/+23
2010-06-04UBI: simplify IO error codesArtem Bityutskiy-7/+7
2010-05-07UBI: misc comment fixesShinya Kuribayashi-3/+3
2010-05-07UBI: fix s/then/than/ typosShinya Kuribayashi-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-01UBI: add write checkingArtem Bityutskiy-0/+70