From: Marc Zyngier Date: Fri, 5 Mar 2010 21:44:36 +0000 (-0800) Subject: gpio: pca953x.c: add interrupt handling capability X-Git-Tag: v2.6.34-rc1~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ea8bbe9c3eb2ea0cb57a4ecf283cab7326f0b0;p=pandora-kernel.git gpio: pca953x.c: add interrupt handling capability Most of the GPIO expanders controlled by the pca953x driver are able to report changes on the input pins through an *INT pin. This patch implements the irq_chip functionality (edge detection only). The driver has been tested on an Arcom Zeus. [akpm@linux-foundation.org: the compiler does inlining for us nowadays] Signed-off-by: Marc Zyngier Cc: Eric Miao Cc: Haojian Zhuang Cc: David Brownell Cc: Nate Case Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed