linux-stable/drivers/pinctrl/sh-pfc
Laurent Pinchart 35ad42719e 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 <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
2013-03-15 13:33:36 +01:00
..
core.c sh-pfc: sh_pfc_probe() sizeof() fix 2013-02-16 10:58:50 +09:00
core.h sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
gpio.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
Kconfig sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
Makefile sh-pfc: Add shx3 pinmux support 2013-01-25 09:24:28 +09:00
pfc-r8a7740.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-r8a7779.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh73a0.c sh-pfc: Fix a typo and simplify a definition on sh73a0 2013-03-15 13:33:36 +01:00
pfc-sh7203.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7264.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7269.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7372.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7720.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7722.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7723.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7724.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7734.c sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00
pfc-sh7757.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7785.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-sh7786.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pfc-shx3.c sh-pfc: Use GPIO_FN instead of PINMUX_GPIO where possible 2013-03-15 13:33:36 +01:00
pinctrl.c sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() 2013-03-15 13:33:36 +01:00
sh_pfc.h sh-pfc: Move sh_pfc.h from include/linux/ to driver directory 2013-01-25 09:24:31 +09:00