From: Eric Miao Date: Tue, 6 Jan 2009 09:37:37 +0000 (+0800) Subject: [ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c X-Git-Tag: v2.6.30-rc1~636^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a58fbcd8ad17ddaa0c7aadbbbd20de4ebc807fa4;p=pandora-kernel.git [ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.c This is part of the work making gpio.c generic enough, the changes include: 1. move IRQ handling of GPIO 0 and 1 outside (and back into irq.c) 2. pxa_init_gpio() accepts a range for muxed GPIO IRQs, and an IRQ number for the muxed GPIOs 3. __gpio_is_occupied() and __gpio_is_inverted() are made inline, and are moved into instead of generic gpio.c Signed-off-by: Eric Miao --- Reading git-diff-tree failed