blob: d6961d3c6f9e2673b8ecf0b9d4e610b77e42750a [file] [log] [blame]
Thomas Gleixner52a65ff2018-03-14 22:15:19 +01001// SPDX-License-Identifier: GPL-2.0
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +01002/*
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +01003 * Copyright (C) 2009 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
4 *
5 * This file contains power management functions related to interrupts.
6 */
7
8#include <linux/irq.h>
9#include <linux/module.h>
10#include <linux/interrupt.h>
Thomas Gleixner9ce7a252014-08-29 14:00:16 +020011#include <linux/suspend.h>
Ian Campbell9bab0b72011-10-03 15:37:00 +010012#include <linux/syscore_ops.h>
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +010013
14#include "internals.h"
15
Thomas Gleixner9ce7a252014-08-29 14:00:16 +020016bool irq_pm_check_wakeup(struct irq_desc *desc)
17{
18 if (irqd_is_wakeup_armed(&desc->irq_data)) {
19 irqd_clear(&desc->irq_data, IRQD_WAKEUP_ARMED);
20 desc->istate |= IRQS_SUSPENDED | IRQS_PENDING;
21 desc->depth++;
22 irq_disable(desc);
Alexandra Yatesa6f5f0d2015-09-15 10:32:46 -070023 pm_system_irq_wakeup(irq_desc_get_irq(desc));
Thomas Gleixner9ce7a252014-08-29 14:00:16 +020024 return true;
25 }
26 return false;
27}
28
Thomas Gleixnercab303b2014-08-28 11:44:31 +020029/*
30 * Called from __setup_irq() with desc->lock held after @action has
31 * been installed in the action chain.
32 */
33void irq_pm_install_action(struct irq_desc *desc, struct irqaction *action)
34{
35 desc->nr_actions++;
36
37 if (action->flags & IRQF_FORCE_RESUME)
38 desc->force_resume_depth++;
39
40 WARN_ON_ONCE(desc->force_resume_depth &&
41 desc->force_resume_depth != desc->nr_actions);
42
43 if (action->flags & IRQF_NO_SUSPEND)
44 desc->no_suspend_depth++;
Rafael J. Wysocki17f48032015-02-27 00:07:55 +010045 else if (action->flags & IRQF_COND_SUSPEND)
46 desc->cond_suspend_depth++;
Thomas Gleixnercab303b2014-08-28 11:44:31 +020047
48 WARN_ON_ONCE(desc->no_suspend_depth &&
Rafael J. Wysocki17f48032015-02-27 00:07:55 +010049 (desc->no_suspend_depth +
50 desc->cond_suspend_depth) != desc->nr_actions);
Thomas Gleixnercab303b2014-08-28 11:44:31 +020051}
52
53/*
54 * Called from __free_irq() with desc->lock held after @action has
55 * been removed from the action chain.
56 */
57void irq_pm_remove_action(struct irq_desc *desc, struct irqaction *action)
58{
59 desc->nr_actions--;
60
61 if (action->flags & IRQF_FORCE_RESUME)
62 desc->force_resume_depth--;
63
64 if (action->flags & IRQF_NO_SUSPEND)
65 desc->no_suspend_depth--;
Rafael J. Wysocki17f48032015-02-27 00:07:55 +010066 else if (action->flags & IRQF_COND_SUSPEND)
67 desc->cond_suspend_depth--;
Thomas Gleixnercab303b2014-08-28 11:44:31 +020068}
69
Jiang Liub80f5f32015-06-23 19:58:45 +020070static bool suspend_device_irq(struct irq_desc *desc)
Thomas Gleixner8df2e022014-08-28 11:49:28 +020071{
Grygorii Strashko4717f132015-11-10 11:58:12 +020072 if (!desc->action || irq_desc_is_chained(desc) ||
73 desc->no_suspend_depth)
Thomas Gleixnerc4df6062014-08-28 22:50:43 +020074 return false;
Thomas Gleixner8df2e022014-08-28 11:49:28 +020075
Thomas Gleixner9ce7a252014-08-29 14:00:16 +020076 if (irqd_is_wakeup_set(&desc->irq_data)) {
Thomas Gleixnerb76f1672014-08-29 13:54:09 +020077 irqd_set(&desc->irq_data, IRQD_WAKEUP_ARMED);
Thomas Gleixner9ce7a252014-08-29 14:00:16 +020078 /*
79 * We return true here to force the caller to issue
80 * synchronize_irq(). We need to make sure that the
81 * IRQD_WAKEUP_ARMED is visible before we return from
82 * suspend_device_irqs().
83 */
84 return true;
85 }
Thomas Gleixnerb76f1672014-08-29 13:54:09 +020086
Thomas Gleixner8df2e022014-08-28 11:49:28 +020087 desc->istate |= IRQS_SUSPENDED;
Jiang Liu79ff1cd2015-06-23 19:52:36 +020088 __disable_irq(desc);
Thomas Gleixner092fadd2014-08-28 16:49:43 +020089
90 /*
91 * Hardware which has no wakeup source configuration facility
92 * requires that the non wakeup interrupts are masked at the
93 * chip level. The chip implementation indicates that with
94 * IRQCHIP_MASK_ON_SUSPEND.
95 */
96 if (irq_desc_get_chip(desc)->flags & IRQCHIP_MASK_ON_SUSPEND)
97 mask_irq(desc);
Thomas Gleixnerc4df6062014-08-28 22:50:43 +020098 return true;
Thomas Gleixner8df2e022014-08-28 11:49:28 +020099}
100
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100101/**
102 * suspend_device_irqs - disable all currently enabled interrupt lines
103 *
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200104 * During system-wide suspend or hibernation device drivers need to be
105 * prevented from receiving interrupts and this function is provided
106 * for this purpose.
107 *
108 * So we disable all interrupts and mark them IRQS_SUSPENDED except
Thomas Gleixner9ce7a252014-08-29 14:00:16 +0200109 * for those which are unused, those which are marked as not
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200110 * suspendable via an interrupt request with the flag IRQF_NO_SUSPEND
Thomas Gleixner9ce7a252014-08-29 14:00:16 +0200111 * set and those which are marked as active wakeup sources.
112 *
113 * The active wakeup sources are handled by the flow handler entry
114 * code which checks for the IRQD_WAKEUP_ARMED flag, suspends the
115 * interrupt and notifies the pm core about the wakeup.
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100116 */
117void suspend_device_irqs(void)
118{
119 struct irq_desc *desc;
120 int irq;
121
122 for_each_irq_desc(irq, desc) {
123 unsigned long flags;
Thomas Gleixnerc4df6062014-08-28 22:50:43 +0200124 bool sync;
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100125
NeilBrown3c646f22015-05-17 15:19:34 +1000126 if (irq_settings_is_nested_thread(desc))
127 continue;
Thomas Gleixner239007b2009-11-17 16:46:45 +0100128 raw_spin_lock_irqsave(&desc->lock, flags);
Jiang Liub80f5f32015-06-23 19:58:45 +0200129 sync = suspend_device_irq(desc);
Thomas Gleixner239007b2009-11-17 16:46:45 +0100130 raw_spin_unlock_irqrestore(&desc->lock, flags);
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100131
Thomas Gleixnerc4df6062014-08-28 22:50:43 +0200132 if (sync)
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100133 synchronize_irq(irq);
Thomas Gleixnerc4df6062014-08-28 22:50:43 +0200134 }
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100135}
136EXPORT_SYMBOL_GPL(suspend_device_irqs);
137
Jiang Liub80f5f32015-06-23 19:58:45 +0200138static void resume_irq(struct irq_desc *desc)
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200139{
Thomas Gleixnerb76f1672014-08-29 13:54:09 +0200140 irqd_clear(&desc->irq_data, IRQD_WAKEUP_ARMED);
141
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200142 if (desc->istate & IRQS_SUSPENDED)
143 goto resume;
144
Thomas Gleixner5417de22014-08-28 15:48:59 +0200145 /* Force resume the interrupt? */
146 if (!desc->force_resume_depth)
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200147 return;
148
149 /* Pretend that it got disabled ! */
150 desc->depth++;
Juergen Grossa6967122017-07-17 19:47:02 +0200151 irq_state_set_disabled(desc);
152 irq_state_set_masked(desc);
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200153resume:
154 desc->istate &= ~IRQS_SUSPENDED;
Jiang Liu79ff1cd2015-06-23 19:52:36 +0200155 __enable_irq(desc);
Thomas Gleixner8df2e022014-08-28 11:49:28 +0200156}
157
Ian Campbell9bab0b72011-10-03 15:37:00 +0100158static void resume_irqs(bool want_early)
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100159{
160 struct irq_desc *desc;
161 int irq;
162
163 for_each_irq_desc(irq, desc) {
164 unsigned long flags;
Ian Campbell9bab0b72011-10-03 15:37:00 +0100165 bool is_early = desc->action &&
166 desc->action->flags & IRQF_EARLY_RESUME;
167
Laxman Dewanganac018102013-11-25 19:39:47 +0530168 if (!is_early && want_early)
Ian Campbell9bab0b72011-10-03 15:37:00 +0100169 continue;
NeilBrown3c646f22015-05-17 15:19:34 +1000170 if (irq_settings_is_nested_thread(desc))
171 continue;
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100172
Thomas Gleixner239007b2009-11-17 16:46:45 +0100173 raw_spin_lock_irqsave(&desc->lock, flags);
Jiang Liub80f5f32015-06-23 19:58:45 +0200174 resume_irq(desc);
Thomas Gleixner239007b2009-11-17 16:46:45 +0100175 raw_spin_unlock_irqrestore(&desc->lock, flags);
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100176 }
177}
Ian Campbell9bab0b72011-10-03 15:37:00 +0100178
179/**
180 * irq_pm_syscore_ops - enable interrupt lines early
181 *
182 * Enable all interrupt lines with %IRQF_EARLY_RESUME set.
183 */
184static void irq_pm_syscore_resume(void)
185{
186 resume_irqs(true);
187}
188
189static struct syscore_ops irq_pm_syscore_ops = {
190 .resume = irq_pm_syscore_resume,
191};
192
193static int __init irq_pm_init_ops(void)
194{
195 register_syscore_ops(&irq_pm_syscore_ops);
196 return 0;
197}
198
199device_initcall(irq_pm_init_ops);
200
201/**
202 * resume_device_irqs - enable interrupt lines disabled by suspend_device_irqs()
203 *
204 * Enable all non-%IRQF_EARLY_RESUME interrupt lines previously
205 * disabled by suspend_device_irqs() that have the IRQS_SUSPENDED flag
206 * set as well as those with %IRQF_FORCE_RESUME.
207 */
208void resume_device_irqs(void)
209{
210 resume_irqs(false);
211}
Rafael J. Wysocki0a0c5162009-03-16 22:33:49 +0100212EXPORT_SYMBOL_GPL(resume_device_irqs);