aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/wakeup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-03PM: wakeup: Add extra debugging statement for multiple active IRQsMario Limonciello1-0/+2
2022-07-05PM: wakeup: Unify device_init_wakeup() for PM_SLEEP and !PM_SLEEPBjorn Helgaas1-30/+0
2022-05-19PM: wakeup: expose pm_wakeup_pending to modulesZhang Rui1-0/+1
2022-03-01PM: sleep: wakeup: Fix typos in commentsTom Rix1-2/+2
2022-02-07PM: s2idle: ACPI: Fix wakeup interrupts handlingRafael J. Wysocki1-7/+34
2021-07-21driver: base: Replace symbolic permissions with octal permissionsJinchao Wang1-1/+1
2021-04-07PM: wakeup: fix kernel-doc warnings and fix typosPierre-Louis Bossart1-8/+9
2020-03-25PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not thereNeeraj Upadhyay1-1/+3
2020-03-04PM: sleep: wakeup: Use built-in RCU list checkingMadhuparna Bhowmik1-5/+8
2019-12-20PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing1-0/+3
2019-10-29PM: wakeup: Add routine to help fetch wakeup source object.Ran Wang1-0/+54
2019-09-17Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki1-1/+1
2019-08-21PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd1-4/+6
2019-08-21PM / wakeup: Fix sysfs registration error pathStephen Boyd1-4/+9
2019-08-21PM / wakeup: Show wakeup sources stats in sysfsTri Vo1-4/+24
2019-08-21PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo1-20/+13
2019-07-23PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki1-1/+1
2019-06-19drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman1-4/+2
2019-05-07Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+1
2019-04-04drivers: base: power: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-3/+1
2019-04-01PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd1-3/+3
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki1-18/+8
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-07PM: Add and use pr_fmt()Joe Perches1-1/+3
2019-01-29PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li1-1/+1
2018-06-04Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki1-9/+9
2018-05-27PM / wakeup: Make events_lock a RAW_SPINLOCKSebastian Andrzej Siewior1-9/+9
2018-05-24PM: wakeup: Use pr_debug() for the "aborting suspend" messageRafael J. Wysocki1-1/+1
2018-05-10PM / wakeup: Only update last time for active wakeup sourcesDoug Berger1-1/+0
2018-05-10PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh1-16/+59
2018-01-11PM / wakeup: Print warn if device gets enabled as wakeup source during sleepUlf Hansson1-0/+8
2018-01-09PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarilyRafael J. Wysocki1-7/+4
2018-01-03PM / wakeup: Drop redundant check from device_init_wakeup()Rafael J. Wysocki1-3/+1
2018-01-03PM / wakeup: Drop redundant check from device_set_wakeup_enable()Rafael J. Wysocki1-3/+0
2017-12-19PM / wakeup: only recommend "call"ing device_init_wakeup() onceBrian Norris1-1/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-1/+1
2017-10-24PM / core: Convert timers to use timer_setup()Kees Cook1-6/+5
2017-09-04Merge branch 'pm-sleep'Rafael J. Wysocki1-1/+1
2017-08-11PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki1-1/+1
2017-08-08PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() failsRafael J. Wysocki1-3/+5
2017-07-03Merge branch 'acpi-pm'Rafael J. Wysocki1-6/+12
2017-06-27PM / wakeirq: Convert to SRCUThomas Gleixner1-14/+18
2017-06-15ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki1-6/+12
2017-06-07Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki1-12/+6
2017-05-14PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki1-6/+5
2017-05-05ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki1-6/+12
2017-05-05PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki1-18/+18
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1