summaryrefslogtreecommitdiffstats
path: root/drivers/base/power/wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* PM: wakeup: Show statistics for deleted wakeup sources againzhuguangqing2019-12-201-0/+3
* PM: wakeup: Add routine to help fetch wakeup source object.Ran Wang2019-10-291-0/+54
* Merge suspend-to-idle rework material for v5.4.Rafael J. Wysocki2019-09-171-1/+1
|\
| * PM: sleep: Fix possible overflow in pm_system_cancel_wakeup()Rafael J. Wysocki2019-07-231-1/+1
* | PM / wakeup: Register wakeup class kobj after device is addedStephen Boyd2019-08-211-4/+6
* | PM / wakeup: Fix sysfs registration error pathStephen Boyd2019-08-211-4/+9
* | PM / wakeup: Show wakeup sources stats in sysfsTri Vo2019-08-211-4/+24
* | PM / wakeup: Drop wakeup_source_init(), wakeup_source_prepare()Tri Vo2019-08-211-20/+13
|/
* drivers: base: power: remove wakeup_sources_stats_dentry variableGreg Kroah-Hartman2019-06-191-4/+2
* Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-071-3/+1
|\
| * drivers: base: power: add proper SPDX identifiers on files that did not have ...Greg Kroah-Hartman2019-04-041-3/+1
* | PM / wakeup: Use pm_pr_dbg() instead of pr_debug()Stephen Boyd2019-04-011-3/+3
|/
*-. Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki2019-03-141-18/+8
|\ \
| | * PM / wakeup: Drop wakeup_source_drop()Rafael J. Wysocki2019-03-121-17/+1
| | * PM / wakeup: Rework wakeup source timer cancellationViresh Kumar2019-03-121-1/+7
| |/
* / PM: Add and use pr_fmt()Joe Perches2019-03-071-1/+3
|/
* PM / wakeup: fix kerneldoc comment for pm_wakeup_dev_event()Yangtao Li2019-01-291-1/+1
*-. Merge branches 'pm-pci', 'acpi-pm', 'pm-sleep' and 'pm-avs'Rafael J. Wysocki2018-06-041-9/+9
|\ \
| | * PM / wakeup: Make events_lock a RAW_SPINLOCKSebastian Andrzej Siewior2018-05-271-9/+9
| |/
* | PM: wakeup: Use pr_debug() for the "aborting suspend" messageRafael J. Wysocki2018-05-241-1/+1
* | PM / wakeup: Only update last time for active wakeup sourcesDoug Berger2018-05-101-1/+0
* | PM / wakeup: Use seq_open() to show wakeup statsMahendran Ganesh2018-05-101-16/+59
|/
* PM / wakeup: Print warn if device gets enabled as wakeup source during sleepUlf Hansson2018-01-111-0/+8
* PM / wakeup: Do not fail dev_pm_attach_wake_irq() unnecessarilyRafael J. Wysocki2018-01-091-7/+4
* PM / wakeup: Drop redundant check from device_init_wakeup()Rafael J. Wysocki2018-01-031-3/+1
* PM / wakeup: Drop redundant check from device_set_wakeup_enable()Rafael J. Wysocki2018-01-031-3/+0
* PM / wakeup: only recommend "call"ing device_init_wakeup() onceBrian Norris2017-12-191-1/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-1/+1
* PM / core: Convert timers to use timer_setup()Kees Cook2017-10-241-6/+5
* Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-041-1/+1
|\
| * PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-1/+1
* | PM / wakeup: Set power.can_wakeup if wakeup_sysfs_add() failsRafael J. Wysocki2017-08-081-3/+5
|/
* Merge branch 'acpi-pm'Rafael J. Wysocki2017-07-031-6/+12
|\
| * ACPI / PM: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-06-151-6/+12
* | PM / wakeirq: Convert to SRCUThomas Gleixner2017-06-271-14/+18
|/
* Revert "ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle"Rafael J. Wysocki2017-06-071-12/+6
* PM / wakeup: Fix up wakeup_source_report_event()Rafael J. Wysocki2017-05-141-6/+5
* ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idleRafael J. Wysocki2017-05-051-6/+12
* PM / wakeup: Integrate mechanism to abort transitions in progressRafael J. Wysocki2017-05-051-18/+18
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* PM / sleep: Print active wakeup sources when blocking on wakeup_count readsxing wei2016-12-081-3/+3
* PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring2016-07-281-11/+7
* PM / wakeirq: fix wakeirq setting after wakup re-configuration from sysfsStrashko, Grygorii2016-04-071-0/+2
* PM / wakeup: wakeup_source_create: use kstrdup_constRasmus Villemoes2015-09-251-2/+2
* PM / sleep: Report interrupt that caused system wakeupAlexandra Yates2015-09-161-0/+12
* Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-07-071-21/+10
|\
| * PM / wakeirq: Avoid setting power.wakeirq too hastilyRafael J. Wysocki2015-07-071-21/+10
* | Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-06-191-0/+92
|\|