From: Pavel Pisa Date: Sat, 12 May 2007 13:31:17 +0000 (+0100) Subject: [ARM] 4373/1: i.MX/MX1 GPIO support implementation X-Git-Tag: v2.6.23-rc1~1101^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e6a508ed920698d367e5993ed056d70364d91f;p=pandora-kernel.git [ARM] 4373/1: i.MX/MX1 GPIO support implementation Support for generic input output for MX1 family. The implementation prevents allocation of one pin by two users, but does not store pointer to the user description permanently, because this solution would have bigger memory overhead. The simple way to integrate code with per BSP pins setup and allocation is required else all GPIO registration checking is useless. The function imx_gpio_setup_multiple_pins() can be used for this purpose in future. Signed-off-by: Pavel Pisa Signed-off-by: Russell King --- Reading git-diff-tree failed