summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326Thomas Gleixner2019-06-058-106/+8Star
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal2019-04-181-1/+1
* mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-181-7/+7
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-7/+14
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
* mtd: tests: check erase block count in page testStefan Agner2018-03-211-3/+7
* mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon2018-03-152-2/+0Star
* mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon2018-03-152-10/+0Star
* mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal2018-01-121-0/+21
* mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer2018-01-091-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1/+1
* mtd: subpagetest: fix wrong written check in function write_eraseblock2Xiaolei Li2017-06-091-1/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler2016-07-111-1/+1
* Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds2016-03-251-25/+24Star
|\
| * mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-081-25/+24Star
* | mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz2016-03-051-1/+1
|/
* mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire2016-01-071-2/+1Star
* mtd: tests: Replace timeval with ktime_tShraddha Barke2015-10-262-10/+10
* mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros2015-08-281-6/+12
* mtd: readtest: don't clobber error reportsBrian Norris2015-05-141-2/+4
* mtd: Make MTD tests cancelableRichard Weinberger2015-04-0610-24/+120
* mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros2015-04-061-27/+35
* mtd: tests: fix more potential integer overflowsBrian Norris2015-03-115-10/+10
* mtd: tests: abort torturetest on erase errorsBrian Norris2014-12-131-1/+3
* mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris2014-11-201-1/+1
* mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros2014-11-201-18/+47
* mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros2014-11-201-7/+29
* mtd: tests: fix integer overflow issuesBrian Norris2014-08-197-22/+22
* mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita2014-04-181-7/+10
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam2014-01-031-1/+1
* mtd: nand: add a helper to detect the nand typeHuang Shijie2013-10-284-4/+4
* mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita2013-08-305-50/+12Star
* mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita2013-08-305-76/+17Star
* mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita2013-08-301-33/+6Star
* mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita2013-08-301-59/+7Star
* mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita2013-08-301-78/+9Star
* mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita2013-08-301-74/+12Star
* mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita2013-08-301-144/+36Star
* mtd: mtd_readtest: use mtd_test helpersAkinobu Mita2013-08-301-41/+8Star
* mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita2013-08-301-147/+58Star
* mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita2013-08-301-80/+12Star
* mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-309-0/+9
* mtd: tests: introduce helper functionsAkinobu Mita2013-08-302-0/+121
* mtd: tests: don't print error messages when out-of-memoryBrian Norris2013-08-056-54/+18Star
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-033-23/+20Star
|\