summaryrefslogtreecommitdiff
path: root/drivers/base/firmware_loader/main.c
AgeCommit message (Expand)Author
2020-03-20firmware: Add new platform fallback mechanism and firmware_request_platform()Hans de Goede
2020-02-10firmware_loader: load files from the mount namespace of initTopi Miettinen
2020-01-24firmware: Rename FW_OPT_NOFALLBACK to FW_OPT_NOFALLBACK_SYSFSHans de Goede
2019-11-14firmware_class: make firmware caching configurableMark Salyzyn
2019-11-03firmware loader: log path to loaded firmwaresDrew DeVault
2019-10-11firmware: Update pointer to documentationArkadiusz Drabczyk
2019-06-18firmware: Add support for loading compressed filesTakashi Iwai
2019-06-18firmware: Factor out the paged buffer handling codeTakashi Iwai
2019-06-10firmware: Use kvmalloc for page tablesTakashi Iwai
2019-06-10firmware: Unify the paged buffer release helperTakashi Iwai
2019-06-10firmware: Free temporary page table after vmappingTakashi Iwai
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao
2018-09-30firmware: Always initialize the fw_priv list objectBjorn Andersson
2018-09-12firmware: Fix security issue with request_firmware_into_buf()Rishabh Bhatnagar
2018-05-14firmware: add firmware_request_nowarn() - load firmware without warningsAndres Rodriguez
2018-05-14firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()Andres Rodriguez
2018-05-14firmware: use () to terminate kernel-doc function namesAndres Rodriguez
2018-05-14firmware: wrap FW_OPT_* into an enumAndres Rodriguez
2018-03-22firmware: add firmware_request_cache() to help with cache on rebootLuis R. Rodriguez
2018-03-20firmware: ensure the firmware cache is not used on incompatible callsLuis R. Rodriguez
2018-03-20firmware: add helper to check to see if fw cache is setupLuis R. Rodriguez
2018-03-20firmware: fix checking for return values for fw_add_devm_name()Luis R. Rodriguez
2018-03-20firmware: move firmware loader into its own directoryLuis R. Rodriguez