Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp21448330ybl; Mon, 6 Jan 2020 04:56:19 -0800 (PST) X-Google-Smtp-Source: APXvYqwQ4u1R2iy9vwPpUvYA+CzC3vcB3T3EBfuCToVbA8SRmHt91vHlNxcCqWSKPkAzdvclgIMZ X-Received: by 2002:a9d:7999:: with SMTP id h25mr115603862otm.347.1578315378947; Mon, 06 Jan 2020 04:56:18 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578315378; cv=none; d=google.com; s=arc-20160816; b=gV7Vlc7YqoPc6dWFevTxuQgcdmboDs05SdIgJupguyKGE78POyM9QkiTJBU30+nJXm UjQ47LCGcvEqlbKckjTnP17ErterwYOpz9Vev2VgAhH/KNZhZBnWh9DAKRFQ3oEl+bO5 94yqgvHeFuA6QsJJKZeQDj4B9BUNChTAY+fEftVumHl+qTSwQIlpd8a5p3ay9E4xCFvP 21aQMAzdyLJOGHPMxMqQ3SKkgiExTjEsO6OPoKCJ0j3NRR9AXR5yOdXv1QdnUyQoOM5Q jJ8UHjmQM9xeLfMOSiOfvHvjV5vGA8TlctjxM5WwKBSiSm+PzPtfwJNBOYt5khx7RgWn iRhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=PZ3Ll5h0HSGmyLTodASYELzOUIYproyC9slBrU/mjpE=; b=NuopngnCtqL/LSw9AHQnLJ5OlKQ+XzBp4UUyEzRhaY4zuGSfugX0uAEPURzw6wFcfe nfL3Br+mGAh0uQKVmyDzNRmOW0yh5x/IbFkOzmTKrn1iIFMhL3lP0t9yDySXbrvF0AdQ b8H6t0rXMcx+CWSW0EAgXExYe4d2bk97rYpgVk/zONnhRsRrv4EyaqMEifEMXUplZUl5 WcdkwU3/cUaYl+DLcOYfJm/uqQyU0j3W53jUq62BMgjon2FLLA0ax8WwDrE876eaN3cU 4iLqgZmR6wX5N2z8Ng6ylyYjACpPacv5eLWm7bvQ1xHoRYXA+UNp4sq+mgB55NDah5eE jUKA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b4si876025oiy.97.2020.01.06.04.56.07; Mon, 06 Jan 2020 04:56:18 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726560AbgAFMzO (ORCPT + 99 others); Mon, 6 Jan 2020 07:55:14 -0500 Received: from foss.arm.com ([217.140.110.172]:43630 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726528AbgAFMzO (ORCPT ); Mon, 6 Jan 2020 07:55:14 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 69F6B328; Mon, 6 Jan 2020 04:55:13 -0800 (PST) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id E15993F534; Mon, 6 Jan 2020 04:55:12 -0800 (PST) Date: Mon, 6 Jan 2020 12:55:11 +0000 From: Andrew Murray To: Masahiro Yamada Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, Kunihiko Hayashi , Lorenzo Pieralisi , Philipp Zabel , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] PCI: uniphier: remove module code from built-in driver Message-ID: <20200106125511.GT42593@e119886-lin.cambridge.arm.com> References: <20191215223937.19619-1-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191215223937.19619-1-yamada.masahiro@socionext.com> User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 16, 2019 at 07:39:37AM +0900, Masahiro Yamada wrote: > builtin_platform_driver() and MODULE_* are always odd combination. > > This file is not compiled as a module by anyone because > CONFIG_PCIE_UNIPHIER is a bool option. > > Let's remove the modular code that is essentially orphaned, so that > when reading the driver there is no doubt it is builtin-only. > > We explicitly disallow a driver unbind, since that doesn't have a > sensible use case anyway, and it allows us to drop the ".remove" code. > > Signed-off-by: Masahiro Yamada Reviewed-by: Andrew Murray > --- > > Changes in v2: > - update commit description > - remove Reviewed-by > > drivers/pci/controller/dwc/pcie-uniphier.c | 31 +--------------------- > 1 file changed, 1 insertion(+), 30 deletions(-) > > diff --git a/drivers/pci/controller/dwc/pcie-uniphier.c b/drivers/pci/controller/dwc/pcie-uniphier.c > index 8fd7badd59c2..a5401a0b1e58 100644 > --- a/drivers/pci/controller/dwc/pcie-uniphier.c > +++ b/drivers/pci/controller/dwc/pcie-uniphier.c > @@ -9,11 +9,11 @@ > #include > #include > #include > +#include > #include > #include > #include > #include > -#include > #include > #include > #include > @@ -171,12 +171,6 @@ static void uniphier_pcie_irq_enable(struct uniphier_pcie_priv *priv) > writel(PCL_RCV_INTX_ALL_ENABLE, priv->base + PCL_RCV_INTX); > } > > -static void uniphier_pcie_irq_disable(struct uniphier_pcie_priv *priv) > -{ > - writel(0, priv->base + PCL_RCV_INT); > - writel(0, priv->base + PCL_RCV_INTX); > -} > - > static void uniphier_pcie_irq_ack(struct irq_data *d) > { > struct pcie_port *pp = irq_data_get_irq_chip_data(d); > @@ -397,14 +391,6 @@ static int uniphier_pcie_host_enable(struct uniphier_pcie_priv *priv) > return ret; > } > > -static void uniphier_pcie_host_disable(struct uniphier_pcie_priv *priv) > -{ > - uniphier_pcie_irq_disable(priv); > - phy_exit(priv->phy); > - reset_control_assert(priv->rst); > - clk_disable_unprepare(priv->clk); > -} > - > static const struct dw_pcie_ops dw_pcie_ops = { > .start_link = uniphier_pcie_establish_link, > .stop_link = uniphier_pcie_stop_link, > @@ -456,31 +442,16 @@ static int uniphier_pcie_probe(struct platform_device *pdev) > return uniphier_add_pcie_port(priv, pdev); > } > > -static int uniphier_pcie_remove(struct platform_device *pdev) > -{ > - struct uniphier_pcie_priv *priv = platform_get_drvdata(pdev); > - > - uniphier_pcie_host_disable(priv); > - > - return 0; > -} > - > static const struct of_device_id uniphier_pcie_match[] = { > { .compatible = "socionext,uniphier-pcie", }, > { /* sentinel */ }, > }; > -MODULE_DEVICE_TABLE(of, uniphier_pcie_match); > > static struct platform_driver uniphier_pcie_driver = { > .probe = uniphier_pcie_probe, > - .remove = uniphier_pcie_remove, > .driver = { > .name = "uniphier-pcie", > .of_match_table = uniphier_pcie_match, > }, > }; > builtin_platform_driver(uniphier_pcie_driver); > - > -MODULE_AUTHOR("Kunihiko Hayashi "); > -MODULE_DESCRIPTION("UniPhier PCIe host controller driver"); > -MODULE_LICENSE("GPL v2"); > -- > 2.17.1 >