summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'regmap-5.1' into regmap-linusMark Brown1-3/+0
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman14-166/+90
2019-04-25drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()Bartosz Golaszewski1-1/+1
2019-04-25mm/memory_hotplug: Do not unlock when fails to take the device_hotplug_lockzhong jiang1-1/+1
2019-04-25driver core: Clarify which counterparts to use to device_add()Borislav Petkov1-0/+5
2019-04-25PM / Domains: Enable genpd_dev_pm_attach_by_id|name() for single PM domainUlf Hansson1-2/+2
2019-04-25PM / Domains: Allow OF lookup for multi PM domain case from ->attach_dev()Ulf Hansson1-5/+7
2019-04-25PM / Domains: Don't kfree() the virtual device in the error pathUlf Hansson1-1/+1
2019-04-19mm/memory_hotplug: do not unlock after failing to take the device_hotplug_lockzhong jiang1-1/+1
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-18device property: Add fwnode_graph_get_endpoint_by_id()Sakari Ailus1-0/+75
2019-04-18PM / Domains: remove unnecessary unlikely()Yangtao Li1-4/+2
2019-04-12PM / core: Propagate dev->power.wakeup_path when no callbacksUlf Hansson1-0/+4
2019-04-11PM / Domains: Add genpd governor for CPUsUlf Hansson1-1/+66
2019-04-10PM / core: Introduce dpm_async_fn() helperYangtao Li1-39/+23
2019-04-10PM / Domains: Add support for CPU devices to genpdUlf Hansson1-1/+64
2019-04-10PM / Domains: Add generic data pointer to struct genpd_power_stateUlf Hansson1-2/+10
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-9/+9
2019-04-09PM / core: fix kerneldoc comment for device_pm_wait_for_dev()Yangtao Li1-1/+1
2019-04-09PM / core: fix kerneldoc comment for dpm_watchdog_handler()Yangtao Li1-1/+1
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman12-46/+14
2019-04-04drivers: base: firmware_loader: add proper SPDX identifiers on files that did...Greg Kroah-Hartman2-0/+2
2019-04-04drivers: base: test: add proper SPDX identifier to MakefileGreg Kroah-Hartman1-0/+1
2019-04-04arch_topology: Make cpu_capacity sysfs node as read-onlyLingutla Chandrasekhar1-35/+1
2019-04-04node: Add memory-side caching attributesKeith Busch1-0/+151
2019-04-04node: Add heterogenous memory access attributesKeith Busch2-0/+67
2019-04-04node: Link memory nodes to their compute nodesKeith Busch1-1/+141
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor1-5/+4
2019-04-02PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd1-3/+3
2019-04-01regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla1-3/+0
2019-04-01driver: base: Disable CONFIG_UEVENT_HELPER by defaultGeert Uytterhoeven1-1/+0
2019-03-22Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2019-03-20regmap: debugfs: Jump to the next readable registerLucas Tanure1-3/+24
2019-03-20PM / Domains: Avoid a potential deadlockJiada Wang1-7/+6
2019-03-19drivers: base: swnode: Make two functions staticYueHaibing1-2/+2
2019-03-19regmap: debugfs: Replace code by already existing functionLucas Tanure1-4/+1
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds1-0/+1
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus 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/linu...Linus 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