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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 05043C433E3 for ; Mon, 29 Jun 2020 18:53:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D289420656 for ; Mon, 29 Jun 2020 18:53:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593456786; bh=AtlRuJKLlODGcf0YKJZLfj2RAej3mthtdV/MDVcMw4Q=; h=Date:From:To:Cc:Subject:In-Reply-To:List-ID:From; b=ePuAWT4P9qdt/Jvyvuy5he7S9OQqYg+HUnKaxYY8EF9WH/dICTqYtLMl8+fH4tZ51 qHJNL7fssD6qPcbEh4V3ttGvK3KT+RdW5r/WBs/iCazjW2rgvtd/k3nmMsg26hh02R gNwDlG94V1Ag11pFrjgXtWZlsbvGFh3c7SCe6UzQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729835AbgF2SxF (ORCPT ); Mon, 29 Jun 2020 14:53:05 -0400 Received: from mail.kernel.org ([198.145.29.99]:40876 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729398AbgF2SxD (ORCPT ); Mon, 29 Jun 2020 14:53:03 -0400 Received: from localhost (mobile-166-170-222-206.mycingular.net [166.170.222.206]) (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 2087020656; Mon, 29 Jun 2020 18:53:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593456783; bh=AtlRuJKLlODGcf0YKJZLfj2RAej3mthtdV/MDVcMw4Q=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=D5mspzYz7Wk9Rrwkob53bTTIf0YdxQK699Y4YNft6y1B9ucikwsOU2AFa1F7eoySC mNJWCyhxn++LR0bUgvkTObNDVZgI+o7heUO+YKg3tK3eBowzAX6keVdy/lB8ceHesF sJkORmtTMG1Iwqvv/lyVwHzWpxVfnibZYEIzMayM= Date: Mon, 29 Jun 2020 13:53:01 -0500 From: Bjorn Helgaas To: Anson Huang Cc: catalin.marinas@arm.com, will@kernel.org, lorenzo.pieralisi@arm.com, robh@kernel.org, bhelgaas@google.com, p.zabel@pengutronix.de, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, bjorn.andersson@linaro.org, leoyang.li@nxp.com, vkoul@kernel.org, geert+renesas@glider.be, olof@lixom.net, treding@nvidia.com, gustavo.pimentel@synopsys.com, amurray@thegoodpenguin.co.uk, vidyas@nvidia.com, xiaowei.bao@nxp.com, jonnyc@amazon.com, hayashi.kunihiko@socionext.com, eswara.kota@linux.intel.com, krzk@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Linux-imx@nxp.com Subject: Re: [PATCH V2 3/3] pci: imx: Select RESET_IMX7 by default Message-ID: <20200629185301.GA3280149@bjorn-Precision-5520> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1593443129-18766-3-git-send-email-Anson.Huang@nxp.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org If you post a V3, "git log --oneline drivers/pci/controller/dwc/pci-imx6.c" says the subject line could be: PCI: imx6: Select CONFIG_RESET_IMX7 If you don't need a V3 for any other reason, whoever applies this series might adjust that for you. On Mon, Jun 29, 2020 at 11:05:29PM +0800, Anson Huang wrote: > i.MX7 reset driver now supports module build and it is no longer > built in by default, so i.MX PCI driver needs to select it explicitly > due to it is NOT supporting loadable module currently. > > Signed-off-by: Anson Huang > --- > New patch. > --- > drivers/pci/controller/dwc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig > index 044a376..bcf63ce 100644 > --- a/drivers/pci/controller/dwc/Kconfig > +++ b/drivers/pci/controller/dwc/Kconfig > @@ -90,6 +90,7 @@ config PCI_EXYNOS > > config PCI_IMX6 > bool "Freescale i.MX6/7/8 PCIe controller" > + select RESET_IMX7 > depends on ARCH_MXC || COMPILE_TEST > depends on PCI_MSI_IRQ_DOMAIN > select PCIE_DW_HOST > -- > 2.7.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 X-Spam-Level: X-Spam-Status: No, score=-7.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 931A2C433E7 for ; Mon, 29 Jun 2020 18:54:52 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 680F220656 for ; Mon, 29 Jun 2020 18:54:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="o6JuwSPM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="D5mspzYz" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 680F220656 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID:Subject:To:From: Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References:List-Owner; bh=2iPHErp0m2cx8SmbiQGx71RMIfCVggs/KcquBs6bWeo=; b=o6JuwSPMwOV2GQWN9Vr+gJPtV yfyGkro7LkXC4E3tAWgTxA2olqXm5laWEx8imB4m0ijvO3SLdsyNAtXxBzMmlv1yDq3H9NUS+Ujko 1HD4nocOk8OxtLiqUK8egUTWGqx5kkxSxz2xnq0rx1orDOj0FRvq5nQO9y4PYObmVw8FUeWXWLow/ y3mTpKQeiWrVX7XaviVw1igNplxlV7dfgCcyg/0tQiExwhxxgrT9pjgj27ugd1xykKgJK1lZHj/Lf hOc24a0TLb0uF7vdZMUBtKbMVZgi8mF0gi+v1XWPx9Vn392InllEifffj6xEZwkZrhfj1fCdZ3bwB Uzu4GRj+w==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpytv-0003ZC-HJ; Mon, 29 Jun 2020 18:53:07 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jpytt-0003Yv-1J for linux-arm-kernel@lists.infradead.org; Mon, 29 Jun 2020 18:53:05 +0000 Received: from localhost (mobile-166-170-222-206.mycingular.net [166.170.222.206]) (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 2087020656; Mon, 29 Jun 2020 18:53:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593456783; bh=AtlRuJKLlODGcf0YKJZLfj2RAej3mthtdV/MDVcMw4Q=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=D5mspzYz7Wk9Rrwkob53bTTIf0YdxQK699Y4YNft6y1B9ucikwsOU2AFa1F7eoySC mNJWCyhxn++LR0bUgvkTObNDVZgI+o7heUO+YKg3tK3eBowzAX6keVdy/lB8ceHesF sJkORmtTMG1Iwqvv/lyVwHzWpxVfnibZYEIzMayM= Date: Mon, 29 Jun 2020 13:53:01 -0500 From: Bjorn Helgaas To: Anson Huang Subject: Re: [PATCH V2 3/3] pci: imx: Select RESET_IMX7 by default Message-ID: <20200629185301.GA3280149@bjorn-Precision-5520> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1593443129-18766-3-git-send-email-Anson.Huang@nxp.com> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: geert+renesas@glider.be, catalin.marinas@arm.com, bjorn.andersson@linaro.org, jonnyc@amazon.com, vidyas@nvidia.com, festevam@gmail.com, robh@kernel.org, lorenzo.pieralisi@arm.com, hayashi.kunihiko@socionext.com, eswara.kota@linux.intel.com, will@kernel.org, krzk@kernel.org, Linux-imx@nxp.com, linux-pci@vger.kernel.org, treding@nvidia.com, p.zabel@pengutronix.de, s.hauer@pengutronix.de, bhelgaas@google.com, linux-arm-kernel@lists.infradead.org, xiaowei.bao@nxp.com, gustavo.pimentel@synopsys.com, linux-kernel@vger.kernel.org, leoyang.li@nxp.com, vkoul@kernel.org, kernel@pengutronix.de, olof@lixom.net, shawnguo@kernel.org, amurray@thegoodpenguin.co.uk 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 If you post a V3, "git log --oneline drivers/pci/controller/dwc/pci-imx6.c" says the subject line could be: PCI: imx6: Select CONFIG_RESET_IMX7 If you don't need a V3 for any other reason, whoever applies this series might adjust that for you. On Mon, Jun 29, 2020 at 11:05:29PM +0800, Anson Huang wrote: > i.MX7 reset driver now supports module build and it is no longer > built in by default, so i.MX PCI driver needs to select it explicitly > due to it is NOT supporting loadable module currently. > > Signed-off-by: Anson Huang > --- > New patch. > --- > drivers/pci/controller/dwc/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/controller/dwc/Kconfig b/drivers/pci/controller/dwc/Kconfig > index 044a376..bcf63ce 100644 > --- a/drivers/pci/controller/dwc/Kconfig > +++ b/drivers/pci/controller/dwc/Kconfig > @@ -90,6 +90,7 @@ config PCI_EXYNOS > > config PCI_IMX6 > bool "Freescale i.MX6/7/8 PCIe controller" > + select RESET_IMX7 > depends on ARCH_MXC || COMPILE_TEST > depends on PCI_MSI_IRQ_DOMAIN > select PCIE_DW_HOST > -- > 2.7.4 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel