From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.kernel.org ([198.145.29.136]:59882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755670AbcJLQEO (ORCPT ); Wed, 12 Oct 2016 12:04:14 -0400 Date: Wed, 12 Oct 2016 11:04:01 -0500 From: Bjorn Helgaas To: Bjorn Helgaas Cc: Joao Pinto , Pratyush Anand , Jingoo Han , Krzysztof Kozlowski , Kukjin Kim , linux-samsung-soc@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH v2 00/10] PCI: designware: Cleanups Message-ID: <20161012160401.GJ4308@localhost> References: <20161012131616.26443.89407.stgit@bhelgaas-glaptop2.roam.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20161012131616.26443.89407.stgit@bhelgaas-glaptop2.roam.corp.google.com> Sender: linux-pci-owner@vger.kernel.org List-ID: 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.