From: Mark Brown Date: Tue, 1 Mar 2011 20:12:45 +0000 (+0000) Subject: mfd: Convert WM8994/58 interrupt masking to enable/disable operations X-Git-Tag: v2.6.39-rc1~96^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d664f20020e0a3564d7aaba6625aa58d24283b7d;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed