[GIT PULL] i.MX fixes for 5.10

Shawn Guo shawnguo at kernel.org
Mon Oct 26 09:56:02 EDT 2020


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10

for you to fetch changes up to d6820bc6508c0cefd6e407cf5be50d9efda6c85c:

  ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default (2020-10-26 15:49:15 +0800)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Anson Huang (3):
      arm64: defconfig: Build in CONFIG_GPIO_MXC by default
      ARM: imx_v6_v7_defconfig: Build in CONFIG_GPIO_MXC by default
      ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default

 arch/arm/configs/imx_v6_v7_defconfig | 1 +
 arch/arm/configs/multi_v7_defconfig  | 1 +
 arch/arm64/configs/defconfig         | 1 +
 3 files changed, 3 insertions(+)



More information about the linux-arm-kernel mailing list