alistair23-linux/drivers/pinctrl/sh-pfc
Geert Uytterhoeven f83f97684a pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-length
pinmux_cfg_reg.var_field_width[] is actually a variable-length array,
terminated by a zero, and counting at most r_width entries.
Usually the number of entries is much smaller than r_width, so the
ability to catch bugs at compile time through an "excess elements in
array initializer" warning is fairly limited.

Hence make the array variable-length, decreasing kernel size slightly.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
2018-12-18 11:25:56 +01:00
..
core.c pinctrl: sh-pfc: Print actual field width for variable-width fields 2018-12-18 11:25:56 +01: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: r8a7740: Add missing LCD0 marks to lcd0_data24_1 group 2018-12-18 11:25:56 +01: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: r8a7791: Remove bogus marks from vin1_b_data18 group 2018-12-18 11:25:56 +01:00
pfc-r8a7792.c pinctrl: sh-pfc: r8a7792: Fix VIN versioned groups 2018-11-13 10:52:22 +01:00
pfc-r8a7794.c pinctrl: sh-pfc: r8a7794: Remove bogus IPSR9 field 2018-12-18 11:25:56 +01:00
pfc-r8a7795-es1.c pinctrl: sh-pfc: r8a7795-es1: Add I2C{0,3,5} pins, groups and functions 2018-11-19 11:56:35 +01:00
pfc-r8a7795.c pinctrl: sh-pfc: r8a7795: Add I2C{0,3,5} pins, groups and functions 2018-11-19 11:56:35 +01:00
pfc-r8a7796.c pinctrl: sh-pfc: r8a7796: Add I2C{0,3,5} pins, groups and functions 2018-11-19 11:56:35 +01: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 CAN FD pins, groups and functions 2018-11-19 11:56:35 +01:00
pfc-r8a77970.c pinctrl: sh-pfc: r8a77970: Add missing MOD_SEL0 field 2018-12-18 11:25:56 +01:00
pfc-r8a77980.c pinctrl: sh-pfc: r8a77980: Add missing MOD_SEL0 field 2018-12-18 11:25:56 +01:00
pfc-r8a77990.c pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 SEL_I2C1 field width 2018-12-18 11:25:56 +01:00
pfc-r8a77995.c pinctrl: sh-pfc: r8a77995: Remove bogus SEL_PWM[0-3]_3 configurations 2018-12-18 11:25:56 +01:00
pfc-sh73a0.c pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group 2018-12-18 11:25:56 +01: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: sh7264: Fix PFCR3 and PFCR0 register configuration 2018-12-18 11:25:56 +01:00
pfc-sh7269.c pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field 2018-12-18 11:25:56 +01: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: sh7734: Fix shifted values in IPSR10 2018-12-18 11:25:56 +01: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: Make pinmux_cfg_reg.var_field_width[] variable-length 2018-12-18 11:25:56 +01:00