From patchwork Mon Oct 26 13:56:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11857295 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E035492C for ; Mon, 26 Oct 2020 13:56:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) id DABCA2463D; Mon, 26 Oct 2020 13:56:07 +0000 (UTC) Delivered-To: soc@kernel.org Received: from dragon (80.251.214.228.16clouds.com [80.251.214.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4D96C22242; Mon, 26 Oct 2020 13:56:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603720567; bh=MUBX1WsYayiIj5PoHwaKmsQHvVaDQt/Zbr2oGMltyP4=; h=Date:From:List-Id:To:Cc:Subject:From; b=PYIbFgKQG4JGA5qZ+S9SB5UFyMQT/5HXZZ7ZLxPoEMXThYvSPVbHT814SPrl/43o1 oku+0tGErwyVUHY4WvG2Z1xTWw4QtnibmdUUxiiV9/V0y0ag0ZDIK9gCtX7XiMxLRW ny8nY3lrP4BxjL/wcyUGldhWYdEHDOyVRDMCH9K0= Date: Mon, 26 Oct 2020 21:56:02 +0800 From: Shawn Guo List-Id: To: soc@kernel.org, arm@kernel.org Cc: Fabio Estevam , Stefan Agner , Li Yang , kernel@pengutronix.de, linux-imx@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] i.MX fixes for 5.10 Message-ID: <20201026135601.GA32675@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) 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(+)