aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/wakeup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-25ktime: Get rid of the unionThomas Gleixner1-1/+1
2016-12-08PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei1-3/+3
2016-07-28PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring1-11/+7
2016-04-07PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfsStrashko, Grygorii1-0/+2
2015-09-25PM / wakeup: wakeup_source_create: use kstrdup_constRasmus Villemoes1-2/+2
2015-09-16PM / sleep: Report interrupt that caused system wakeupAlexandra Yates1-0/+12
2015-07-07Merge branch 'pm-wakeirq'Rafael J. Wysocki1-21/+10
2015-07-07PM / wakeirq: Avoid setting power.wakeirq too hastilyRafael J. Wysocki1-21/+10
2015-06-19Merge branch 'pm-wakeirq'Rafael J. Wysocki1-0/+92
2015-05-20PM / Wakeirq: Add automated device wake IRQ handlingTony Lindgren1-0/+92
2015-05-19PM / wakeup: add a dummy wakeup_source to record statisticsJin Qian1-0/+36
2015-05-08PM / wakeup: validate wakeup source before activating it.Jin Qian1-0/+18
2015-04-15power: wakeup: remove use of seq_printf return valueJoe Perches1-9/+7
2015-03-04PM / wakeup: export pm_system_wakeup symbolBoris BREZILLON1-0/+1
2014-09-01PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki1-1/+15
2014-05-30PM / sleep: unregister wakeup source when disabling device wakeupZhang Rui1-0/+6
2013-06-21PM / Sleep: Print last wakeup source on failed wakeup_count writeJulius Werner1-2/+3
2013-06-11PM / wakeup: Adjust messaging for wake events during suspendBernie Thompson1-1/+3