linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jingoo Han" <jingoohan1@gmail.com>
To: "'Lorenzo Pieralisi'" <lorenzo.pieralisi@arm.com>,
	<linux-pci@vger.kernel.org>
Cc: "'Rob Herring'" <robh@kernel.org>,
	"'Bjorn Helgaas'" <bhelgaas@google.com>,
	"'Linus Walleij'" <linus.walleij@linaro.org>,
	"'Xiaowei Song'" <songxiaowei@hisilicon.com>,
	"'Ray Jui'" <rjui@broadcom.com>,
	"'Scott Branden'" <sbranden@broadcom.com>,
	"'Jon Mason'" <jonmason@broadcom.com>,
	"'Joao Pinto'" <Joao.Pinto@synopsys.com>,
	"'Thomas Petazzoni'" <thomas.petazzoni@free-electrons.com>,
	"'Tanmay Inamdar'" <tinamdar@apm.com>,
	"'Shawn Lin'" <shawn.lin@rock-chips.com>,
	"'Ley Foon Tan'" <lftan@altera.com>,
	"'Fengguang Wu'" <fengguang.wu@intel.com>
Subject: Re: [PATCH v2 10/10] PCI: Move private DT related functions into private header
Date: Sat, 24 Mar 2018 10:07:51 -0400	[thread overview]
Message-ID: <000501d3c379$7fc08960$7f419c20$@gmail.com> (raw)
In-Reply-To: <20180321144254.7406-11-lorenzo.pieralisi@arm.com>

On Wednesday, March 21, 2018 10:43 AM, Lorenzo Pieralisi wrote:
> 
> From: Rob Herring <robh@kernel.org>
> 
> The functions in linux/of_pci.h are primarily used by host bridge
> drivers, so they can be private to drivers/pci/.
> 
> The remaining functions are still used mostly in host bridge drivers
> that still live in arch specific code. Hopefully someday, those will get
> moved into drivers/pci as well.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

Acked-by: Jingoo Han <jingoohan1@gmail.com>

Best regards,
Jingoo Han


> ---
>  drivers/pci/dwc/pci-dra7xx.c           |  1 +
>  drivers/pci/dwc/pcie-designware-host.c |  1 +
>  drivers/pci/host/pci-aardvark.c        |  2 ++
>  drivers/pci/host/pci-ftpci100.c        |  2 ++
>  drivers/pci/host/pci-mvebu.c           |  2 ++
>  drivers/pci/host/pci-rcar-gen2.c       |  2 ++
>  drivers/pci/host/pci-tegra.c           |  2 ++
>  drivers/pci/host/pci-v3-semi.c         |  2 ++
>  drivers/pci/host/pci-xgene.c           |  2 ++
>  drivers/pci/host/pcie-altera.c         |  2 ++
>  drivers/pci/host/pcie-iproc-platform.c |  1 +
>  drivers/pci/host/pcie-mediatek.c       |  2 ++
>  drivers/pci/host/pcie-rcar.c           |  2 ++
>  drivers/pci/host/pcie-rockchip.c       |  2 ++
>  drivers/pci/host/pcie-xilinx-nwl.c     |  2 ++
>  drivers/pci/host/pcie-xilinx.c         |  2 ++
>  drivers/pci/pci.h                      | 40
> ++++++++++++++++++++++++++++++++++
>  include/linux/of_pci.h                 | 34 -----------------------------
>  18 files changed, 69 insertions(+), 34 deletions(-)
> 

<.....>

  reply	other threads:[~2018-03-24 14:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-21 14:42 [PATCH v2 00/10] PCI DT header refactoring and compile test improvements Lorenzo Pieralisi
2018-03-21 14:42 ` [PATCH v2 01/10] PCI: kirin: Remove unnecessary asm/compiler.h include Lorenzo Pieralisi
2018-03-21 14:42 ` [PATCH v2 02/10] PCI: iproc: Remove dependency on ARM specific struct pci_sys_data Lorenzo Pieralisi
2018-03-21 21:16   ` Bjorn Helgaas
2018-03-27 16:39     ` Rob Herring
2018-03-21 14:42 ` [PATCH v2 03/10] PCI: kirin: Fix missing dependency on PCI_MSI_IRQ_DOMAIN Lorenzo Pieralisi
2018-03-21 14:42 ` [PATCH v2 04/10] PCI: kirin: struct kirin_pcie_driver can be static Lorenzo Pieralisi
2018-03-27 17:44   ` Bjorn Helgaas
2018-03-21 14:42 ` [PATCH v2 05/10] PCI: faraday: struct faraday_pci_variant " Lorenzo Pieralisi
2018-03-22 10:46   ` Linus Walleij
2018-03-21 14:42 ` [PATCH v2 06/10] PCI: rcar: Fix semicolon.cocci warnings Lorenzo Pieralisi
2018-03-21 14:42 ` [PATCH v2 07/10] PCI: v3-semi: " Lorenzo Pieralisi
2018-03-22 10:27   ` Linus Walleij
2018-03-21 14:42 ` [PATCH v2 08/10] PCI: Improve host drivers compile test coverage Lorenzo Pieralisi
2018-03-21 17:58   ` Scott Branden
2018-03-21 14:42 ` [PATCH v2 09/10] PCI: dwc: Move CONFIG_PCI depends to menu Lorenzo Pieralisi
2018-03-24 14:03   ` Jingoo Han
2018-03-21 14:42 ` [PATCH v2 10/10] PCI: Move private DT related functions into private header Lorenzo Pieralisi
2018-03-24 14:07   ` Jingoo Han [this message]
2018-03-21 21:19 ` [PATCH v2 00/10] PCI DT header refactoring and compile test improvements Bjorn Helgaas
2018-03-27 16:34   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000501d3c379$7fc08960$7f419c20$@gmail.com' \
    --to=jingoohan1@gmail.com \
    --cc=Joao.Pinto@synopsys.com \
    --cc=bhelgaas@google.com \
    --cc=fengguang.wu@intel.com \
    --cc=jonmason@broadcom.com \
    --cc=lftan@altera.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=rjui@broadcom.com \
    --cc=robh@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=shawn.lin@rock-chips.com \
    --cc=songxiaowei@hisilicon.com \
    --cc=thomas.petazzoni@free-electrons.com \
    --cc=tinamdar@apm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).