summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)Author
2016-12-12Merge branches 'pm-core', 'pm-qos' and 'pm-avs'Rafael J. Wysocki
2016-12-12Merge branch 'pm-domains'Rafael J. Wysocki
2016-12-08PM / core: Fix bug in the error handling of async suspendSahitya Tummala
2016-12-06PM / wakeirq: Fix dedicated wakeirq for drivers not using autosuspendTony Lindgren
2016-12-06PM / Domains: Fix compatible for domain idle stateLina Iyer
2016-11-30PM / Domains: Do not print PM domain add error message if EPROBE_DEFERGeert Uytterhoeven
2016-11-30PM / QoS: Export dev_pm_qos_update_user_latency_toleranceAndrew Lutomirski
2016-11-30PM / QoS: Fix writing 'auto' to pm_qos_latency_tolerance_usAndrew Lutomirski
2016-11-30PM / QoS: Improve sysfs pm_qos_latency_tolerance validationAndrew Lutomirski
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson
2016-11-13Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-11-11PM / Domains: Fix a warning messageDan Carpenter
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris
2016-11-09PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson
2016-10-31driver core: fix smatch warning on dev->bus checkRob Herring
2016-10-31driver core: skip removal test for non-removable driversRob Herring
2016-10-27driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE strongerLaura Abbott
2016-10-27PM / Domains: check for negative return from of_count_phandle_with_args()Colin Ian King
2016-10-21PM / Domains: Support IRQ safe PM domainsLina Iyer
2016-10-21PM / Domains: Abstract genpd lockingLina Iyer
2016-10-21PM / Domains: Save the fwnode in genpd_power_stateLina Iyer
2016-10-21PM / Domains: Allow domain power states to be read from DTLina Iyer
2016-10-21PM / Domains: Make genpd state allocation dynamicLina Iyer
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson
2016-10-07memory-hotplug: fix store_mem_state() return valueReza Arbab
2016-10-05Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2016-10-04Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki
2016-10-02Merge branch 'pm-domains'Rafael J. Wysocki
2016-10-02Merge branch 'device-properties'Rafael J. Wysocki
2016-09-28drivers: dma-coherent: Move spinlock in dma_alloc_from_coherent()Bastian Hecht
2016-09-28drivers: dma-coherent: Fix DMA coherent size for less than pageGeorge G. Davis
2016-09-27driver-core: platform: Catch errors from calls to irq_get_irq_dataGuenter Roeck
2016-09-26PM / OPP: Don't support OPP if it provides supported-hw but platform does notDave Gerlach
2016-09-24PM / Domains: Rename pm_genpd_sync_poweron|poweroff()Ulf Hansson
2016-09-24PM / Domains: Don't measure latency of ->power_on|off() during system PMUlf Hansson
2016-09-24PM / Domains: Remove redundant system PM callbacksUlf Hansson
2016-09-24PM / Domains: Simplify detaching a device from its genpdUlf Hansson
2016-09-23Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-09-23Merge tag 'v4.8-rc6' into develLinus Walleij
2016-09-22regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko
2016-09-20Merge branch 'irq/urgent' into irq/coreThomas Gleixner
2016-09-17PM / OPP: avoid maybe-uninitialized warningArnd Bergmann
2016-09-17PM / Domains: Allow holes in genpd_data.domains arrayTomeu Vizoso
2016-09-16regmap: Add missing little endian functionsTony Lindgren