diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-04 20:35:07 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-01-05 00:53:44 +0400 |
commit | 9442490a02867088bcd5ed6231fa3b35a733c2b8 (patch) | |
tree | f086d7f0acc384c6765f80b85bf8541104252ed5 /include/linux/regmap.h | |
parent | 33be49324f7f3e9dff10d3d07a5c78ee82f8d54e (diff) | |
download | linux-9442490a02867088bcd5ed6231fa3b35a733c2b8.tar.xz |
regmap: irq: Support wake IRQ mask inversion
Support devices which have an enable rather than mask register for wake
sources.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/linux/regmap.h')
-rw-r--r-- | include/linux/regmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/regmap.h b/include/linux/regmap.h index b7e95bf942c9..8c0b50df3d59 100644 --- a/include/linux/regmap.h +++ b/include/linux/regmap.h @@ -381,6 +381,7 @@ struct regmap_irq_chip { unsigned int wake_base; unsigned int irq_reg_stride; unsigned int mask_invert; + unsigned int wake_invert; bool runtime_pm; int num_regs; |