aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang1-1/+1
2019-03-22Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2019-03-19PM / Domains: Avoid a potential deadlockJiada Wang1-7/+6
2019-03-19drivers: base: swnode: Make two functions staticYueHaibing1-2/+2
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds9-53/+52
2019-03-14Merge branch 'pm-domains'Rafael J. Wysocki2-5/+4
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki5-32/+25
2019-03-12PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki1-17/+1
2019-03-12PM / wakeup: Rework wakeup source timer cancellationViresh Kumar1-1/+7
2019-03-11PM / domains: Remove one unnecessary blank lineAisheng Dong1-1/+0
2019-03-11PM / Domains: Return early for all errors in _genpd_power_off()Aisheng Dong1-3/+3
2019-03-11PM / Domains: Improve warn for multiple states but no governorAisheng Dong1-1/+1
2019-03-11PM / QoS: Fix typo in file descriptionAisheng Dong1-1/+1
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-77/+0
2019-03-08Merge tag 'gpio-v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+20
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson2-11/+3
2019-03-07PM-runtime: Consolidate code to get active/suspended timeUlf Hansson2-2/+13
2019-03-07PM: Add and use pr_fmt()Joe Perches4-16/+23
2019-03-06Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-3/+59
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds16-242/+752
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-11/+195
2019-03-06Merge tag 'devprop-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+23
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-40/+89
2019-03-04Merge tag 'regmap-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds2-5/+96
2019-03-04Merge branches 'pm-core', 'pm-sleep', 'pm-qos', 'pm-domains' and 'pm-em'Rafael J. Wysocki8-40/+89
2019-03-01driver core: platform: remove misleading err_alloc labelJohannes Berg1-3/+1
2019-02-28device-dax: "Hotplug" persistent memory for use like normal RAMDave Hansen1-0/+1
2019-02-26platform: set of_node in platform_device_register_full()Mans Rullgard1-0/+2
2019-02-26firmware: hardcode the debug message for -ENOENTJohn Zhao1-4/+4
2019-02-24Merge back earlier PM core material for v5.1.Rafael J. Wysocki5-28/+84
2019-02-22drivers: depend on HAS_IOMEM for devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+2
2019-02-21drivers: provide devm_platform_ioremap_resource()Bartosz Golaszewski1-0/+18
2019-02-21PM-runtime: Fix deadlock when canceling hrtimerVincent Guittot1-1/+1
2019-02-20Pull in char-misc-next from GregDaniel Vetter1-4/+2
2019-02-20dma-mapping: move CONFIG_DMA_CMA to kernel/dma/KconfigChristoph Hellwig1-77/+0
2019-02-20driver core: Fix PM-runtime for links added during consumer probeRafael J. Wysocki2-25/+8
2019-02-19drivers/component: kerneldoc polishDaniel Vetter1-7/+7
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla3-0/+14
2019-02-15PM / Domains: Mark "name" const in dev_pm_domain_attach_by_name()Douglas Anderson1-1/+1
2019-02-15PM / Domains: Mark "name" const in genpd_dev_pm_attach_by_name()Douglas Anderson1-1/+1
2019-02-14software node: Implement get_named_child_node fwnode callbackHeikki Krogerus1-0/+23
2019-02-14device connection: Find device connections also from device graphsHeikki Krogerus1-3/+35
2019-02-14device connection: Prepare support for firmware described connectionsHeikki Krogerus1-0/+24
2019-02-14async: Add cmdline option to specify drivers to be async probedFeng Tang1-0/+24
2019-02-13PM / suspend: Print debug messages for device using direct-completeRafael J. Wysocki1-1/+3
2019-02-13driver core: Fix possible supplier PM-usage counter imbalanceRafael J. Wysocki2-19/+29
2019-02-13PM-runtime: Fix __pm_runtime_set_status() race with runtime resumeRafael J. Wysocki1-6/+18
2019-02-12driver: platform: Support parsing GpioInt 0 in platform_get_irq()Enrico Granata1-1/+14
2019-02-11Merge tag 'topic/component-typed-2019-02-11' of git://anongit.freedesktop.org/drm/drm-intel into driver-core-nextGreg Kroah-Hartman1-11/+195