summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/ubi/debug.c
Commit message (Expand)AuthorAgeFilesLines
* ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger2020-05-171-10/+2
* Merge tag 'upstream-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-021-0/+1
|\
| * ubi: Print skip_check in ubi_dump_vol_info()Stefan Roese2019-11-171-0/+1
* | mtd: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-11-141-88/+43
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
* UBI: Silence an unintialized variable warningDan Carpenter2016-05-241-1/+2
* UBI: fix return error codeSudip Mukherjee2015-12-161-1/+1
* UBI: power cut emulation for testingdavid.oberhollenzer@sigma-star.at2015-04-131-2/+87
* UBI: Add initial support for fastmap self checksRichard Weinberger2015-03-261-0/+11
* UBI: Extend UBI layer debug/messaging capabilitiesTanya Brokhman2014-11-071-5/+5
* UBI: embed ubi_debug_info field in ubi_device structEzequiel Garcia2012-12-101-30/+4
* UBI: use pr_ helper instead of printkArtem Bityutskiy2012-09-041-78/+71
* UBI: comply with coding styleArtem Bityutskiy2012-09-041-2/+2
* UBI: correct usage of IS_ENABLED()Brian Norris2012-06-271-4/+4
* UBI: fix debugfs-less systems supportArtem Bityutskiy2012-06-071-2/+10
* UBI: rename sv to avArtem Bityutskiy2012-05-201-11/+11
* UBI: rename si to aiArtem Bityutskiy2012-05-201-2/+2
* UBI: rename seb to aebArtem Bityutskiy2012-05-201-8/+8
* UBI: rename struct ubi_scan_volumeArtem Bityutskiy2012-05-201-2/+2
* UBI: rename struct ubi_scan_lebArtem Bityutskiy2012-05-201-2/+2
* UBI: remove Kconfig debugging optionArtem Bityutskiy2012-05-201-4/+0
* UBI: rename ubi_dbg_dump_mkvol_reqArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_dbg_dump_sebArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_dbg_dump_svArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_dbg_dump_vtbl_recordArtem Bityutskiy2012-05-201-2/+2
* UBI: rename ubi_dbg_dump_vol_infoArtem Bityutskiy2012-05-201-2/+2
* UBI: always dump VID and EC headers in case of errorsArtem Bityutskiy2012-05-201-6/+6
* UBI: always dump flash contents in case of errorsArtem Bityutskiy2012-05-201-40/+35
* simple_open: automatically convert to simple_open()Stephen Boyd2012-04-051-9/+1
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-1/+1
* UBI: switch debugging tests knobs to debugfsArtem Bityutskiy2011-06-011-7/+33
* UBI: use debugfs for the extra checks knobsArtem Bityutskiy2011-06-011-4/+227
* UBI: switch to dynamic printksArtem Bityutskiy2011-05-201-3/+0
* UBI: fix minor stylistic issuesArtem Bityutskiy2011-04-141-9/+9
* UBI: make tests modes dynamicArtem Bityutskiy2011-03-161-0/+3
* UBI: make self-checks dynamicArtem Bityutskiy2011-03-161-0/+3
* UBI: make debugging messages dynamicArtem Bityutskiy2011-03-161-0/+8
* UBI: introduce flash dump helperArtem Bityutskiy2009-08-141-0/+32
* UBI: add image sequence number to EC headerAdrian Hunter2009-07-051-0/+2
* UBI: remove pre-sqnum images supportArtem Bityutskiy2008-07-241-2/+0
* UBI: fix and re-work debugging stuffArtem Bityutskiy2008-07-241-76/+84
* UBI: use byte hexdumpArtem Bityutskiy2007-10-141-2/+2
* UBI: use linux print_hex_dump(), not home-grown oneArtem Bityutskiy2007-10-141-35/+2
* UBI: bugfix in error pathArtem Bityutskiy2007-07-181-3/+3
* UBI: kill homegrown endian macrosChristoph Hellwig2007-07-181-19/+19
* UBI: Unsorted Block ImagesArtem B. Bityutskiy2007-04-271-0/+224