summaryrefslogtreecommitdiffstats
path: root/drivers/base
AgeCommit message (Expand)AuthorLines
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-11-28firmware: cleanup FIRMWARE_IN_KERNEL messageRobin H. Johnson-12/+13
2017-11-28isa: Prevent NULL dereference in isa_bus driver callbacksWilliam Breathitt Gray-5/+5
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki-5/+68
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook-1/+1
2017-11-21dma-buf/fence: Fix lock inversion within dma-fence-arrayChris Wilson-0/+1
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+11
2017-11-16PM / runtime: Drop children check from __pm_runtime_set_status()Rafael J. Wysocki-20/+11
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-9/+17
2017-11-14Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-0/+1
2017-11-13Merge tag 'devprop-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+7
2017-11-13Merge tag 'pm-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-3290/+289
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-5/+3
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+10
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+3
2017-11-13Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds-19/+104
2017-11-13Merge branch 'pm-core'Rafael J. Wysocki-38/+35
2017-11-13Merge branch 'pm-sleep'Rafael J. Wysocki-23/+0
2017-11-13Merge branches 'pm-cpufreq-sched' and 'pm-opp'Rafael J. Wysocki-3092/+0
2017-11-13Merge branch 'pm-cpufreq'Rafael J. Wysocki-6/+23
2017-11-13Merge branch 'pm-qos'Rafael J. Wysocki-63/+46
2017-11-13Merge branch 'pm-domains'Rafael J. Wysocki-88/+205
2017-11-09device property: Make fwnode_handle_get() return the fwnodeSakari Ailus-2/+7
2017-11-08driver core: Fix device link deferred probeAdrian Hunter-4/+12
2017-11-08PM / Domains: Fix genpd to deal with drivers returning 1 from ->prepare()Ulf Hansson-2/+3
2017-11-08PM / QoS: Fix device resume latency frameworkRafael J. Wysocki-32/+45
2017-11-08Merge branch 'pm-domains' into pm-qosRafael J. Wysocki-86/+202
2017-11-08PM / domains: Rework governor code to be more consistentRafael J. Wysocki-23/+50
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-8/+36
2017-11-08PM / Domains: Remove gpd_dev_ops.active_wakeup() callbackGeert Uytterhoeven-11/+3
2017-11-08PM / Domains: Allow genpd users to specify default active wakeup behaviorGeert Uytterhoeven-0/+3
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+13
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki-0/+6
2017-11-06PM / core: Add SMART_SUSPEND driver flagRafael J. Wysocki-0/+3
2017-11-06PM / core: Add NEVER_SKIP and SMART_PREPARE driver flagsRafael J. Wysocki-1/+5
2017-11-06Merge branch 'acpi-pm' into pm-coreRafael J. Wysocki-31/+1