summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-artpec6.c
diff options
context:
space:
mode:
authorBjorn Helgaas2016-10-06 20:30:56 +0200
committerBjorn Helgaas2016-10-12 03:49:40 +0200
commit7c62efcfc61913b7b18b1aa3d5c5cf3c06d95cdb (patch)
tree2163bfb2f495c5bfca4ea5fc85e3964760353e07 /drivers/pci/host/pcie-artpec6.c
parentPCI: artpec6: Pass device-specific struct to internal functions (diff)
downloadkernel-qcow2-linux-7c62efcfc61913b7b18b1aa3d5c5cf3c06d95cdb.tar.gz
kernel-qcow2-linux-7c62efcfc61913b7b18b1aa3d5c5cf3c06d95cdb.tar.xz
kernel-qcow2-linux-7c62efcfc61913b7b18b1aa3d5c5cf3c06d95cdb.zip
PCI: artpec6: Add resource name comments
Add comments about the Device Tree source of resources. No functional change. Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to 'drivers/pci/host/pcie-artpec6.c')
-rw-r--r--drivers/pci/host/pcie-artpec6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pci/host/pcie-artpec6.c b/drivers/pci/host/pcie-artpec6.c
index bdfdea200f4b..212786b27f1a 100644
--- a/drivers/pci/host/pcie-artpec6.c
+++ b/drivers/pci/host/pcie-artpec6.c
@@ -27,9 +27,9 @@
#define to_artpec6_pcie(x) container_of(x, struct artpec6_pcie, pp)
struct artpec6_pcie {
- struct pcie_port pp;
- struct regmap *regmap;
- void __iomem *phy_base;
+ struct pcie_port pp; /* pp.dbi_base is DT dbi */
+ struct regmap *regmap; /* DT axis,syscon-pcie */
+ void __iomem *phy_base; /* DT phy */
};
/* PCIe Port Logic registers (memory-mapped) */