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=-4.0 required=3.0 tests=MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 A5885C3A59E for ; Mon, 2 Sep 2019 13:39:20 +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 7F4DE21883 for ; Mon, 2 Sep 2019 13:39:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7F4DE21883 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 0007EEA8; Mon, 2 Sep 2019 13:39:17 +0000 (UTC) Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id A6157E9D for ; Mon, 2 Sep 2019 13:39:16 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 2FFA9709 for ; Mon, 2 Sep 2019 13:39:16 +0000 (UTC) Received: by mail-wm1-f65.google.com with SMTP id n10so3982149wmj.0 for ; Mon, 02 Sep 2019 06:39:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:references :in-reply-to:cc:cc:to; bh=mdMEyHANWr3uFXlguLTgUNjt9G7yervbWu2Ux/GAB0I=; b=oCiKV6boH2HplTBqXdV2Oa/XLIdIBg0zIpAb4u1IndtYM+V5U5lPWI+tCOxA+bQNqM XWSQAI3X9eyk9X3Wpm+4V2/8nhIS7XIgqneBIP+YRQqjFWIOX8X8jqt/o51n9yHBjfKo oIpswEWiX6TuIHHud2JqQ39ViP/MfW+MtIJVRqXBMvYCqEfG/Qhg6b9qDfpX4tazs1zt 8ARnhMjCnRwOqTtSIT+DbTPyw+fowWG+QhY8Tw3Kq/XezmaROoI8/aLdCJ6V9MbRRGwo FoeU4Fm6J6yhI9MG2qcQsxbkbB4a6qr0iSzYEblBBsP5JXXCPVEolm5Iy1j+7V0v7baI mzKQ== X-Gm-Message-State: APjAAAUpdAWmQfYoOgTKnPM9eMOPJYK5xZaD9qg12LDtwj7Jx8k2egpf jDyLaAkSY5rVTEnwh25wSQ== X-Google-Smtp-Source: APXvYqwMzwv1OFbk9jMbIrvjNPmwN4pGid61E7yY74F5cVWue5sDTckRsA9VxA03xcI175B+qRSeCw== X-Received: by 2002:a7b:c84e:: with SMTP id c14mr36008947wml.46.1567431554729; Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Received: from localhost ([212.187.182.166]) by smtp.gmail.com with ESMTPSA id i73sm5116549wmg.33.2019.09.02.06.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Message-ID: <5d6d1b82.1c69fb81.de44.60b9@mx.google.com> Date: Mon, 02 Sep 2019 14:39:13 +0100 From: Rob Herring Subject: Re: [PATCH] PCI: Remove unused includes and superfluous struct declaration References: <20190901112506.8469-1-kw@linux.com> In-Reply-To: <20190901112506.8469-1-kw@linux.com> To: Krzysztof Wilczynski 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: , MIME-Version: 1.0 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 Sun, 1 Sep 2019 13:25:06 +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/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 4 +--- > 6 files changed, 7 insertions(+), 3 deletions(-) > Acked-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=-4.1 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,URIBL_BLOCKED autolearn=no 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 D2215C3A5A7 for ; Mon, 2 Sep 2019 13:39:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id AB1A922D6D for ; Mon, 2 Sep 2019 13:39:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1567431584; bh=4uCCPoqa13/RLW5WN9BgtrAoz0KI0HBKdy74iwyKi3g=; h=Date:From:Subject:References:In-Reply-To:Cc:Cc:To:List-ID:From; b=TzfCVZZObx6WmOKYDKl2kr0+joUNDMxe8H5zkTqtHsEurNMrefwxW/4iQIZbT3nK7 c/1nSLEvvGDTyJWjq0xo0syKFNTIj7Yn/VTjNRGZcOlJHWLeaPDE2gTZzEx/LodYGx itbDGHtMnQbnwoGJF2XYnou2CCMzJ8RqC/PU7AvM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731387AbfIBNjf (ORCPT ); Mon, 2 Sep 2019 09:39:35 -0400 Received: from mail-wm1-f68.google.com ([209.85.128.68]:40860 "EHLO mail-wm1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731280AbfIBNjR (ORCPT ); Mon, 2 Sep 2019 09:39:17 -0400 Received: by mail-wm1-f68.google.com with SMTP id t9so14651346wmi.5; Mon, 02 Sep 2019 06:39:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:references :in-reply-to:cc:cc:to; bh=mdMEyHANWr3uFXlguLTgUNjt9G7yervbWu2Ux/GAB0I=; b=onPidkbw27Hed+VSSexQp04PD9a75u/z6+9x03Of/I5z2M6BV8nGOnRAy3Qtf6YBv9 Tpnw3xz2jrelpXitQGccpp+QzlFAFtGiUkuMBfYUtwx/2LhzLoR/VF/uFOJtFCtf641L vxmq6m+oEQULMEGh/zvi1waoaBypTGEWBXreQRQTU5hoU82VeZPOC/Ll2taQ1Te6isYf 5Wfj05I/t+GnykDN01ROqVbYTMlEsjzelPY1TUFUi39iPRqB4z2uGlxQW96Mn/o3hPl1 GgjZRIFZRhMFdpuHGCYFIdU/NaJfRU/ivE8t0o5/CvHtRjUcxAEzeLk67AlCHIJ8ZVJP A2qw== X-Gm-Message-State: APjAAAXClDoub0xi1hJH5pJmiztGMrM46CAs1WyZPsxf/NlsanGi+max dSEt76TY+9j7IbQRQw7dBQ== X-Google-Smtp-Source: APXvYqwMzwv1OFbk9jMbIrvjNPmwN4pGid61E7yY74F5cVWue5sDTckRsA9VxA03xcI175B+qRSeCw== X-Received: by 2002:a7b:c84e:: with SMTP id c14mr36008947wml.46.1567431554729; Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Received: from localhost ([212.187.182.166]) by smtp.gmail.com with ESMTPSA id i73sm5116549wmg.33.2019.09.02.06.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Message-ID: <5d6d1b82.1c69fb81.de44.60b9@mx.google.com> Date: Mon, 02 Sep 2019 14:39:13 +0100 From: Rob Herring Subject: Re: [PATCH] PCI: Remove unused includes and superfluous struct declaration References: <20190901112506.8469-1-kw@linux.com> In-Reply-To: <20190901112506.8469-1-kw@linux.com> Cc: Bjorn Helgaas Cc: 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 To: Krzysztof Wilczynski Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org On Sun, 1 Sep 2019 13:25:06 +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/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 4 +--- > 6 files changed, 7 insertions(+), 3 deletions(-) > Acked-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=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 1D7E4C3A59E for ; Mon, 2 Sep 2019 13:42:42 +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 E790F21881 for ; Mon, 2 Sep 2019 13:42:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n8tTWQZA" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E790F21881 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:To:In-Reply-To: References:Subject:From:Date:Message-ID:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=k+Jal2Hfk23/OYjDntHBTV7XNE5h8dT1xTAI3/D/b5Y=; b=n8tTWQZAExGDq7SKFl3D4JNPP5 STs5XZjMYRsDC4/5hEFz8s3os4UMJ0xFJUknjcSuNsin4yOu65Z5DG2yoj0qs1MPrXn69E4gyfQyg rgV87rFnU7LVbg5Poahcb/ibX0FndmcEXQycNT3KmDrtk63YZLM8vBFAIMG0Hd5KzOoUX+QGg/Akc SPAYw6alK7XPo70M8aixYrXkRem5ky2zg9zMcyVvG9vRr545zT7zr6oOMHQwgmUQlybQO8opPcrvG 08ruohuWyvKcdzDfzK2rVW7aj7AsSNm+tPY6jOXxJlVunUSIvTcMRHi43kZN20nwQ2tj7QDwrgAF8 Tg+6sDiw==; 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 1i4mbL-0006Kj-RF; Mon, 02 Sep 2019 13:42:35 +0000 Received: from mail-wm1-f67.google.com ([209.85.128.67]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1i4mY7-0001eQ-Vz for linux-arm-kernel@lists.infradead.org; Mon, 02 Sep 2019 13:39:17 +0000 Received: by mail-wm1-f67.google.com with SMTP id n2so13267730wmk.4 for ; Mon, 02 Sep 2019 06:39:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:subject:references :in-reply-to:cc:cc:to; bh=mdMEyHANWr3uFXlguLTgUNjt9G7yervbWu2Ux/GAB0I=; b=QS5yz98CRRAyWl4sBoQvYF+2vNmhImswTO3+x8DO3G8lPfPGLIPr1BfDU1qvmgvugL mbG4bmd1cEZVM/T3zvdnqvX2DOFWZhlNt59YF7HxcBNQ+npyFZ/5mHDrW5paSpCjkbVF hVnUZ5qIPyQ+zYYIGe2hOcVoCW8VEt3sBIFtk8n01k0GfoIt+RoaJJceiVswbmc0jXhR aGcBNVq8vTPQ9BTmYLP11E1866uBB6q6qDdJ9rZCZtBE0BHf8A7hgTyHrbQ/jc4ccuwN I2w3v7zV2Txm0J0cIehG5AxuCpqV5CcfB9XOWf2Q3LV7lYYoYpjKEtXrouvm73Ivkj/Y lZPQ== X-Gm-Message-State: APjAAAUUPMdHB7m0RCfLyfM8382Qtk68OTyCwF4UY7YR+Va+71+T01fg GYkbADAyamWVSiVSGc0jjQ== X-Google-Smtp-Source: APXvYqwMzwv1OFbk9jMbIrvjNPmwN4pGid61E7yY74F5cVWue5sDTckRsA9VxA03xcI175B+qRSeCw== X-Received: by 2002:a7b:c84e:: with SMTP id c14mr36008947wml.46.1567431554729; Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Received: from localhost ([212.187.182.166]) by smtp.gmail.com with ESMTPSA id i73sm5116549wmg.33.2019.09.02.06.39.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Sep 2019 06:39:14 -0700 (PDT) Message-ID: <5d6d1b82.1c69fb81.de44.60b9@mx.google.com> Date: Mon, 02 Sep 2019 14:39:13 +0100 From: Rob Herring Subject: Re: [PATCH] PCI: Remove unused includes and superfluous struct declaration References: <20190901112506.8469-1-kw@linux.com> In-Reply-To: <20190901112506.8469-1-kw@linux.com> To: Krzysztof Wilczynski X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190902_063916_054026_130BD5FE X-CRM114-Status: UNSURE ( 8.73 ) X-CRM114-Notice: Please train this message. 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 MIME-Version: 1.0 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 Sun, 1 Sep 2019 13:25:06 +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/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 4 +--- > 6 files changed, 7 insertions(+), 3 deletions(-) > Acked-by: Rob Herring _______________________________________________ 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 From: Rob Herring Subject: Re: [PATCH] PCI: Remove unused includes and superfluous struct declaration Date: Mon, 02 Sep 2019 14:39:13 +0100 Message-ID: <5d6d1b82.1c69fb81.de44.60b9@mx.google.com> References: <20190901112506.8469-1-kw@linux.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190901112506.8469-1-kw-vYTEC60ixJUAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Krzysztof Wilczynski Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jingoo Han , linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, Bjorn Helgaas , Thomas Petazzoni , Gustavo Pimentel , Frank Rowand , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, 1 Sep 2019 13:25:06 +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/pci/controller/dwc/pcie-designware-host.c | 1 + > drivers/pci/controller/pci-aardvark.c | 1 + > drivers/pci/pci.c | 1 + > drivers/pci/probe.c | 1 + > include/linux/of_pci.h | 4 +--- > 6 files changed, 7 insertions(+), 3 deletions(-) > Acked-by: Rob Herring