From patchwork Mon Oct 26 23:52:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 11859163 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 8D1B8139F for ; Mon, 26 Oct 2020 23:52:36 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 856B321D7B; Mon, 26 Oct 2020 23:52:36 +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 D5DAC221F8; Mon, 26 Oct 2020 23:52:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603756356; bh=fH9j8kxbzqWIg4r70UPIZ+nQNZ6r7kVFEH60H7ch8NE=; h=Date:From:List-Id:To:Cc:Subject:From; b=eMVJCV2XT6GyfYVLDCG5kpwTHgMMwsgZCL0RHTj4xPM/VbgBmAxjsQypZXzrh4xQE vB0bX/0aQQ6RrTG14tAQ/b7/V2Tas/NcPoCjVSJyvTZNttXgf4K3ilUKleBDx2C0Qf bvD4Pe8nHC9Es6gPqBsayaHSopxV6HtKKMtXv89Y= Date: Tue, 27 Oct 2020 07:52:31 +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, 2nd round Message-ID: <20201026235230.GL9880@dragon> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) The following changes since commit d6820bc6508c0cefd6e407cf5be50d9efda6c85c: ARM: multi_v7_defconfig: Build in CONFIG_GPIO_MXC by default (2020-10-26 15:49:15 +0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-fixes-5.10-2 for you to fetch changes up to ccee91b568e35e87d61ae72b51fd07ddf5a3d999: ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC (2020-10-27 07:45:43 +0800) ---------------------------------------------------------------- i.MX fixes for 5.10, 2nd round: A couple of more defconfig fixes to enable CONFIG_GPIO_MXC option for i.MX ARMv4/v5 devices. ---------------------------------------------------------------- Fabio Estevam (2): ARM: imx_v4_v5_defconfig: Select CONFIG_GPIO_MXC ARM: multi_v5_defconfig: Select CONFIG_GPIO_MXC arch/arm/configs/imx_v4_v5_defconfig | 1 + arch/arm/configs/multi_v5_defconfig | 1 + 2 files changed, 2 insertions(+)