1
0
Fork 0
freescale-linux-fslc/drivers/pinctrl/actions
Rikard Falkeborn 8a643cc8d5 pinctrl: actions: pinctrl-s900: Constify s900_padinfo[]
The only usage of s900_padinfo[] is to assign it to the padinfo field in
the owl_pinctrl_soc_data struct, which is a const pointer. Make it const
to allow the compiler to put it in read-only memory.

Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20200830224311.36994-4-rikard.falkeborn@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2020-09-12 12:15:19 +02:00
..
Kconfig pinctrl: actions: Add Actions S500 pinctrl driver 2020-08-27 10:40:13 +02:00
Makefile pinctrl: actions: Add Actions S500 pinctrl driver 2020-08-27 10:40:13 +02:00
pinctrl-owl.c pinctrl: actions: pinctrl-owl: Constify owl_pinctrl_ops and owl_pinmux_ops 2020-09-12 12:15:19 +02:00
pinctrl-owl.h pinctrl: actions: define pad control configurtion to SoC specific 2018-11-19 14:11:16 +01:00
pinctrl-s500.c pinctrl: actions: Add Actions S500 pinctrl driver 2020-08-27 10:40:13 +02:00
pinctrl-s700.c pinctrl: actions: pinctrl-s700: Constify s700_padinfo[] 2020-09-12 12:15:19 +02:00
pinctrl-s900.c pinctrl: actions: pinctrl-s900: Constify s900_padinfo[] 2020-09-12 12:15:19 +02:00