aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge tag 'driver-core-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 17-106/+1367
2016-12-13Merge tag 'pm-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 12-270/+977
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxGravatar Linus Torvalds 1-3/+3
2016-12-13Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 2-0/+80
2016-12-13Merge tag 'regmap-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 1-6/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+27
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-80/+21
2016-12-12Merge branches 'pm-sleep' and 'powercap'Gravatar Rafael J. Wysocki 1-3/+3
2016-12-12Merge branch 'pm-opp'Gravatar Rafael J. Wysocki 4-178/+529
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Gravatar Rafael J. Wysocki 6-27/+144
2016-12-12Merge branch 'pm-domains'Gravatar Rafael J. Wysocki 1-62/+301
2016-12-08firmware: Correct handling of fw_state_wait() return valueGravatar Bjorn Andersson 1-7/+6
2016-12-08PM / sleep: Print active wakeup sources when blocking on wakeup_count readsGravatar xing wei 1-3/+3
2016-12-08PM / core: Fix bug in the error handling of async suspendGravatar Sahitya Tummala 1-1/+1
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendGravatar Tony Lindgren 3-15/+88
2016-12-06PM / Domains: Fix compatible for domain idle stateGravatar Lina Iyer 1-1/+1
2016-12-06PM / OPP: Don't WARN on multiple calls to dev_pm_opp_set_regulators()Gravatar Viresh Kumar 1-1/+1
2016-12-06PM / OPP: Allow platform specific custom set_opp() callbacksGravatar Viresh Kumar 2-1/+115
2016-12-06PM / OPP: Separate out _generic_set_opp()Gravatar Viresh Kumar 2-53/+131
2016-12-06PM / OPP: Add infrastructure to manage multiple regulatorsGravatar Viresh Kumar 4-120/+293
2016-12-06PM / OPP: Pass struct dev_pm_opp_supply to _set_opp_voltage()Gravatar Viresh Kumar 1-27/+17
2016-12-06PM / OPP: Manage supply's voltage/current in a separate structureGravatar Viresh Kumar 4-42/+39
2016-12-06PM / OPP: Don't use OPP structure outside of rcu protected sectionGravatar Viresh Kumar 1-3/+13
2016-12-05driver core: Silence device links sphinx warningGravatar Lukas Wunner 1-2/+2
2016-12-01firmware: remove warning at documentation generation timeGravatar Silvio Fricke 1-3/+3
2016-11-30PM / OPP: Pass opp_table to dev_pm_opp_put_regulator()Gravatar Stephen Boyd 1-16/+6
2016-11-30PM / Domains: Do not print PM domain add error message if EPROBE_DEFERGravatar Geert Uytterhoeven 1-2/+3
2016-11-30PM / QoS: Export dev_pm_qos_update_user_latency_toleranceGravatar Andrew Lutomirski 1-0/+1
2016-11-30PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_usGravatar Andrew Lutomirski 1-1/+4
2016-11-30PM / QoS: Improve sysfs pm_qos_latency_tolerance validationGravatar Andrew Lutomirski 1-1/+5
2016-11-30drivers: base: dma-mapping: Fix typo in dmam_alloc_non_coherent commentsGravatar Florian Fainelli 1-2/+2
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextGravatar Dave Airlie 2-6/+7
2016-11-29driver core: test_async: fix up typo found by 0-dayGravatar Greg Kroah-Hartman 1-1/+1
2016-11-29firmware: move fw_state_is_done() into UHM sectionGravatar Daniel Wagner 1-7/+7
2016-11-29firmware: do not use fw_lock for fw_state protectionGravatar Daniel Wagner 1-36/+15
2016-11-29firmware: drop bit ops in favor of simple state machineGravatar Daniel Wagner 1-7/+5
2016-11-29firmware: refactor loading statusGravatar Daniel Wagner 1-34/+93
2016-11-29firmware: fix usermode helper fallback loadingGravatar Yves-Alexis Perez 1-3/+4
2016-11-29driver core: firmware_class: convert to use class_groupsGravatar Greg Kroah-Hartman 1-4/+6
2016-11-29driver core: devcoredump: convert to use class_groupsGravatar Greg Kroah-Hartman 1-4/+6
2016-11-29driver core: class: add class_groups supportGravatar Greg Kroah-Hartman 1-0/+15
2016-11-29driver-core: fix platform_no_drv_owner.cocci warningsGravatar Julia Lawall 1-2/+0
2016-11-29drivers/base/memory.c: Remove unused 'first_page' variableGravatar Kirtika Ruchandani 1-2/+0
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledGravatar Chen Yu 1-0/+27
2016-11-29Merge tag 'soc-device-match-tag1' into nextGravatar Ulf Hansson 2-0/+80
2016-11-25regmap: cache: Remove unused 'blksize' variableGravatar Kirtika Ruchandani 1-6/+2
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Gravatar Ulf Hansson 1-5/+30
2016-11-15devres: add devm_alloc_percpu()Gravatar Madalin Bucur 1-0/+66
2016-11-13Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+3
2016-11-11PM / Domains: Fix a warning messageGravatar Dan Carpenter 1-1/+1