aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/firmware (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-23selftests: firmware: Fix it to do root uid check and skipShuah Khan1-0/+6
2019-09-04selftests: firmware: Add request_firmware_into_buf testsScott Branden2-2/+66
2019-06-18selftests: firmware: Add compressed firmware testsTakashi Iwai3-10/+71
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-08selftests: firmware: fix verify_reqs() return valueLuis Chamberlain1-1/+1
2019-02-08Revert "selftests: firmware: remove use of non-standard diff -Z option"Luis Chamberlain1-3/+6
2019-02-08Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to config"Luis Chamberlain1-1/+0
2018-11-27selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to configDan Rue1-0/+1
2018-11-27selftests: firmware: remove use of non-standard diff -Z optionDan Rue1-6/+3
2018-05-30selftests: firmware: return Kselftest Skip code for skipped testsShuah Khan (Samsung OSG)3-5/+10
2018-04-25selftests:firmware: fixes a call to a wrong function nameJeffrin Jose T1-1/+1
2018-04-23test_firmware: fix setting old custom fw path back on exit, second tryBen Hutchings1-4/+6
2018-04-23test_firmware: Install all scriptsBen Hutchings1-0/+1
2018-03-20test_firmware: modify custom fallback tests to use unique filesLuis R. Rodriguez3-8/+46
2018-03-20test_firmware: test three firmware kernel configs using a proc knobLuis R. Rodriguez3-1/+122
2018-03-20test_firmware: expand on library with shared helpersLuis R. Rodriguez3-61/+63
2018-03-14test_firmware: replace syfs fallback check with kconfig_has helperLuis R. Rodriguez1-4/+1
2018-03-14test_firmware: enable custom fallback testing on limited kernel configsLuis R. Rodriguez3-1/+33
2018-03-14test_firmware: add simple firmware firmware test libraryLuis R. Rodriguez3-20/+51
2017-11-29test_firmware: wrap custom sysfs load tests into helperLuis R. Rodriguez1-15/+28
2017-11-29test_firmware: wrap basic sysfs fallback tests into helperLuis R. Rodriguez1-37/+41
2017-11-29test_firmware: wrap sysfs timeout test into helperLuis R. Rodriguez1-32/+37
2017-11-29test_firmware: fix setting old custom fw path back on exitLuis R. Rodriguez1-1/+4
2017-11-15selftests: firmware: skip unsupported custom firmware fallback testsAmit Pundir1-12/+26
2017-11-15selftests: firmware: skip unsupported async loading testsAmit Pundir1-13/+21
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez1-2/+239
2017-08-10test_firmware: add test case for SIGCHLD on sync fallbackLuis R. Rodriguez1-0/+31
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+20
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez1-0/+68
2017-01-25tools: firmware: add fallback cancelation testingLuis R. Rodriguez1-0/+32
2017-01-25tools: firmware: rename fallback mechanism scriptLuis R. Rodriguez2-3/+4
2017-01-25tools: firmware: check for distro fallback udev cancel ruleLuis R. Rodriguez1-2/+26
2017-01-11selftests: firmware: send expected errors to /dev/nullLuis R. Rodriguez1-3/+3
2017-01-11selftests: firmware: only modprobe if driver is missingLuis R. Rodriguez1-2/+17
2016-02-25selftests: create test-specific kconfig fragmentsBamvor Jian Zhang1-0/+1
2016-01-07selftests: firmware: add empty string and async testsBrian Norris1-1/+28
2015-08-05selftests: firmware: skip timeout checks for kernels without user mode helperLuis R. Rodriguez2-6/+31
2015-03-13selftests: Introduce minimal shared logic for running testsMichael Ellerman3-18/+2
2014-07-17test: add firmware_class loader testKees Cook3-0/+178