aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-24UBI: Silence an unintialized variable warningDan Carpenter1-1/+2
2015-12-16UBI: fix return error codeSudip Mukherjee1-1/+1
2015-04-13UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at1-2/+87
2015-03-26UBI: Add initial support for fastmap self checksRichard Weinberger1-0/+11
2014-11-07UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman1-5/+5
2012-12-10UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia1-30/+4
2012-09-04UBI: use pr_ helper instead of printkArtem Bityutskiy1-78/+71
2012-09-04UBI: comply with coding styleArtem Bityutskiy1-2/+2
2012-06-27UBI: correct usage of IS_ENABLED()Brian Norris1-4/+4
2012-06-07UBI: fix debugfs-less systems supportArtem Bityutskiy1-2/+10
2012-05-20UBI: rename sv to avArtem Bityutskiy1-11/+11
2012-05-20UBI: rename si to aiArtem Bityutskiy1-2/+2
2012-05-20UBI: rename seb to aebArtem Bityutskiy1-8/+8
2012-05-20UBI: rename struct ubi_scan_volumeArtem Bityutskiy1-2/+2
2012-05-20UBI: rename struct ubi_scan_lebArtem Bityutskiy1-2/+2
2012-05-20UBI: remove Kconfig debugging optionArtem Bityutskiy1-4/+0
2012-05-20UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy1-2/+2
2012-05-20UBI: rename ubi_dbg_dump_sebArtem Bityutskiy1-2/+2
2012-05-20UBI: rename ubi_dbg_dump_svArtem Bityutskiy1-2/+2
2012-05-20UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy1-2/+2
2012-05-20UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy1-2/+2
2012-05-20UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy1-6/+6
2012-05-20UBI: always dump flash contents in case of errorsArtem Bityutskiy1-40/+35
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd1-9/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-1/+1
2011-06-01UBI: switch debugging tests knobs to debugfsArtem Bityutskiy1-7/+33
2011-06-01UBI: use debugfs for the extra checks knobsArtem Bityutskiy1-4/+227
2011-05-20UBI: switch to dynamic printksArtem Bityutskiy1-3/+0
2011-04-14UBI: fix minor stylistic issuesArtem Bityutskiy1-9/+9
2011-03-16UBI: make tests modes dynamicArtem Bityutskiy1-0/+3
2011-03-16UBI: make self-checks dynamicArtem Bityutskiy1-0/+3
2011-03-16UBI: make debugging messages dynamicArtem Bityutskiy1-0/+8
2009-08-14UBI: introduce flash dump helperArtem Bityutskiy1-0/+32
2009-07-05UBI: add image sequence number to EC headerAdrian Hunter1-0/+2
2008-07-24UBI: remove pre-sqnum images supportArtem Bityutskiy1-2/+0
2008-07-24UBI: fix and re-work debugging stuffArtem Bityutskiy1-76/+84
2007-10-14UBI: use byte hexdumpArtem Bityutskiy1-2/+2
2007-10-14UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy1-35/+2
2007-07-18UBI: bugfix in error pathArtem Bityutskiy1-3/+3
2007-07-18UBI: kill homegrown endian macrosChristoph Hellwig1-19/+19
2007-04-27UBI: Unsorted Block ImagesArtem B. Bityutskiy1-0/+224