aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/base/power (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-29PM: runtime: Add new devm functionsBence Csókás1-0/+44
2025-04-25PM: wakeup: Do not expose 4 device wakeup source APIsZijun Hu1-8/+4
2025-04-22PM: sleep: Make suspend of devices more asynchronousRafael J. Wysocki1-8/+56
2025-04-22PM: sleep: Suspend async parents after suspending childrenRafael J. Wysocki1-4/+63
2025-04-22PM: sleep: Resume children after resuming the parentRafael J. Wysocki1-19/+66
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-4/+4
2025-03-25Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-174/+175
2025-03-24Merge branch 'pm-misc'Rafael J. Wysocki1-73/+0
2025-03-24Merge branch 'pm-sleep'Rafael J. Wysocki3-70/+146
2025-03-22PM: sleep: Fix bit masking operationColin Ian King1-1/+1
2025-03-14PM: sleep: Fix handling devices with direct_complete set on errorsRafael J. Wysocki1-4/+4
2025-03-12PM: clk: Remove unused pm_clk_remove()Dr. David Alan Gilbert1-40/+0
2025-03-12PM: sleep: core: Fix indentation in dpm_wait_for_children()Geert Uytterhoeven1-1/+1
2025-03-12PM: sleep: Remove unused pm_generic_ wrappersDr. David Alan Gilbert1-24/+0
2025-03-03PM: runtime: Unify error handling during suspend and resumeRafael J. Wysocki1-16/+24
2025-03-03PM: sleep: Rearrange dpm_async_fn() and async state clearingRafael J. Wysocki1-14/+30
2025-03-03PM: sleep: Rename power.async_in_progress to power.work_in_progressRafael J. Wysocki1-6/+6
2025-03-03PM: core: Tweak pm_runtime_block_if_disabled() return valueRafael J. Wysocki2-3/+3
2025-03-03PM: runtime: Convert pm_runtime_blocked() to static inlineRafael J. Wysocki1-17/+0
2025-03-03PM: sleep: Update power.smart_suspend under PM spinlockRafael J. Wysocki1-16/+19
2025-03-03PM: sleep: Adjust check before setting power.must_resumeRafael J. Wysocki2-8/+7
2025-03-03PM: runtime: Drop status check from pm_runtime_force_resume()Rafael J. Wysocki1-1/+1
2025-03-03PM: sleep: Suppress sleeping parent warning in special caseXu Yang1-0/+7
2025-03-03PM: sleep: Avoid unnecessary checks in device_prepare_smart_suspend()Rafael J. Wysocki2-9/+16
2025-02-26PM: clk: remove unused of_pm_clk_add_clk()Dr. David Alan Gilbert1-33/+0
2025-02-19PM: sleep: Use DPM_FLAG_SMART_SUSPEND conditionallyRafael J. Wysocki1-14/+49
2025-02-18PM: runtime: Introduce pm_runtime_blocked()Rafael J. Wysocki1-0/+17
2025-02-18PM: Block enabling of runtime PM during system suspendRafael J. Wysocki2-0/+33
2025-02-18PM: Rearrange documentation related to __pm_runtime_disable()Rafael J. Wysocki2-14/+4
2025-02-18PM: runtime: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-02-09PM: sleep: core: Restrict power.set_active propagationRafael J. Wysocki1-12/+9
2025-01-29PM: sleep: core: Synchronize runtime PM status of parents and childrenRafael J. Wysocki1-9/+20
2025-01-17PM: sleep: wakeirq: Introduce device-managed variant of dev_pm_set_wake_irq()Peng Fan1-0/+26
2025-01-14PM: sleep: Allow configuring the DPM watchdog to warn earlier than panicDouglas Anderson1-5/+19
2024-12-05PM: sleep: sysfs: don't include 'pm_wakeup.h' directlyWolfram Sang1-1/+0
2024-12-05PM: sleep: Update stale comment in device_resume()Rafael J. Wysocki1-1/+1
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+9
2024-11-20Merge tag 'soc-drivers-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+1
2024-11-12Merge tag 'ti-driver-soc-for-v6.13' of https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux into soc/driversArnd Bergmann1-0/+1
2024-11-04driver core: Put device attribute @wakeup_last_time_ms and its show() togetherZijun Hu1-8/+9
2024-10-25PM: QoS: Export dev_pm_qos_read_valueMarkus Schneider-Pargmann1-0/+1
2024-10-10PM: domains: Support required OPPs in dev_pm_domain_attach_list()Ulf Hansson1-1/+20
2024-10-10PM: domains: Fix alloc/free in dev_pm_domain_attach|detach_list()Ulf Hansson1-10/+15
2024-08-20PM: domains: add device managed version of dev_pm_domain_attach|detach_list()Dikshita Agarwal1-0/+45
2024-04-08PM: sleep: Take advantage of %ps to simplify debug outputLen Brown1-3/+3
2024-04-03PM: wakeup: make device_wakeup_disable() return voidDhruva Gole1-4/+7
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds3-154/+153
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki1-2/+34
2024-03-05PM: sleep: wakeirq: fix wake irq warning in system suspendQingliang Li1-1/+3
2024-02-22PM: runtime: add tracepoint for runtime_status changesVilas Bhat1-0/+1