summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2016-11-30driver core: test_async: fix up typo found by 0-dayGreg Kroah-Hartman1-1/+1
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-11-29driver core: devcoredump: convert to use class_groupsGreg Kroah-Hartman1-4/+6
2016-11-29driver core: class: add class_groups supportGreg Kroah-Hartman1-0/+15
2016-11-29driver-core: fix platform_no_drv_owner.cocci warningsJulia Lawall1-2/+0
2016-11-29drivers/base/memory.c: Remove unused 'first_page' variableKirtika Ruchandani1-2/+0
2016-11-29timekeeping: Ignore the bogus sleep time if pm_trace is enabledChen Yu1-0/+27
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-16devres: 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/...Linus 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-10drivers base/topology: Convert to hotplug state machineSebastian Andrzej Siewior1-37/+5
2016-11-10drivers 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-27cacheinfo: 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