aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/firmware_class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-10Revert "firmware: add sanity check on shutdown/suspend"Linus Torvalds1-99/+0
2017-08-14Merge 4.13-rc5 into driver-core-nextGreg Kroah-Hartman1-15/+34
2017-08-10firmware: enable a debug print for batched requestsLuis R. Rodriguez1-0/+2
2017-08-10firmware: define pr_fmtLuis R. Rodriguez1-0/+2
2017-08-10firmware: send -EINTR on signal abort on fallback mechanismLuis R. Rodriguez1-3/+6
2017-08-10firmware: avoid invalid fallback aborts by using killable waitLuis R. Rodriguez1-2/+1
2017-08-10firmware: fix batched requests - send wake up on failure on direct lookupsLuis R. Rodriguez1-8/+30
2017-08-10firmware: fix batched requests - wake all waitersLuis R. Rodriguez1-7/+5
2017-06-03firmware: move umh try locks into the umh codeLuis R. Rodriguez1-32/+36
2017-06-03firmware: move assign_firmware_buf() further upLuis R. Rodriguez1-39/+38
2017-06-03firmware: add sanity check on shutdown/suspendLuis R. Rodriguez1-0/+99
2017-06-03firmware: always enable the reboot notifierLuis R. Rodriguez1-19/+18
2017-06-03firmware: share fw fallback killing on reboot/suspendLuis R. Rodriguez1-15/+14
2017-06-03firmware: move kill_requests_without_uevent() up aboveLuis R. Rodriguez1-16/+16
2017-01-27firmware: fix NULL pointer dereference in __fw_load_abort()Luis R. Rodriguez1-4/+1
2016-12-08firmware: Correct handling of fw_state_wait() return valueBjorn Andersson1-7/+6
2016-12-01firmware: remove warning at documentation generation timeSilvio Fricke1-3/+3
2016-11-29firmware: move fw_state_is_done() into UHM sectionDaniel Wagner1-7/+7
2016-11-29firmware: do not use fw_lock for fw_state protectionDaniel Wagner1-36/+15
2016-11-29firmware: drop bit ops in favor of simple state machineDaniel Wagner1-7/+5
2016-11-29firmware: refactor loading statusDaniel Wagner1-34/+93
2016-11-29firmware: fix usermode helper fallback loadingYves-Alexis Perez1-3/+4
2016-11-29driver core: firmware_class: convert to use class_groupsGreg Kroah-Hartman1-4/+6
2016-08-02firmware: support loading into a pre-allocated bufferStephen Boyd1-26/+99
2016-08-02firmware: provide infrastructure to make fw caching optionalVikram Mulukutla1-2/+5
2016-08-02firmware: consolidate kmap/read/write logicStephen Boyd1-31/+26
2016-03-17Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-5/+4
2016-02-29firmware: change kernel read fail to dev_dbg()Luis R. Rodriguez1-2/+6
2016-02-21firmware: replace call to fw_read_file_contents() with kernel versionMimi Zohar1-42/+10
2016-02-18firmware: clean up filesystem load exit pathKees Cook1-7/+5
2016-02-18firmware: move completing fw into a helperLuis R. Rodriguez1-4/+10
2016-02-18firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez1-4/+4
2016-02-08firmware: Change the page arrary alloc to vmallocChen Feng1-5/+4
2016-02-08firmware: simplify dev_*() print messages for generic helpersLuis R. Rodriguez1-4/+4
2016-01-07firmware: actually return NULL on failed request_firmware_nowait()Brian Norris1-3/+5
2015-08-05firmware: fix wrong memory deallocation in fw_add_devm_name()Vladimir Zapolskiy1-1/+1
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-06-01firmware: add missing kfree for work on async callLuis R. Rodriguez1-1/+3
2015-05-24firmware: use const for remaining firmware namesLuis R. Rodriguez1-12/+28
2015-05-24firmware: fix possible use after free on name on asynchronous requestLuis R. Rodriguez1-1/+5
2015-05-24firmware: check for file truncation on direct firmware loadingLuis R. Rodriguez1-2/+7
2015-05-24firmware: fix __getname() missing failure checkLuis R. Rodriguez1-1/+5
2015-03-25drivers: base: fw: fix ret value when loading fwZahari Doychev1-0/+2
2015-03-25firmware: Avoid manual device_create_file() callsTakashi Iwai1-19/+21
2015-03-25firmware_class: Fix whitespace and indentationAndrei Oprea1-3/+4
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-22/+11
2015-02-12PM / OPP / clk: Remove unnecessary OOM messageQuentin Lambert1-1/+0
2015-02-03firmware_loader: handle timeout via wait_for_completion_interruptible_timeout()Ming Lei1-24/+6
2015-02-03firmware_loader: abort request if wait_for_completion is interruptedMing Lei1-0/+7
2015-02-03firmware: Correct function name in commentBorislav Petkov1-1/+1