summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/tests
AgeCommit message (Expand)AuthorLines
2024-10-03mtd: tests: Include <linux/prandom.h> instead of <linux/random.h>Uros Bizjak-3/+3
2024-07-01mtd: make mtd_test.c a separate moduleArnd Bergmann-17/+26
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-9/+9
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-18/+9
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień-6/+6
2022-03-14mtd: tests: Fix eraseblock read speed miscalculation for lower partition sizesAmit Kumar Mahapatra-6/+5
2021-05-10mtd: tests: Remove redundant assignment to errYang Li-2/+0
2021-05-10mtd: mtd_oobtest: Remove redundant assignment to errJiapeng Chong-6/+0
2021-05-10mtd: mtd_oobtest: fix error return code in mtd_oobtest_init()Zhang Xiaoxu-0/+1
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal-15/+14
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326Thomas Gleixner-106/+8
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner-0/+1
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal-1/+1
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal-7/+7
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon-7/+14
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-03-21mtd: tests: check erase block count in page testStefan Agner-3/+7
2018-03-15mtd: Unconditionally update ->fail_addr and ->addr in part_erase()Boris Brezillon-2/+0
2018-03-15mtd: Stop assuming mtd_erase() is asynchronousBoris Brezillon-10/+0
2018-01-12mtd: mtd_oobtest: Handle bitflips during readsMiquel Raynal-0/+21
2018-01-09mtd: tests: nandbiterrs: Fix read_page return valueSascha Hauer-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+3
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon-1/+1
2017-06-08mtd: subpagetest: fix wrong written check in function write_eraseblock2Xiaolei Li-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2016-07-11mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler-1/+1
2016-03-24Merge tag 'for-linus-20160324' of git://git.infradead.org/linux-mtdLinus Torvalds-25/+24
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON-25/+24
2016-03-04mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz-1/+1
2016-01-06mtd: tests: consolidate kmalloc/memset 0 call to kzallocNicholas Mc Guire-2/+1
2015-10-26mtd: tests: Replace timeval with ktime_tShraddha Barke-10/+10
2015-08-27mtd: mtd_oobtest: Fix the address offset with vary_offset caseRoger Quadros-6/+12
2015-05-14mtd: readtest: don't clobber error reportsBrian Norris-2/+4
2015-04-05mtd: Make MTD tests cancelableRichard Weinberger-24/+120
2015-04-05mtd: mtd_oobtest: Fix bitflip_limit usage in test case 3Roger Quadros-27/+35
2015-03-11mtd: tests: fix more potential integer overflowsBrian Norris-10/+10
2014-12-12mtd: tests: abort torturetest on erase errorsBrian Norris-1/+3
2014-11-20mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris-1/+1
2014-11-19mtd: mtd_oobtest: add bitflip_limit parameterRoger Quadros-18/+47
2014-11-19mtd: mtd_oobtest: Show the verification error location and dataRoger Quadros-7/+29
2014-08-19mtd: tests: fix integer overflow issuesBrian Norris-22/+22
2014-04-17mtd: mtd_oobtest: generate consistent data for verificationAkinobu Mita-7/+10
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam-1/+1
2013-10-27mtd: nand: add a helper to detect the nand typeHuang Shijie-4/+4
2013-08-30mtd: tests: incorporate error message for mtdtest_write()Akinobu Mita-50/+12
2013-08-30mtd: tests: incorporate error message for mtdtest_read()Akinobu Mita-76/+17