summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_loader/main.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: Add support for loading compressed filesTakashi Iwai2019-06-181-9/+138
* firmware: Factor out the paged buffer handling codeTakashi Iwai2019-06-181-0/+52
* firmware: Use kvmalloc for page tablesTakashi Iwai2019-06-101-1/+1
* firmware: Unify the paged buffer release helperTakashi Iwai2019-06-101-9/+18
* firmware: Free temporary page table after vmappingTakashi Iwai2019-06-101-3/+3
* firmware: hardcode the debug message for -ENOENTJohn Zhao2019-02-261-4/+4
* firmware: Always initialize the fw_priv list objectBjorn Andersson2018-09-301-2/+5
* firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar2018-09-121-12/+18
* firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez2018-05-141-0/+27
* firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez2018-05-141-1/+1
* firmware: use () to terminate kernel-doc function namesAndres Rodriguez2018-05-141-11/+11
* firmware: wrap FW_OPT_* into an enumAndres Rodriguez2018-05-141-3/+3
* firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez2018-03-221-0/+24
* firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez2018-03-201-0/+14
* firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez2018-03-201-2/+12
* firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez2018-03-201-3/+9
* firmware: move firmware loader into its own directoryLuis R. Rodriguez2018-03-201-0/+1189