]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()
authorKishon Vijay Abraham I <kishon@ti.com>
Tue, 11 Oct 2016 13:26:21 +0000 (08:26 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 11 Oct 2016 13:26:21 +0000 (08:26 -0500)
commit402127245571b577d160bc167f65fd8ea2654230
treeb0ee0b6aa824b85b842257178bb63f492bf6d28b
parentb404ce227f2ebe1f47a6f63438600c6026696753
PCI: designware: Simplify dw_pcie_readl_unroll(), dw_pcie_writel_unroll()

dw_pcie_readl_unroll() and dw_pcie_writel_unroll() duplicate what
dw_pcie_readl_rc() and dw_pcie_writel_rc() already do, so call them
directly.

[bhelgaas: reworked into patch series]
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pcie-designware.c