From: Mark Brown <broonie@opensource.wolfsonmicro.com>
To: Samuel Ortiz <sameo@linux.intel.com>
Cc: linux-kernel@vger.kernel.org,
patches@opensource.wolfsonmicro.com,
Mark Brown <broonie@opensource.wolfsonmicro.com>
Subject: [PATCH 2/2] mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled
Date: Tue, 24 Jul 2012 15:42:45 +0100 [thread overview]
Message-ID: <1343140966-18641-2-git-send-email-broonie@opensource.wolfsonmicro.com> (raw)
In-Reply-To: <1343140966-18641-1-git-send-email-broonie@opensource.wolfsonmicro.com>
It's only required in a few circumstances but better to be safe.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
Seems most sensible to merge via regmap?
drivers/mfd/wm8994-irq.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/wm8994-irq.c b/drivers/mfd/wm8994-irq.c
index 0aac4af..a050e56 100644
--- a/drivers/mfd/wm8994-irq.c
+++ b/drivers/mfd/wm8994-irq.c
@@ -135,6 +135,7 @@ static struct regmap_irq_chip wm8994_irq_chip = {
.status_base = WM8994_INTERRUPT_STATUS_1,
.mask_base = WM8994_INTERRUPT_STATUS_1_MASK,
.ack_base = WM8994_INTERRUPT_STATUS_1,
+ .runtime_pm = true,
};
int wm8994_irq_init(struct wm8994 *wm8994)
--
1.7.10.4
next prev parent reply other threads:[~2012-07-24 14:42 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-24 14:42 [PATCH 1/2] regmap: irq: Enable devices for runtime PM while handling interrupts Mark Brown
2012-07-24 14:42 ` Mark Brown [this message]
2012-07-24 22:57 ` [PATCH 2/2] mfd: wm8994: Flag the interrupt block as requiring runtime PM be enabled Samuel Ortiz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1343140966-18641-2-git-send-email-broonie@opensource.wolfsonmicro.com \
--to=broonie@opensource.wolfsonmicro.com \
--cc=linux-kernel@vger.kernel.org \
--cc=patches@opensource.wolfsonmicro.com \
--cc=sameo@linux.intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox