aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede1-1/+1
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn1-3/+3
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault1-0/+1
2019-10-11firmware: Update pointer to documentationArkadiusz Drabczyk1-1/+1
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai1-9/+138
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai1-0/+52
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai1-1/+1
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai1-9/+18
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai1-3/+3
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao1-4/+4
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-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez1-0/+27
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez1-1/+1
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez1-11/+11
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez1-3/+3
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez1-0/+24
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-20firmware: move firmware loader into its own directoryLuis R. Rodriguez1-0/+1189