From: David Brownell Date: Wed, 18 May 2005 21:06:18 +0000 (-0700) Subject: [PATCH] ARM: OMAP: support set_irq_type() X-Git-Tag: v2.6.13-omap1~149 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eb058b8cac70cf977fc1d322d54cae4aa207c81;p=pandora-kernel.git [PATCH] ARM: OMAP: support set_irq_type() This updates IRQ triggering code to be a closer match for other ARMs: - Adds support for the standard ARM-Linux set_irq_type() call. - Reports errors on unsupported triggering modes (e.g. nothing except 16xx GPIOs can trigger on both edges) and on bogus wakeup requests. - Deprecates the OMAP-only omap_set_gpio_edge_ctrl() call. - Removes many of the "sparse" warnings from the GPIO code. - Modifies the smc91x driver so it knows which OMAP boards use falling edge triggers (vs rising, like everything else). Later patches can remove the deprecation warnings and then the OMAP-only version of that standard call. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed