aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/io.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-22/+22
* 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
* UBI: simplify IO error codesArtem Bityutskiy2010-06-041-7/+7
* UBI: misc comment fixesShinya Kuribayashi2010-05-071-3/+3
* UBI: fix s/then/than/ typosShinya Kuribayashi2010-05-071-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* UBI: add write checkingArtem Bityutskiy2010-02-011-0/+70
* UBI: simplify debugging return codesArtem Bityutskiy2010-02-011-25/+25
* UBI: improve NOR flash erasure quirkArtem Bityutskiy2009-08-141-15/+31
* UBI: introduce flash dump helperArtem Bityutskiy2009-08-141-0/+1
* UBI: amend NOR flash pre-erase quirkArtem Bityutskiy2009-08-141-4/+4
* UBI: fix compilation warningsArtem Bityutskiy2009-07-081-3/+3
* UBI: fix NOR flash recoveryArtem Bityutskiy2009-07-071-2/+56
* UBI: nicify image sequence number handlingArtem Bityutskiy2009-07-051-12/+2
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-2/+13
* UBI: remove bogus debugging checksArtem Bityutskiy2009-07-051-87/+0
* UBI: add empty eraseblocks verificationArtem Bityutskiy2009-07-051-10/+7
* UBI: fix multiple spelling typosArtem Bityutskiy2009-06-101-1/+1
* UBI: fix races in I/O debugging checksArtem Bityutskiy2009-05-181-7/+73
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* UBI: fix checkpatch.pl warningsArtem Bityutskiy2008-12-281-1/+1
* UBI: fix warnings when debugging is enabledArtem Bityutskiy2008-12-031-8/+18
* UBI: fix kernel-doc errors and warningsArtem Bityutskiy2008-07-241-4/+2
* UBI: fix checkpatch.pl errors and warningsArtem Bityutskiy2008-07-241-4/+4
* UBI: rework scrubbing messagesArtem Bityutskiy2008-07-241-1/+7
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-2/+2
* UBI: amend commentariesArtem Bityutskiy2008-07-241-11/+11
* UBI: be verbose when debuggin is enabledArtem Bityutskiy2008-04-171-0/+4
* UBI: fix error code in ubi_io_read()Artem Bityutskiy2007-12-261-0/+10
* UBI: use byte hexdumpArtem Bityutskiy2007-10-141-1/+1