aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon1-1/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon1-35/+0
2017-03-24UBI: Fix typosAndrew F. Davis1-1/+1
2016-10-02UBI: introduce the VID buffer conceptBoris Brezillon1-17/+22
2016-07-29ubi: Only read necessary size when reading the VID headerSascha Hauer1-1/+1
2015-12-16UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris1-1/+1
2015-09-29UBI: Validate data_sizeRichard Weinberger1-0/+5
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at1-0/+6
2015-01-28UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman1-2/+1
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-73/+77
2014-01-09UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)1-32/+22
2012-12-10UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia1-7/+7
2012-09-04UBI: print lessArtem Bityutskiy1-1/+1
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-40/+38
2012-05-20UBI: amend comments after all the renamingsArtem Bityutskiy1-2/+1
2012-05-20UBI: rename few functions for consistencyArtem Bityutskiy1-9/+11
2012-05-20UBI: get rid of dbg_errArtem Bityutskiy1-18/+18
2012-05-20UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy1-39/+37
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy1-12/+0
2012-05-20UBI: always warn if case of I/O errorsArtem Bityutskiy1-6/+6
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy1-10/+10
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy1-2/+2
2012-05-20UBI: always dump the stack on errorArtem Bityutskiy1-14/+14
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