summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c
Commit message (Expand)AuthorAgeFilesLines
* UBI: introduce the VID buffer conceptBoris Brezillon2016-10-021-17/+22
* ubi: Only read necessary size when reading the VID headerSascha Hauer2016-07-291-1/+1
* UBI: fix use of "VID" vs. "EC" in header self-checkBrian Norris2015-12-161-1/+1
* UBI: Validate data_sizeRichard Weinberger2015-09-291-0/+5
* UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at2015-04-131-0/+6
* UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman2015-01-281-2/+1
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-73/+77
* UBI: avoid program operation on NOR flash after erasure interruptedQi Wang 王起 (qiwang)2014-01-091-32/+22
* UBI: introduce helpers dbg_chk_{io, gen}Ezequiel Garcia2012-12-101-7/+7
* UBI: print lessArtem Bityutskiy2012-09-041-1/+1
* UBI: comply with coding styleArtem Bityutskiy2012-09-041-40/+38
* UBI: amend comments after all the renamingsArtem Bityutskiy2012-05-201-2/+1
* UBI: rename few functions for consistencyArtem Bityutskiy2012-05-201-9/+11
* UBI: get rid of dbg_errArtem Bityutskiy2012-05-201-18/+18
* UBI: clean-up terminology for self-checks in io.cArtem Bityutskiy2012-05-201-39/+37
* UBI: remove Kconfig debugging optionArtem Bityutskiy2012-05-201-12/+0
* UBI: always warn if case of I/O errorsArtem Bityutskiy2012-05-201-6/+6
* UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy2012-05-201-10/+10
* UBI: always dump flash contents in case of errorsArtem Bityutskiy2012-05-201-2/+2
* UBI: always dump the stack on errorArtem Bityutskiy2012-05-201-14/+14
* UBI: rename peb_buf1 to peb_bufArtem Bityutskiy2012-03-091-7/+7
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_write interfaceArtem Bityutskiy2012-01-091-4/+3
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-3/+3
* mtd: introduce mtd_erase interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: utilize `mtd_is_*()' functionsBrian Norris2011-09-211-12/+12
* UBI: prepare debugging stuff to further debugfs conversionArtem Bityutskiy2011-06-011-3/+3
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-7/+7
* UBI: fix typo in a messageArtem Bityutskiy2011-04-141-1/+1
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-2/+2
* UBI: check if we are in RO mode in the erase routineArtem Bityutskiy2011-04-051-1/+7
* UBI: use GFP_NOFS properlyArtem Bityutskiy2011-03-241-2/+2
* UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-3/+24
* UBI: remove UBI_IO_DEBUG macroArtem Bityutskiy2011-03-161-18/+16
* UBI: allocate erase checking buffer on demandArtem Bityutskiy2011-03-161-7/+12
* UBI: allocate write checking buffer on demandArtem Bityutskiy2011-03-161-9/+15
* UBI: always re-read in case of read failuresArtem Bityutskiy2011-02-061-1/+1
* UBI: use raw mtd read function in debugging codeArtem Bityutskiy2011-02-061-2/+4
* UBI: try to reveal buggy MTD driversArtem Bityutskiy2011-02-061-0/+22
* UBI: add a commentary about allocating VID header buffer on stackArtem Bityutskiy2011-01-261-0/+7
* UBI: fix NOR erase preparation quirkHolger Brunck2011-01-261-2/+4
* UBI: fix corrupted PEB detection for NOR flashArtem Bityutskiy2010-12-031-12/+25
* UBI: make check_pattern function non-staticArtem Bityutskiy2010-10-191-24/+6
* UBI: handle bit-flips when no header foundArtem Bityutskiy2010-10-191-24/+30
* UBI: remove duplicate IO error codesArtem Bityutskiy2010-10-191-38/+7
* UBI: rename IO error codeArtem Bityutskiy2010-10-191-14/+19
* UBI: fix error message and compilation warningsArtem Bityutskiy2010-06-141-2/+2
* UBI: improve ECC error messageArtem Bityutskiy2010-06-111-3/+5
* UBI: introduce a new IO return codeArtem Bityutskiy2010-06-041-19/+23
OpenPOWER on IntegriCloud