aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-01firmware_loader: Fix a typo ("syfs" -> "sysfs")Jonathan Neuschäfer1-3/+3
2019-04-04drivers: base: firmware_loader: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2-0/+2
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao1-4/+4
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada3-0/+43
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada2-6/+1
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson1-2/+5
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar1-12/+18
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesLuis R. Rodriguez1-5/+0
2018-07-16firmware: add call to LSM hook before firmware sysfs fallbackMimi Zohar1-0/+7
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez1-0/+27
2018-05-14firmware_loader: make firmware_fallback_sysfs() print more usefulLuis R. Rodriguez1-1/+6
2018-05-14firmware_loader: move kconfig FW_LOADER entries to its own fileLuis R. Rodriguez1-0/+154
2018-05-14firmware_loader: document firmware_sysfs_fallback()Luis R. Rodriguez1-0/+20
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez4-14/+14
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez2-15/+15
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez4-19/+42
2018-04-25firmware: some documentation fixesAndres Rodriguez2-3/+3
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez1-0/+24
2018-03-22firmware: fix typo on pr_info_once() when ignore_sysfs_fallback is usedLuis R. Rodriguez1-1/+1
2018-03-21firmware: explicitly include vmalloc.hStephen Rothwell1-0/+1
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez1-0/+14
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez1-2/+12
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez1-3/+9
2018-03-20rename: _request_firmware_load() fw_load_sysfs_fallback()Luis R. Rodriguez1-3/+10
2018-03-20firmware: enable to force disable the fallback mechanism at run timeLuis R. Rodriguez3-0/+18
2018-03-20firmware: enable run time change of forcing fallback loaderLuis R. Rodriguez3-1/+21
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez6-0/+2062