projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46223a1
)
mfd: 88pm800: Initialize mask_invert
author
Chao Xie
<chao.xie@marvell.com>
Fri, 14 Jun 2013 05:21:47 +0000
(
01:21
-0400)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Mon, 17 Jun 2013 23:05:52 +0000
(
01:05
+0200)
mask_invert must be set otherwise interrupts cannot be cleared.
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/88pm800.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mfd/88pm800.c
b/drivers/mfd/88pm800.c
index 080104988d5e39c563bf83f6db4f6cf9e595c167..cca63f255d53de66965cc49d7053ee934c80a297 100644
(file)
--- a/
drivers/mfd/88pm800.c
+++ b/
drivers/mfd/88pm800.c
@@
-362,6
+362,7
@@
static struct regmap_irq_chip pm800_irq_chip = {
.status_base = PM800_INT_STATUS1,
.mask_base = PM800_INT_ENA_1,
.ack_base = PM800_INT_STATUS1,
+ .mask_invert = 1,
};
static int pm800_pages_init(struct pm80x_chip *chip)