From: Erik Botö Date: Fri, 20 May 2011 06:40:18 +0000 (-0600) Subject: gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq X-Git-Tag: v3.0-rc1~130^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc300d9ead66235e23c674babb8a4ae4ad4c9db8;p=pandora-kernel.git gpio/pca953x: Use handle_simple_irq instead of handle_edge_irq Make pca953x driver use the simple irq handler since no hardware control is necessary and the driver lacks an irq_ack function. handle_edge_irq() calls chip->irq_ack() which crashes since this function does not exist. Signed-off-by: Erik Botö Signed-off-by: Richard Röjfors Signed-off-by: Grant Likely --- Reading git-diff-tree failed