linux/drivers/pinctrl/sh-pfc
Jacopo Mondi e889b29815 pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP
VIN data groups may appear on different sets of pins, usually named
"vinX_data_[a|b]". The existing VIN_DATA_PIN_GROUP() does not support
appending the '_a' or '_b' suffix, leading to the definition of group
names not consistent with the ones defined using the SH_PFC_PIN_GROUP()
macro.

Fix this by making the VIN_DATA_PIN_GROUP macro a variadic one,
which accepts an optional 'version' argument.

Fixes: 423caa5253 ("pinctrl: sh-pfc: r8a779[01]: Move 'union vin_data' to shared header file")
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
2018-11-13 10:52:09 +01:00
..
core.c pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC support 2018-09-19 17:29:00 +02:00
core.h pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
gpio.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
Kconfig pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC support 2018-09-19 17:29:00 +02:00
Makefile pinctrl: sh-pfc: r8a77990: Add R8A774C0 PFC support 2018-09-19 17:29:00 +02:00
pfc-emev2.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a73a4.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7740.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7778.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7779.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7790.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7791.c pinctrl: sh-pfc: rcar: Rename automotive-only arrays to automotive 2018-09-28 09:49:15 +02:00
pfc-r8a7792.c pinctrl: sh-pfc: Reduce kernel size for narrow VIN channels 2018-11-06 09:20:26 +01:00
pfc-r8a7794.c pinctrl: sh-pfc: Reduce kernel size for narrow VIN channels 2018-11-06 09:20:26 +01:00
pfc-r8a7795-es1.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7795.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-r8a7796.c pinctrl: sh-pfc: rcar: Rename automotive-only arrays to automotive 2018-09-28 09:49:15 +02:00
pfc-r8a77470.c pinctrl: sh-pfc: r8a77470: Add SDHI support 2018-11-06 09:20:26 +01:00
pfc-r8a77965.c pinctrl: sh-pfc: r8a77965: Add Audio SSI pin support 2018-08-28 11:28:37 +02:00
pfc-r8a77970.c pinctrl: sh-pfc: r8a77970: Add QSPI pins, groups, and functions 2018-11-13 10:08:25 +01:00
pfc-r8a77980.c pinctrl: sh-pfc: r8a77980: Add pin I/O voltage control support 2018-05-16 13:31:38 +02:00
pfc-r8a77990.c pinctrl: sh-pfc: r8a77990: Add voltage switch operations for SDHI 2018-11-13 10:08:25 +01:00
pfc-r8a77995.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh73a0.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7203.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7264.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7269.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7720.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7722.c License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
pfc-sh7723.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7724.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7734.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7757.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7785.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-sh7786.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pfc-shx3.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
pinctrl.c pinctrl: sh-pfc: Convert to SPDX identifiers 2018-09-11 12:25:32 +02:00
sh_pfc.h pinctrl: sh-pfc: Add optional arg to VIN_DATA_PIN_GROUP 2018-11-13 10:52:09 +01:00