From: Haojian Zhuang Date: Tue, 27 Apr 2010 18:55:28 +0000 (-0400) Subject: mfd: Delay to mask tsc irq in max8925 X-Git-Tag: v2.6.35-rc1~7^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68e488d965a9055c63c0eac4ad1e6568b07e8ee1;p=pandora-kernel.git mfd: Delay to mask tsc irq in max8925 There're two IRQ pins output from MAX8925. One is PMIC interrupt, the other is TSC interrupt. But they're sharing one irq chip. After initializing MAX8925 interrupts, unexpected TSC interrupt may occur and it can't be cleared if touch driver isn't loaded. Now move the operation of masking TSC interrupt behind requesting PMIC interrupt. If touch driver isn't loaded, this interrupt is always masked. Signed-off-by: Haojian Zhuang Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed