aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-05PM-runtime: update time accounting only when enabledVincent Guittot1-7/+10
2019-02-05PM-runtime: Switch accounting over to ktime_get_mono_fast_ns()Vincent Guittot1-4/+13
2019-02-01PM-runtime: Optimize pm_runtime_autosuspend_expiration()Ladislav Michl1-11/+8
2019-02-01Merge back earlier PM core material for v5.1.Rafael J. Wysocki3-14/+45
2019-02-01driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2-2/+16
2019-02-01driver core: Make driver core own stateful device linksRafael J. Wysocki1-15/+54
2019-02-01driver core: Do not call rpm_put_suppliers() in pm_runtime_drop_link()Rafael J. Wysocki2-2/+3
2019-02-01driver core: Fix adding device links to probing suppliersRafael J. Wysocki1-8/+66
2019-02-01driver core: Fix handling of runtime PM flags in device_link_add()Rafael J. Wysocki2-30/+41
2019-02-01driver core: Do not resume suppliers under device_links_write_lock()Rafael J. Wysocki1-6/+14
2019-02-01driver core: Avoid careless re-use of existing device linksRafael J. Wysocki1-3/+20
2019-02-01driver core: Fix DL_FLAG_AUTOREMOVE_SUPPLIER device link flag handlingRafael J. Wysocki1-8/+12
2019-01-31drivers: base: Use __printf markup to silence compilerMathieu Malaterre1-0/+1
2019-01-31driver core: Rewrite test_async_driver_probe to cover serialization and NUMA affinityAlexander Duyck1-60/+201
2019-01-31PM core: Use new async_schedule_dev commandAlexander Duyck1-6/+6
2019-01-31driver core: Attach devices on CPU local to device nodeAlexander Duyck1-2/+2
2019-01-31driver core: Probe devices asynchronously instead of the driverAlexander Duyck3-20/+48
2019-01-31device core: Consolidate locking and unlocking of parent and deviceAlexander Duyck3-39/+81
2019-01-31driver core: Establish order of operations for device_add and device_del via bitflagAlexander Duyck3-11/+26
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath2-11/+17
2019-01-31PM-runtime: update accounting_timestamp on enableVincent Guittot1-3/+8
2019-01-30PM-runtime: Fix deadlock with ktime_get()Vincent Guittot1-5/+5
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-4/+95
2019-01-29Merge branch 'regmap-5.1' into regmap-nextMark Brown1-1/+1
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre1-1/+1
2019-01-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li1-1/+1
2019-01-23PM: domains: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+2
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen1-4/+95
2019-01-22driver core: Remove the link if there is no driver with AUTO flagYong Wu1-2/+2
2019-01-22driver core: silence device link messages unless debuggingJerome Brunet1-3/+3
2019-01-22cacheinfo: Keep the old value if of_property_read_u32 failsHuacai Chen1-4/+2
2019-01-22firmware_loader: move firmware/ to drivers/base/firmware_loader/builtin/Masahiro Yamada3-0/+43
2019-01-22firmware_loader: move CONFIG_FW_LOADER_USER_HELPER switch to MakefileMasahiro Yamada2-6/+1
2019-01-19Merge tag 'regmap-fix-v5.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-1/+7
2019-01-18driver core: move device->knode_class to device_privateWei Yang3-6/+16
2019-01-18PM: clock_ops: fix missing clk_prepare() return value checkAditya Pakki1-4/+9
2019-01-15PM-runtime: Add new interface to get accounted timeVincent Guittot1-0/+15
2019-01-15Merge 5.0-rc2 into driver-core-nextGreg Kroah-Hartman2-4/+10
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2019-01-11Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki1-0/+3
2019-01-10PM-runtime: Fix autosuspend_delay on 32bits archVincent Guittot1-2/+2
2019-01-10PM-runtime: Fix 'jiffies' in comments after switch to hrtimersLadislav Michl1-2/+5
2019-01-08driver core: drop use of BUS_ATTR()Greg Kroah-Hartman1-1/+8
2019-01-08driver core: bus: convert to use BUS_ATTR_WO and RWGreg Kroah-Hartman1-6/+5
2019-01-07Merge branch 'regmap-4.21' into regmap-5.0Mark Brown1-1/+1
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2019-01-04drivers/base/platform.c: kmemleak ignore a known leakQian Cai1-0/+3
2019-01-02Merge tag 'devprop-4.21-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+3
2019-01-02PM: sleep: call devfreq suspend/resumeLukasz Luba1-0/+3
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds1-3/+1