summaryrefslogtreecommitdiff
path: root/drivers/mtd/tests/mtd_nandecctest.c
AgeCommit message (Expand)Author
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-18mtd: rawnand: Clarify Kconfig entry MTD_NANDMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2016-03-04mtd: nand: tests: fix regression introduced in mtd_nandectestJorge Ramirez-Ortiz
2015-04-05mtd: Make MTD tests cancelableRichard Weinberger
2014-01-03mtd: tests: mtd_nandecctest: Use IS_ENABLED() macroFabio Estevam
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds
2013-02-27mtd: mtd_nandecctest: use prandom_bytes instead of get_random_bytes()Akinobu Mita
2013-02-04mtd: rename random32() to prandom_u32()Akinobu Mita
2012-11-15mtd: tests: mtd_nandecctest: Use pr_fmt macroVikram Narayanan
2012-09-29mtd: mtd_nandecctest: add double bit error detection testsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: add single bit error correction testAkinobu Mita
2012-09-29mtd: mtd_nandecctest: add no corruption testAkinobu Mita
2012-09-29mtd: mtd_nandecctest: rewrite the test routineAkinobu Mita
2012-09-29mtd: mtd_nandecctest: support injecting bit error for ecc codeAkinobu Mita
2012-09-29mtd: mtd_nandecctest: ensure alignment requirement for bitopsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: improve message outputAkinobu Mita
2012-09-29mtd: mtd_nandecctest: make module_init() return appropriate errnoAkinobu Mita
2012-09-29mtd: mtd_nandecctest: remove unnecessary includeAkinobu Mita
2012-09-29mtd: mtd_nandecctest: make module_init() return an error code if test failsAkinobu Mita
2012-09-29mtd: mtd_nandecctest: remove unnecessary srandom32() callAkinobu Mita
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-30mtd: add nand_ecc test moduleAkinobu Mita