commit | 40052ca0c243d101cfadd65936f60ef81df10b02 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Wed Aug 01 13:57:24 2012 -0600 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sat Aug 04 12:13:54 2012 +0100 |
tree | 47857240772f3cb43d0d0a19998887485af017e7 | |
parent | 685879f4b2036e58c1a0cdaaee2b155d3c965461 [diff] |
regmap: irq: initialize all irqs to wake disabled The kerneldoc for irq_set_irq_wake() says: Enable/disable power management wakeup mode, which is disabled by default. regmap_irq_set_wake() clears bits to enable wake for an interrupt, and sets bits to disable wake. Hence, we should set all bits in wake_buf initially, to mirror the expected disabled state. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>