From: Lee Jones Date: Fri, 30 Nov 2012 15:19:59 +0000 (+0000) Subject: ARM: ux500: Change IRQ from low-to-high edge triggered to high-to-low X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~71^2~14^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf261dd1efc593942db913c98851feadec9d73e;p=pandora-kernel.git ARM: ux500: Change IRQ from low-to-high edge triggered to high-to-low When the STMPE IRQ is triggered to be active high level-sensitive, the Nomadik GPIO controller it uses complains, although it still works. Recently we attempted to move triggering to low-to-high in an attempt to prevent the warning; however, this ensured that the IRQ was actually missed completely. Now we have a solution which both works and keeps the GPIO controller happy. Signed-off-by: Lee Jones Signed-off-by: Linus Walleij --- Reading git-diff-tree failed