From: Laurent Pinchart Date: Wed, 28 Nov 2012 21:05:49 +0000 (+0100) Subject: sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~46^2^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ad42719efcd25d310d1ad5f8b0f3a5c68e671d;p=pandora-kernel.git sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible The GPIO_FN macro expands to the PINMUX_GPIO macro. The regular expression to 'unexpand' PINMUX_GPIO to GPIO_FN is s/\tPINMUX_GPIO(GPIO_FN_\([A-Z0-9_]*\),[ \t]*\1_MARK)/\tGPIO_FN(\1)/ This consolidates SoC-specific PFC information to use the same macros for all SoCs. Signed-off-by: Laurent Pinchart Acked-by: Linus Walleij --- Reading git-diff-tree failed