commit | 76876957ef492d0e97b667ab370b18a72cdc1c77 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:15:11 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 20:26:29 2016 -0500 |
tree | 2db209e0bb702546fd3344d9064bdbdc7c692767 | |
parent | 74e69079e2e81f656ef6a17e98f5b597b9b3f9bd [diff] |
PCI: armada: Use generic DesignWare accessors The dw_pcie_readl_rc() and dw_pcie_writel_rc() interfaces already add in pp->dbi_base, so use those instead of doing it ourselves in the armada8k driver. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>