summaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c
AgeCommit message (Expand)AuthorLines
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+1
2017-11-29firmware: replace #ifdef over FW_OPT_FALLBACK with function checksLuis R. Rodriguez-11/+29
2017-11-29firmware: provide helper for FW_OPT_USERHELPERLuis R. Rodriguez-13/+18
2017-11-29firmware: add helper to copy built-in data to pre-alloc bufferLuis R. Rodriguez-2/+9
2017-11-29firmware: use static inline for to_fw_priv()Luis R. Rodriguez-1/+4
2017-11-29firmware: rename sysfs state checks with sysfs prefixLuis R. Rodriguez-10/+10
2017-11-29firmware: use static inlines for state machine checkingLuis R. Rodriguez-39/+68
2017-11-29firmware: remove unused __fw_state_is_done()Luis R. Rodriguez-5/+0
2017-11-29firmware: remove duplicate fw_state_aborted()Luis R. Rodriguez-2/+0
2017-11-29firmware: move core data structures to the top of fileLuis R. Rodriguez-95/+95
2017-11-29firmware: rename struct fw_priv->fw_id to fw_nameLuis R. Rodriguez-13/+13
2017-11-29firmware: rename struct firmware_buf to struct fw_privLuis R. Rodriguez-185/+187
2017-11-29firmware: rename struct firmware_priv to struct fw_sysfsLuis R. Rodriguez-49/+49
2017-11-29firmware: fix detecting error on register_reboot_notifier()Luis R. Rodriguez-1/+8
2017-11-29firmware: provide helpers for registering the syfs loaderLuis R. Rodriguez-8/+21
2017-11-29firmware: fix capturing errors on fw_cache_init() on early initLuis R. Rodriguez-13/+32
2017-11-29firmware: add helper to unregister pm opsLuis R. Rodriguez-4/+10
2017-09-10Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds-99/+0
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman-15/+34
2017-08-10firmware: enable a debug print for batched requestsLuis R. Rodriguez-0/+2
2017-08-10firmware: define pr_fmtLuis R. Rodriguez-0/+2
2017-08-10firmware: send -EINTR on signal abort on fallback mechanismLuis R. Rodriguez-3/+6
2017-08-10firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez-2/+1
2017-08-10firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez-8/+30
2017-08-10firmware: fix batched requests - wake all waitersLuis R. Rodriguez-7/+5
2017-06-03firmware: move umh try locks into the umh codeLuis R. Rodriguez-32/+36
2017-06-03firmware: move assign_firmware_buf() further upLuis R. Rodriguez-39/+38
2017-06-03firmware: add sanity check on shutdown/suspendLuis R. Rodriguez-0/+99
2017-06-03firmware: always enable the reboot notifierLuis R. Rodriguez-19/+18
2017-06-03firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez-15/+14
2017-06-03firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez-16/+16
2017-01-27firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez-4/+1
2016-12-08firmware: Correct handling of fw_state_wait() return valueBjorn Andersson-7/+6
2016-12-01firmware: remove warning at documentation generation timeSilvio Fricke-3/+3
2016-11-29firmware: move fw_state_is_done() into UHM sectionDaniel Wagner-7/+7
2016-11-29firmware: do not use fw_lock for fw_state protectionDaniel Wagner-36/+15
2016-11-29firmware: drop bit ops in favor of simple state machineDaniel Wagner-7/+5
2016-11-29firmware: refactor loading statusDaniel Wagner-34/+93
2016-11-29firmware: fix usermode helper fallback loadingYves-Alexis Perez-3/+4
2016-11-29driver core: firmware_class: convert to use class_groupsGreg Kroah-Hartman-4/+6
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd-26/+99
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla-2/+5
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd-31/+26
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+4
2016-02-29firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez-2/+6
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar-42/+10
2016-02-18firmware: clean up filesystem load exit pathKees Cook-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez-4/+4
2016-02-08firmware: Change the page arrary alloc to vmallocChen Feng-5/+4