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=-5.5 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 B3B15C3A5A2 for ; Tue, 3 Sep 2019 17:20:17 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (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 93A8421881 for ; Tue, 3 Sep 2019 17:20:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 93A8421881 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=iommu-bounces@lists.linux-foundation.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 5A3FFE3C; Tue, 3 Sep 2019 17:20:17 +0000 (UTC) Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 9655EDB3 for ; Tue, 3 Sep 2019 17:20:15 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 44801709 for ; Tue, 3 Sep 2019 17:20:14 +0000 (UTC) Received: by mail-wr1-f67.google.com with SMTP id l16so30273wrv.12 for ; Tue, 03 Sep 2019 10:20:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rar4+uC5q12KPtiyVYMv+PjJypYyOCyJrBGvZDXzi2k=; b=kNU9O4ambQOiNj0dLmFvVHuxS79iAmySpuNuNqM5SV+PknwTob3GoIAOqqbYq50lPt 762EeGhI2+nS8y5RuflJyH7dpuDM8EehqspEoN9CPbwIZscs8nenZpc583LliyGOLrT4 Xg+WZY/SiTEd5CPWVg4RDIVLSgwVc4ejfcG6APRAOzR8MMpGXahCX60PStVwT3zEME76 SBAV/I7s/CpuJcG89dksFjUO27HL9eNGz+dEwkMsjI0Vxme7Esi3lBkyNSk6JQwey/pL 5haLSVLZK/yfv+aCJDLDlVgSVgby3I/s9CnUOZWt3YB3LhQlwLUqqL7qHKLTuanKZTV6 UhXw== X-Gm-Message-State: APjAAAXNwGgxucgAVPT0rZOhqENs+JxTdCZGWJAWXRWoNogMprP+/Q5P /JzfMPJ9yJbl3IrdWTuy1g== X-Google-Smtp-Source: APXvYqyjkukxdrT5Es1J9haZ+DcUHsFn8ngRxdUl3OZDcQKy38QGzV98Fy3y/684yQ4P6QtkGLVBdA== X-Received: by 2002:adf:c613:: with SMTP id n19mr24481531wrg.109.1567531212863; Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Received: from localhost ([176.12.107.132]) by smtp.gmail.com with ESMTPSA id f10sm14511981wrm.31.2019.09.03.10.20.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Date: Tue, 3 Sep 2019 18:20:10 +0100 From: Rob Herring To: Krzysztof Wilczynski Subject: Re: [PATCH v2] PCI: Remove unused includes and superfluous struct declaration Message-ID: <20190903172010.GA26505@bogus> References: <20190901112506.8469-1-kw@linux.com> <20190903113059.2901-1-kw@linux.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190903113059.2901-1-kw@linux.com> User-Agent: Mutt/1.10.1 (2018-07-13) Cc: devicetree@vger.kernel.org, Jingoo Han , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Bjorn Helgaas , Thomas Petazzoni , Gustavo Pimentel , Frank Rowand , linux-arm-kernel@lists.infradead.org X-BeenThere: iommu@lists.linux-foundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Development issues for Linux IOMMU support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: iommu-bounces@lists.linux-foundation.org Errors-To: iommu-bounces@lists.linux-foundation.org On Tue, Sep 03, 2019 at 01:30:59PM +0200, Krzysztof Wilczynski wrote: > Remove and from being included > directly as part of the include/linux/of_pci.h, and remove > superfluous declaration of struct of_phandle_args. > > Move users of include to include > and directly rather than rely on both being > included transitively through . > > Signed-off-by: Krzysztof Wilczynski > --- > drivers/iommu/of_iommu.c | 2 ++ > drivers/irqchip/irq-gic-v2m.c | 1 + > drivers/irqchip/irq-gic-v3-its-pci-msi.c | 1 + > drivers/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/controller/pci-thunder-pem.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 5 ++--- > 9 files changed, 11 insertions(+), 3 deletions(-) Reviewed-by: Rob Herring _______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu 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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 7E6D4C3A5A2 for ; Tue, 3 Sep 2019 17:20:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 42B7E22CF8 for ; Tue, 3 Sep 2019 17:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567531216; bh=qvFsCRgKgh5ADPL1mu3UHu+wcd5jVJx/3dVzpGxE5Ls=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=P3nnW67Z7a9DKqIv8cbigQ7Bp5J+0nU0/EzJHZ1G0Qycq0YQR6ZaNSehzI0bVMGK+ 2aMtmVmWpxeuBVPjTvD01VOMNnVI/UaDLQcAgnL7QCZmcqA4/huvx7edsR05RkH/Rw PD58LtkVjMg4WIoBL4WjVVV0kc+FY8ux7D9QWmGg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729602AbfICRUP (ORCPT ); Tue, 3 Sep 2019 13:20:15 -0400 Received: from mail-wr1-f68.google.com ([209.85.221.68]:33154 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728854AbfICRUP (ORCPT ); Tue, 3 Sep 2019 13:20:15 -0400 Received: by mail-wr1-f68.google.com with SMTP id u16so18368221wrr.0; Tue, 03 Sep 2019 10:20:13 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rar4+uC5q12KPtiyVYMv+PjJypYyOCyJrBGvZDXzi2k=; b=GGmG9O3WqKE+O+cfhWFrCy4Zl9a1IwKnoMIcs4y4V6L/lpE7DKS9n4H85/cEHsqoM1 250VEhWOgfJO1QTyt4aFScWXLX4f0SEQ5bsBksj5FQ9UVAcxJgpsGgafXCBD+EA+Js9L k6/zVpINrtxu9OkzNm80vdY2JVjLgyYGIc9XYIi4Jt1/gm3ugkTNz7KN4VxIpjFR/aHF pgxJ3lGrQFeA7GSw1CQrl7LZ6ADUAVAW8oReDxGjSXdDkFHmFsy4eK5rwxBhbTYgO/Yx Yh5oDTboYPV3zS0TGzgUGc3Z6z4VkRSuFB6IXYy8vb71YdUF6S+n1Cs7XzgP8oDbLW9e O4OA== X-Gm-Message-State: APjAAAXkHB+Ae391EBWINSyF/v6ugdhqrRFPEMXes/o38oHFdgObkDcC tD3YhqzpZjlelFWllKo9bA== X-Google-Smtp-Source: APXvYqyjkukxdrT5Es1J9haZ+DcUHsFn8ngRxdUl3OZDcQKy38QGzV98Fy3y/684yQ4P6QtkGLVBdA== X-Received: by 2002:adf:c613:: with SMTP id n19mr24481531wrg.109.1567531212863; Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Received: from localhost ([176.12.107.132]) by smtp.gmail.com with ESMTPSA id f10sm14511981wrm.31.2019.09.03.10.20.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Date: Tue, 3 Sep 2019 18:20:10 +0100 From: Rob Herring To: Krzysztof Wilczynski Cc: Bjorn Helgaas , Joerg Roedel , Jingoo Han , Gustavo Pimentel , Thomas Petazzoni , Frank Rowand , Lorenzo Pieralisi , iommu@lists.linux-foundation.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2] PCI: Remove unused includes and superfluous struct declaration Message-ID: <20190903172010.GA26505@bogus> References: <20190901112506.8469-1-kw@linux.com> <20190903113059.2901-1-kw@linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190903113059.2901-1-kw@linux.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Tue, Sep 03, 2019 at 01:30:59PM +0200, Krzysztof Wilczynski wrote: > Remove and from being included > directly as part of the include/linux/of_pci.h, and remove > superfluous declaration of struct of_phandle_args. > > Move users of include to include > and directly rather than rely on both being > included transitively through . > > Signed-off-by: Krzysztof Wilczynski > --- > drivers/iommu/of_iommu.c | 2 ++ > drivers/irqchip/irq-gic-v2m.c | 1 + > drivers/irqchip/irq-gic-v3-its-pci-msi.c | 1 + > drivers/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/controller/pci-thunder-pem.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 5 ++--- > 9 files changed, 11 insertions(+), 3 deletions(-) Reviewed-by: Rob Herring 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 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 7FA55C3A5A2 for ; Tue, 3 Sep 2019 17:20:26 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 54A2E21881 for ; Tue, 3 Sep 2019 17:20:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="h7k5SqLN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 54A2E21881 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+infradead-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=bombadil.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:References: 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: List-Owner; bh=Aw4kI08+0kcjOuDhzRM5ACLpFv5ZQa0Y0LfpWoG51QI=; b=h7k5SqLN38dohs hOlYXm2/Un9Vl8oeXE3ynYVDFezPIlqRIgVIWNvMSc1JIuRRPrZtbYjIW2wVdPMRTsIFTRPM9jYA+ cB9U2CtAanmf5AffxcPvoN0C0v31SRickWRCEPkE8fGhNdueiTUjwIlLHsJCxdock+BNE90vhgfXG 3NGXwm9eQNzzjuL+TRBuIrp/1XZ/NkqU++bssWe16npURQqMNsLeAspFb82HKhX3+6XSrE3teILGl etdYKOIZh0hOiQxrb9epI7M72ZnlLp8YBamphKId4JuzApvhEPGJ4FMtSnD2spHpcO2V4IRlV+O3N gTArUy4ldKGbsmwUFrDg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1i5CTe-00066q-LM; Tue, 03 Sep 2019 17:20:22 +0000 Received: from mail-wr1-f65.google.com ([209.85.221.65]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i5CTZ-00065o-P1 for linux-arm-kernel@lists.infradead.org; Tue, 03 Sep 2019 17:20:19 +0000 Received: by mail-wr1-f65.google.com with SMTP id c3so18336048wrd.7 for ; Tue, 03 Sep 2019 10:20:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=rar4+uC5q12KPtiyVYMv+PjJypYyOCyJrBGvZDXzi2k=; b=nFi5e9t9v3HUU8tul1cSdR7g/84krvmlA3awLn7VmJQEX0n5j+Oh+SbDDaZLl7IvWx l+oko4OEpMl7ly5db7PVszkhP11/QAYUIRq1lS3qbvFmkkYXv4T2LBRP1pieD88dX3WM kmPAN7r9rQGWz+wBuyW2/lvi8FUzE7YPhocrcA3niskhcCtdpyeroRodQ6bt8f807enW NrjRzxpS0idRKizwdLhkHG+nri72BCjpq5T/8h9g1Xq7yz/f7YXgSykG6FE8A4cIIqp2 0RF0nt4CARw1bG5lbnWCJzS60drGdil2Qx4CY5y1L6EXEGOLaqdaSugovvzEKX1yoYzK l6fg== X-Gm-Message-State: APjAAAU2scgr5QbngbcVVDPXeqRI8UG9rRkSIa04crsmmZQoaABx8tbS bo79Wn4iLJunrQlmKK8s9A== X-Google-Smtp-Source: APXvYqyjkukxdrT5Es1J9haZ+DcUHsFn8ngRxdUl3OZDcQKy38QGzV98Fy3y/684yQ4P6QtkGLVBdA== X-Received: by 2002:adf:c613:: with SMTP id n19mr24481531wrg.109.1567531212863; Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Received: from localhost ([176.12.107.132]) by smtp.gmail.com with ESMTPSA id f10sm14511981wrm.31.2019.09.03.10.20.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 10:20:12 -0700 (PDT) Date: Tue, 3 Sep 2019 18:20:10 +0100 From: Rob Herring To: Krzysztof Wilczynski Subject: Re: [PATCH v2] PCI: Remove unused includes and superfluous struct declaration Message-ID: <20190903172010.GA26505@bogus> References: <20190901112506.8469-1-kw@linux.com> <20190903113059.2901-1-kw@linux.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190903113059.2901-1-kw@linux.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190903_102017_823402_622AC561 X-CRM114-Status: GOOD ( 11.43 ) 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: devicetree@vger.kernel.org, Lorenzo Pieralisi , Jingoo Han , Joerg Roedel , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, Bjorn Helgaas , Thomas Petazzoni , Gustavo Pimentel , Frank Rowand , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Sep 03, 2019 at 01:30:59PM +0200, Krzysztof Wilczynski wrote: > Remove and from being included > directly as part of the include/linux/of_pci.h, and remove > superfluous declaration of struct of_phandle_args. > > Move users of include to include > and directly rather than rely on both being > included transitively through . > > Signed-off-by: Krzysztof Wilczynski > --- > drivers/iommu/of_iommu.c | 2 ++ > drivers/irqchip/irq-gic-v2m.c | 1 + > drivers/irqchip/irq-gic-v3-its-pci-msi.c | 1 + > drivers/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/controller/pci-thunder-pem.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 5 ++--- > 9 files changed, 11 insertions(+), 3 deletions(-) Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel