aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/power/wakeup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-09PM: Introduce suspend state PM_SUSPEND_FREEZEZhang Rui1-0/+6
2012-09-06PM / wakeup: Use irqsave/irqrestore for events_lockJohn Stultz1-6/+11
2012-08-17PM / Sleep: Print name of wakeup source that aborts suspendTodd Poynor1-0/+29
2012-05-01PM / Sleep: Add user space interface for manipulating wakeup sources, v3Rafael J. Wysocki1-0/+1
2012-05-01PM / Sleep: Add "prevent autosleep time" statistics to wakeup sourcesRafael J. Wysocki1-4/+57
2012-05-01PM / Sleep: Implement opportunistic sleep, v2Rafael J. Wysocki1-15/+19
2012-05-01PM / Sleep: Add wakeup_source_activate and wakeup_source_deactivate tracepointsArve Hjønnevåg1-3/+9
2012-05-01PM / Sleep: Change wakeup source statistics to follow AndroidRafael J. Wysocki1-36/+28
2012-05-01PM / Sleep: Use wait queue to signal "no wakeup events in progress"Rafael J. Wysocki1-3/+13
2012-03-04PM / Sleep: Add more wakeup source initialization routinesRafael J. Wysocki1-9/+41
2012-03-04PM / Sleep: Make __pm_stay_awake() delete wakeup source timersRafael J. Wysocki1-2/+6
2012-03-04PM / Sleep: Fix race conditions related to wakeup source timer functionRafael J. Wysocki1-2/+14
2012-03-04PM / Sleep: Fix possible infinite loop during wakeup source destructionRafael J. Wysocki1-10/+5