aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_firmware.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-04test_firmware: add support for request_firmware_into_bufScott Branden1-2/+48
2019-07-25test_firmware: fix a memory leak bugWenwen Wang1-1/+4
2019-06-08Merge tag 'char-misc-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-7/+7
2019-05-24test_firmware: Use correct snprintf() limitDan Carpenter1-7/+7
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-03-07lib/test_firmware.c: remove some dead codeDan Carpenter1-9/+0
2018-11-11test_firmware: fix error return getting clobberedColin Ian King1-0/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-4/+6
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap1-0/+1
2018-01-22test_firmware: fix missing unlock on error in config_num_requests_store()Wei Yongjun1-0/+1
2018-01-22test_firmware: make local symbol test_fw_config staticWei Yongjun1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-9/+5
2017-08-10test_firmware: add batched firmware testsLuis R. Rodriguez1-0/+710
2017-01-25test_firmware: add test custom fallback triggerLuis R. Rodriguez1-0/+45
2017-01-25test_firmware: use device attribute groupsLuis R. Rodriguez1-24/+11
2017-01-25test_firmware: move misc_device downLuis R. Rodriguez1-6/+6
2016-01-07test: firmware_class: add asynchronous request triggerBrian Norris1-0/+65
2016-01-07test: firmware_class: use kstrndup() where appropriateBrian Norris1-2/+1
2016-01-07test: firmware_class: report errors properly on failureBrian Norris1-3/+8
2014-07-17test: add firmware_class loader testKees Cook1-0/+117