From: Linus Walleij Date: Thu, 2 Oct 2014 05:55:27 +0000 (+0200) Subject: gpio: stmpe: fix up interrupt enable logic X-Git-Tag: fixes-against-v3.18-rc2~140^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fe3bd9e347bcea63fa8be212001372720968765;p=pandora-kernel.git gpio: stmpe: fix up interrupt enable logic The STMPE driver assumes that the passed in IRQ type is for rising or falling IRQs, not both, even though the hardware actually supports this perfectly well. Likewise the check for level IRQs is done against just high or low level types, not for the case where it is combined with other IRQs. Signed-off-by: Linus Walleij --- Reading git-diff-tree failed