summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson2019-04-121-0/+4
| | * | | | | | PM / core: Introduce dpm_async_fn() helperYangtao Li2019-04-101-39/+23
| | * | | | | | PM / core: fix kerneldoc comment for device_pm_wait_for_dev()Yangtao Li2019-04-091-1/+1
| | * | | | | | PM / core: fix kerneldoc comment for dpm_watchdog_handler()Yangtao Li2019-04-091-1/+1
| | * | | | | | PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd2019-04-011-3/+3
| | |/ / / / /
| * | | | | | PM / Domains: Add genpd governor for CPUsUlf Hansson2019-04-111-1/+66
| * | | | | | PM / Domains: Add support for CPU devices to genpdUlf Hansson2019-04-101-1/+64
| * | | | | | PM / Domains: Add generic data pointer to struct genpd_power_stateUlf Hansson2019-04-101-2/+10
| |/ / / / /
* / / / / / mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang2019-04-191-1/+1
|/ / / / /
* | | | | Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-221-2/+2
|\ \ \ \ \
| * | | | | drivers: base: swnode: Make two functions staticYueHaibing2019-03-191-2/+2
| | |/ / / | |/| | |
* / | | | PM / Domains: Avoid a potential deadlockJiada Wang2019-03-191-7/+6
|/ / / /
* | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-0/+1
|\ \ \ \
| * | | | device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen2019-02-281-0/+1
* | | | | Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-149-53/+52
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pm-domains'Rafael J. Wysocki2019-03-142-5/+4
| |\ \ \ \ \
| | * | | | | PM / domains: Remove one unnecessary blank lineAisheng Dong2019-03-111-1/+0
| | * | | | | PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong2019-03-111-3/+3
| | * | | | | PM / Domains: Improve warn for multiple states but no governorAisheng Dong2019-03-111-1/+1
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2019-03-145-32/+25
| |\ \ \ \ \ \ \ \
| | | | * | | | | | PM / QoS: Fix typo in file descriptionAisheng Dong2019-03-111-1/+1
| | | | |/ / / / /
| | | * | | | | | PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki2019-03-121-17/+1
| | | * | | | | | PM / wakeup: Rework wakeup source timer cancellationViresh Kumar2019-03-121-1/+7
| | | |/ / / / /
| | * | | | | | PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson2019-03-072-11/+3
| | * | | | | | PM-runtime: Consolidate code to get active/suspended timeUlf Hansson2019-03-072-2/+13
| | |/ / / / /
| * / / / / / PM: Add and use pr_fmt()Joe Perches2019-03-074-16/+23
| |/ / / / /
* | | | | | Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-77/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig2019-02-201-77/+0
* | | | | | Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-081-0/+20
|\ \ \ \ \ \
| * | | | | | drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-221-0/+2
| * | | | | | drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski2019-02-211-0/+18
* | | | | | | Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-03-061-3/+59
|\ \ \ \ \ \ \
| * | | | | | | device connection: Find device connections also from device graphsHeikki Krogerus2019-02-141-3/+35
| * | | | | | | device connection: Prepare support for firmware described connectionsHeikki Krogerus2019-02-141-0/+24
| |/ / / / / /
* | | | | | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-0616-242/+752
|\ \ \ \ \ \ \
| * | | | | | | driver core: platform: remove misleading err_alloc labelJohannes Berg2019-03-011-3/+1
| * | | | | | | platform: set of_node in platform_device_register_full()Mans Rullgard2019-02-261-0/+2
| * | | | | | | firmware: hardcode the debug message for -ENOENTJohn Zhao2019-02-261-4/+4
| * | | | | | | driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2019-02-202-25/+8
| * | | | | | | drivers/component: kerneldoc polishDaniel Vetter2019-02-191-7/+7
| * | | | | | | async: Add cmdline option to specify drivers to be async probedFeng Tang2019-02-141-0/+24
| * | | | | | | driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki2019-02-132-19/+29
| * | | | | | | PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki2019-02-131-6/+18
| * | | | | | | driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata2019-02-121-1/+14
| * | | | | | | Merge tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org...Greg Kroah-Hartman2019-02-111-11/+195
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-113-10/+14
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | driver core: Postpone DMA tear-down until after devres releaseGeert Uytterhoeven2019-02-081-1/+1
| * | | | | | | | PM-runtime: Take suppliers into account in __pm_runtime_set_status()Rafael J. Wysocki2019-02-081-5/+40
| * | | | | | | | driver core: Add device link flag DL_FLAG_AUTOPROBE_CONSUMERRafael J. Wysocki2019-02-012-2/+16
| * | | | | | | | driver core: Make driver core own stateful device linksRafael J. Wysocki2019-02-011-15/+54