From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1C202C7619A for ; Thu, 6 Apr 2023 01:50:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=qC5+O8AOvUacrjh3qd1NgeF1/nEShH+VE8WhWp0iJS4=; b=33+ydI0Wq6jvOB qiiflUo7ZT6nABQYrFN+NOu3az9UgpdqMH49qElNCw9Rda6e/26MyHkULvLH6jhwGY64G0Tx/doL+ 6+TvZtqYK3RFHn27Fkb/sbBb/oYZ2ziFK2MUFiQdHtmp+6SbuXPI5LYUvZ/aaMoSTao/yRGamHOxh UR9awfJp3XfshHP2QlDpgX4WL/xC3pFabhoHNuwWX15ik+kS2YPxU8SdH4g61FZlL8R4fYWuPUnwr 2LitV5M7DlAkb50qkJnOVcOKCmMgTjL/vPE1ynOgS+QL/e4TrC/LnFHJt7uAEaKel53VfysZaY3MJ i0rI2s5madEb/3XrVMJQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pkElC-0064Xq-1g; Thu, 06 Apr 2023 01:49:58 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pkElA-0064XF-1L for linux-arm-kernel@lists.infradead.org; Thu, 06 Apr 2023 01:49:57 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id EB52D64185; Thu, 6 Apr 2023 01:49:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1B614C433D2; Thu, 6 Apr 2023 01:49:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680745795; bh=yaV1tvLqL3GPK3ri41Np+AZQ44hG4uDFEf2YY4ti+Lc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q8d0mZBRrwc224PTEiKaxjITZRoyJjEfuISGMnpQr4NvVP/JkkdbKZUkE/2BVe8VG vBczR2YB0QtiJmcm3oMbYhb7W/+IQ3W6DbQ/0LIe8i7RlhxE2Zd53WZ/Lstzq9wftB Zvzv+r5KX8lj0gpl1VdiZcWtHwifzsQu6ZIQwDW8Kmujj0YARX/kOFFKEoBk1EVtC3 SYbIsiRrGIZSc6c1wB0iwJCk1OlenCDjv6Sqdjg9EgjbtVrZl4Fk+Ge87vbBm97zxq UwkH0QWmGHIUrqsJfrBT/mU8oRqEesxZ3+JJ221G6bUbgBnKEzlvLrUYjcdzw9w/0C d2nvsG1RXjY0w== Date: Thu, 6 Apr 2023 09:49:49 +0800 From: Shawn Guo To: Fabio Estevam Cc: hongxing.zhu@nxp.com, linux-arm-kernel@lists.infradead.org, broonie@kernel.org, Fabio Estevam , Mattias Barthel Subject: Re: [PATCH] ARM: imx_v6_v7_defconfig: Fix unintentional disablement of PCI Message-ID: <20230406014949.GN11367@dragon> References: <20230404121303.624422-1-festevam@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230404121303.624422-1-festevam@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230405_184956_490299_8551107F X-CRM114-Status: GOOD ( 13.96 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Apr 04, 2023 at 09:13:03AM -0300, Fabio Estevam wrote: > From: Fabio Estevam > > Since commit 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support") > the i.MX6 PCI driver is no longer selected by default. The > existing PCI_IMX6 was made a hidden option, selected by new options > PCI_IMX6_HOST (for the existing support) and PCI_IMX6_EP (for the > endpoint mode), but there has been no corresponding update to > imx_v6_v7_defconfig so the PCI_IMX6 ends up getting disabled. > Switch imx_v6_v7_defconfig to PCI_IMX6_HOST to preserve the existing > functionality. > > This is based on the same fix done in commit 0cd5780eb625 ("arm64: > defconfig: Fix unintentional disablement of PCI on i.MX"). > > Fixes: 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support") > Reported-by: Mattias Barthel > Signed-off-by: Fabio Estevam Applied, thanks! _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel