aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/pm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-24PM: sleep: Use bool for all 1-bit fields in struct dev_pm_infoRafael J. Wysocki1-15/+15
2024-01-10PM: sleep: Restore asynchronous device resume optimizationRafael J. Wysocki1-0/+1
2023-10-26Merge branches 'pm-sleep', 'powercap' and 'pm-tools'Rafael J. Wysocki1-14/+29
2023-10-06PM: domains: Introduce dev_pm_domain_set_performance_state()Ulf Hansson1-0/+2
2023-09-26PM: sleep: Fix symbol export for _SIMPLE_ variants of _PM_OPS()Raag Jadav1-14/+29
2023-08-21pm: Introduce DEFINE_NOIRQ_DEV_PM_OPS() helperAndy Shevchenko1-0/+9
2023-06-22linux/export.h: rename 'sec' argument to 'license'Masahiro Yamada1-3/+3
2023-06-22kbuild: generate KSYMTAB entries by modpostMasahiro Yamada1-2/+2
2023-02-13PM: Add EXPORT macros for exporting PM functionsRichard Fitzgerald1-0/+4
2022-10-04PM: Improve EXPORT_*_DEV_PM_OPS macrosPaul Cercueil1-14/+23
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+9
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-1/+0
2022-05-19reboot: Remove pm_power_off_prepare()Dmitry Osipenko1-1/+0
2022-04-22PM: CXL: Disable suspendDan Williams1-0/+9
2022-04-05PM: core: Add NS varients of EXPORT[_GPL]_SIMPLE_DEV_PM_OPS and runtime pm equivJonathan Cameron1-5/+9
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-4/+4
2022-01-12PM: runtime: Add DEFINE_RUNTIME_DEV_PM_OPS() macroPaul Cercueil1-1/+2
2022-01-12PM: core: Add EXPORT[_GPL]_SIMPLE_DEV_PM_OPS macrosPaul Cercueil1-3/+32
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil1-1/+1
2022-01-12PM: core: Remove DEFINE_UNIVERSAL_DEV_PM_OPS() macroPaul Cercueil1-13/+8
2021-12-17PM: runtime: Capture device status before disabling runtime PMRafael J. Wysocki1-0/+2
2021-12-17PM: core: Add new *_PM_OPS macros, deprecate old onesPaul Cercueil1-24/+50
2021-12-17PM: core: Redefine pm_ptr() macroPaul Cercueil1-5/+1
2021-05-10PM: runtime: Fix unpaired parent child_count for force_resumeTony Lindgren1-0/+1
2021-04-07PM: core: Remove duplicate declaration from header fileWan Jiabing1-1/+0
2021-01-27PM: clk: make PM clock layer compatible with clocks that must sleepNicolas Pitre1-0/+2
2020-09-28PM: runtime: Fix timer_expires data type on 32-bit archesGrygorii Strashko1-1/+1
2020-07-27PM: Make *_DEV_PM_OPS macros use __maybe_unusedPaul Cercueil1-2/+2
2020-07-27PM: core: introduce pm_ptr() macroPaul Cercueil1-0/+6
2020-04-24Documentation: PM: sleep: Update driver flags documentationRafael J. Wysocki1-19/+5
2020-04-24PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDEDRafael J. Wysocki1-3/+3
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-3/+3
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki1-1/+1
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki1-1/+1
2019-11-13PM / Domains: Introduce dev_pm_domain_start()Ulf Hansson1-0/+2
2019-07-23PM: sleep: Drop dpm_noirq_begin() and dpm_noirq_end()Rafael J. Wysocki1-4/+0
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-07-04PM: sleep: Drop dev_pm_skip_next_resume_phases()Rafael J. Wysocki1-1/+0
2019-06-14docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-03-07PM-runtime: Call pm_runtime_active|suspended_time() from sysfsUlf Hansson1-1/+0
2019-02-19PM / core: Add support to skip power management in device/driver modelSudeep Holla1-0/+1
2019-01-31PM-runtime: Replace jiffies-based accounting with ktime-based accountingThara Gopinath1-3/+3
2018-12-19PM-runtime: Switch autosuspend over to using hrtimersVincent Guittot1-2/+3
2017-12-16Merge back PM core material for v4.16.Rafael J. Wysocki1-4/+12
2017-12-11PM / sleep: Avoid excess pm_runtime_enable() calls in device_resume()Rafael J. Wysocki1-0/+1
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki1-4/+12
2017-11-06PCI / PM: Take SMART_SUSPEND driver flag into accountRafael J. Wysocki1-0/+2
2017-11-06PM / core: Add SMART_SUSPEND driver flagRafael J. Wysocki1-0/+8