u-boot-brain/drivers/pinctrl/nxp
Peng Fan 58db844fc8 pinctrl: imx7: move soc info to data section
The soc info without initialization value should be put into
data section. The driver could be used before relocation,
with it in BSS section could cause issue, since BSS section
is not initializated and it might overwrite other areas that
used by others, such as dtb.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
2020-07-14 15:23:46 +08:00
..
Kconfig pinctrl: add i.MXRT driver 2020-01-14 22:53:59 +01:00
Makefile pinctrl: add i.MXRT driver 2020-01-14 22:53:59 +01:00
pinctrl-imx.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pinctrl-imx.h pinctrl: Add pinctrl driver for i.MX8 2018-10-22 12:59:01 +02:00
pinctrl-imx5.c pinctrl: nxp: DM_FLAG_PRE_RELOC by default 2019-10-08 16:36:37 +02:00
pinctrl-imx6.c pinctrl: nxp: DM_FLAG_PRE_RELOC by default 2019-10-08 16:36:37 +02:00
pinctrl-imx7.c pinctrl: imx7: move soc info to data section 2020-07-14 15:23:46 +08:00
pinctrl-imx7ulp.c pinctrl: nxp: DM_FLAG_PRE_RELOC by default 2019-10-08 16:36:37 +02:00
pinctrl-imx8.c pinctrl: imx8: add i.MX8QM compatible 2019-04-25 17:03:25 +02:00
pinctrl-imx8m.c pinctrl: imx8m: support i.MX8MP 2020-01-08 13:20:08 +01:00
pinctrl-imxrt.c pinctrl: add i.MXRT driver 2020-01-14 22:53:59 +01:00
pinctrl-mxs.c core: add support for U_BOOT_DRIVER_ALIAS 2020-07-09 18:57:22 -06:00
pinctrl-mxs.h pinctrl: mxs: Add support for i.MX2[38] mxs pinctrl driver 2019-07-19 14:57:14 +02:00
pinctrl-scu.c pinctrl: nxp: scu: Check the pad partition before set pinmux 2020-05-10 13:24:23 +02:00
pinctrl-vf610.c ARM: vybrid: Provide pinctrl driver for Vybrid (vf610) 2019-01-01 14:12:18 +01:00