aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-29Merge tag 'soc-device-match-tag1' into nextUlf Hansson2-0/+80
2016-11-25regmap: cache: Remove unused 'blksize' variableKirtika Ruchandani1-6/+2
2016-11-19PM / Runtime: Defer resuming of the device in pm_runtime_force_resume()Ulf Hansson1-5/+30
2016-11-16Merge branch 'x86/cpufeature' into x86/cacheThomas Gleixner3-8/+11
2016-11-15devres: add devm_alloc_percpu()Madalin Bucur1-0/+66
2016-11-13Merge tag 'driver-core-4.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+3
2016-11-11PM / Domains: Fix a warning messageDan Carpenter1-1/+1
2016-11-11PM / sleep: don't suspend parent when async child suspend_{noirq, late} failsBrian Norris1-4/+4
2016-11-10drivers: base: cacheinfo: support DT overrides for cache propertiesSudeep Holla1-0/+121
2016-11-10drivers: base: cacheinfo: add pr_fmt loggingSudeep Holla1-0/+2
2016-11-10drivers: base: cacheinfo: fix boot error message when acpi is enabledSudeep Holla1-4/+8
2016-11-10drivers: base: cacheinfo: fix x86 with CONFIG_OF enabledSudeep Holla1-0/+3
2016-11-10driver-core: add test module for asynchronous probingDmitry Torokhov5-0/+185
2016-11-10driver core: Add deferred_probe attribute to devices in sysfsBen Hutchings3-0/+22
2016-11-10base: soc: Check for NULL SoC device attributesGeert Uytterhoeven1-4/+8
2016-11-10base: soc: Introduce soc_device_match() interfaceArnd Bergmann2-0/+67
2016-11-10base: soc: Early register bus when neededGeert Uytterhoeven1-0/+9
2016-11-09drivers base/topology: Convert to hotplug state machineSebastian Andrzej Siewior1-37/+5
2016-11-09drivers base/cacheinfo: Convert to hotplug state machineSebastian Andrzej Siewior1-43/+16
2016-11-09PM / Runtime: Don't allow to suspend a device with an active childUlf Hansson1-1/+11
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie1-2/+4
2016-10-31PM / runtime: Optimize the use of device linksRafael J. Wysocki2-10/+33
2016-10-31PM / runtime: Use device linksRafael J. Wysocki3-6/+181
2016-10-31PM / sleep: Make async suspend/resume of devices use device linksRafael J. Wysocki1-6/+79
2016-10-31driver core: Functional dependencies tracking supportRafael J. Wysocki5-5/+601
2016-10-31driver core: fix smatch warning on dev->bus checkRob Herring1-1/+1
2016-10-31driver core: skip removal test for non-removable driversRob Herring1-1/+2
2016-10-30Merge 4.9-rc3 into driver-core-nextGreg Kroah-Hartman1-2/+4
2016-10-28driver core: Add a wrapper around __device_release_driver()Rafael J. Wysocki1-12/+18
2016-10-27driver core: Make Kconfig text for DEBUG_TEST_DRIVER_REMOVE strongerLaura Abbott1-2/+4
2016-10-27PM / Domains: check for negative return from of_count_phandle_with_args()Colin Ian King1-1/+1
2016-10-26cacheinfo: Introduce cache idFenghua Yu1-0/+5
2016-10-25dma-buf: Rename struct fence to dma_fenceChris Wilson1-3/+3
2016-10-21PM / Domains: Support IRQ safe PM domainsLina Iyer1-10/+101
2016-10-21PM / Domains: Abstract genpd lockingLina Iyer1-40/+81
2016-10-21PM / Domains: Save the fwnode in genpd_power_stateLina Iyer1-0/+1
2016-10-21PM / Domains: Allow domain power states to be read from DTLina Iyer1-0/+94
2016-10-21PM / Domains: Make genpd state allocation dynamicLina Iyer1-12/+23
2016-10-21PM / Runtime: Clarify comment in rpm_resume() when resuming the parentUlf Hansson1-2/+2
2016-10-21PM / Runtime: Remove the exported function pm_children_suspended()Ulf Hansson1-1/+2
2016-10-21PM / OPP: fix debug/error messages in dev_pm_opp_of_get_sharing_cpus()Masahiro Yamada1-2/+2
2016-10-21PM / OPP: make _of_get_opp_desc_node() a static functionMasahiro Yamada2-2/+1
2016-10-07memory-hotplug: fix store_mem_state() return valueReza Arbab1-1/+4
2016-10-05Merge tag 'pinctrl-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-4/+8
2016-10-04Merge tag 'regmap-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds3-18/+67
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs' into regmap-nextMark Brown3-18/+67
2016-10-03Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds9-49/+94
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2016-10-03Merge tag 'acpi-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-10-02Merge branches 'pm-cpuidle', 'pm-opp' and 'pm-avs'Rafael J. Wysocki2-9/+15