mbox series

[GIT,PULL] i.MX fixes for 5.10

Message ID 20201026135601.GA32675@dragon
State New
Headers show
Series [GIT,PULL] i.MX fixes for 5.10 | expand

Pull-request

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

Message

Shawn Guo Oct. 26, 2020, 1:56 p.m. UTC
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(+)

Comments

Arnd Bergmann Oct. 26, 2020, 2:35 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 26 Oct 2020 21:56:02 +0800, Shawn Guo wrote:
> 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
> 
> [...]

Merged into arm/fixes, thanks!

merge commit: dff61e683e744675ee5ad83f23ff71701c830d45

       Arnd