mfd: Convert WM8994/58 interrupt masking to enable/disable operations
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Tue, 1 Mar 2011 20:12:45 +0000 (20:12 +0000)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 23 Mar 2011 09:42:01 +0000 (10:42 +0100)
commitd664f20020e0a3564d7aaba6625aa58d24283b7d
tree2b4c6fda77ed26661a9afcb9891ed8a91aec478b
parentf624effb7354814d062f149c8a1e2c46a44acb1f
mfd: Convert WM8994/58 interrupt masking to enable/disable operations

The WM8994/58 interrupt masking support is a much better match for the genirq
enable and disable operations than for the mask and unmask operations. The
latter are intended to used during interrupt handling for temporary changes
which isn't really practical on a slow bus. Convert the operations over to
match this.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
drivers/mfd/wm8994-irq.c