From: Bjorn Helgaas <helgaas@kernel.org>
To: Bjorn Helgaas <bhelgaas@google.com>
Cc: Joao Pinto <jpinto@synopsys.com>,
Pratyush Anand <pratyush.anand@gmail.com>,
Jingoo Han <jingoohan1@gmail.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Kukjin Kim <kgene@kernel.org>,
linux-samsung-soc@vger.kernel.org, linux-pci@vger.kernel.org
Subject: Re: [PATCH v2 00/10] PCI: designware: Cleanups
Date: Wed, 12 Oct 2016 11:04:01 -0500 [thread overview]
Message-ID: <20161012160401.GJ4308@localhost> (raw)
In-Reply-To: <20161012131616.26443.89407.stgit@bhelgaas-glaptop2.roam.corp.google.com>
On Wed, Oct 12, 2016 at 08:17:41AM -0500, Bjorn Helgaas wrote:
> [+cc exynos folks, since pcie_host_ops.readl_rc affects them]
>
> - Add local "dev" pointers to reduce repetition of things like
> "&pdev->dev".
>
> - Remove platform drvdata because it appears unused (we called
> platform_set_drvdata() but not platform_get_drvdata()).
>
> Nothing here should change the behavior of the drivers.
>
> Changes from v1:
> Split uninline of register accessors into a separate patch.
> Add Kishon's *unroll() fix (v1 broke exynos).
>
> ---
>
> Bjorn Helgaas (9):
> PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
> PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
> PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
> PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
> PCI: designware: Uninline register accessors
> PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments
> PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base
> PCI: designware-plat: Add local struct device pointers
> PCI: designware-plat: Remove unused platform data
>
> Kishon Vijay Abraham I (1):
> PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
>
>
> drivers/pci/host/pci-exynos.c | 10 +--
> drivers/pci/host/pcie-designware-plat.c | 25 +++-----
> drivers/pci/host/pcie-designware.c | 102 +++++++++++++++----------------
> drivers/pci/host/pcie-designware.h | 7 +-
> 4 files changed, 67 insertions(+), 77 deletions(-)
I applied these to pci/host-designware for v4.9. I hope to ask Linus to
pull them tomorrow, so if you see any issues, let me know soon.
prev parent reply other threads:[~2016-10-12 16:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-12 13:17 [PATCH v2 00/10] PCI: designware: Cleanups Bjorn Helgaas
2016-10-12 13:17 ` [PATCH v2 01/10] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device() Bjorn Helgaas
2016-10-12 13:17 ` [PATCH v2 02/10] PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll() Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 03/10] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 04/10] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 05/10] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc() Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 06/10] PCI: designware: Uninline register accessors Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 07/10] PCI: designware: Swap order of dw_pcie_writel_unroll() reg/val arguments Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 08/10] PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base Bjorn Helgaas
2016-10-12 13:18 ` [PATCH v2 09/10] PCI: designware-plat: Add local struct device pointers Bjorn Helgaas
2016-10-12 13:19 ` [PATCH v2 10/10] PCI: designware-plat: Remove unused platform data Bjorn Helgaas
2016-10-12 16:04 ` Bjorn Helgaas [this message]
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=20161012160401.GJ4308@localhost \
--to=helgaas@kernel.org \
--cc=bhelgaas@google.com \
--cc=jingoohan1@gmail.com \
--cc=jpinto@synopsys.com \
--cc=k.kozlowski@samsung.com \
--cc=kgene@kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=pratyush.anand@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.