linux/drivers/pci/host
Seungwon Jeon f7b7868ced PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()
The "dbi_addr" argument to dw_pcie_readl_rc() and dw_pcie_writel_rc()
is redundant and misleading because we always have the "struct pcie_port"
and we always want to use the address from there.

This patch removes the argument and changes the callers to match.
No functional change.

[bhelgaas: changelog]
Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
2013-08-29 13:38:12 -06:00
..
Kconfig PCI: mvebu: Make Marvell PCIe driver depend on OF 2013-08-12 12:18:20 -06:00
Makefile PCI: exynos: Split into Synopsys part and Exynos part 2013-08-12 12:18:20 -06:00
pci-exynos.c PCI: exynos: Split into Synopsys part and Exynos part 2013-08-12 12:18:20 -06:00
pci-mvebu.c PCI: mvebu: Convert to use devm_ioremap_resource 2013-08-06 12:07:09 -06:00
pcie-designware.c PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc() 2013-08-29 13:38:12 -06:00
pcie-designware.h PCI: exynos: Split into Synopsys part and Exynos part 2013-08-12 12:18:20 -06:00