commit | 4368f096c4acb7252503661e8402203c4075fdb7 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bhelgaas@google.com> | Thu Oct 06 13:34:24 2016 -0500 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Oct 11 21:45:19 2016 -0500 |
tree | a0126617dea7f81cb2d223ceca90fea3ffd74e89 | |
parent | 761c43c73554d871cf3dae79b1881b56adcbc6f5 [diff] |
PCI: hisi: 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 hisi driver. No functional change intended. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>