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