Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'imx-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/fixes

i.MX fixes for 5.10:

With commit 12d16b397ce0 ("gpio: mxc: Support module build") in place,
GPIO_MXC has no 'def_bool y' anymore, and needs to be enabled by
defconfig. It updates the defconfig files to explicitly enable the
option for fixing boot failure on i.MX platform.

* tag 'imx-fixes-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default
ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default
arm64: defconfig: Build in CONFIG_GPIO_MXC by default

Link: https://lore.kernel.org/r/20201026135601.GA32675@dragon
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+3
+1
arch/arm/configs/imx_v6_v7_defconfig
··· 217 217 CONFIG_GPIO_PCF857X=y 218 218 CONFIG_GPIO_STMPE=y 219 219 CONFIG_GPIO_74X164=y 220 + CONFIG_GPIO_MXC=y 220 221 CONFIG_POWER_RESET=y 221 222 CONFIG_POWER_RESET_SYSCON=y 222 223 CONFIG_POWER_RESET_SYSCON_POWEROFF=y
+1
arch/arm/configs/multi_v7_defconfig
··· 465 465 CONFIG_GPIO_TPS6586X=y 466 466 CONFIG_GPIO_TPS65910=y 467 467 CONFIG_GPIO_TWL4030=y 468 + CONFIG_GPIO_MXC=y 468 469 CONFIG_POWER_AVS=y 469 470 CONFIG_ROCKCHIP_IODOMAIN=y 470 471 CONFIG_POWER_RESET_AS3722=y
+1
arch/arm64/configs/defconfig
··· 500 500 CONFIG_GPIO_DWAPB=y 501 501 CONFIG_GPIO_MB86S7X=y 502 502 CONFIG_GPIO_MPC8XXX=y 503 + CONFIG_GPIO_MXC=y 503 504 CONFIG_GPIO_PL061=y 504 505 CONFIG_GPIO_RCAR=y 505 506 CONFIG_GPIO_UNIPHIER=y