]> git.karo-electronics.de Git - linux-beck.git/commit
PCI: imx6: Pass struct imx6_pcie to PHY accessors
authorBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 03:09:32 +0000 (22:09 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 12 Oct 2016 03:09:32 +0000 (22:09 -0500)
commit8bad7f2fc3006d1752c426343ca77f1fbe61cf00
tree5aedd3a905698b347bd1cb1812360017878790df
parent51c84709b8c4065fe83b84a487fe7822c2271e77
PCI: imx6: Pass struct imx6_pcie to PHY accessors

Pass the struct imx6_pcie pointer, not dbi_base address, to PHY accessors.
This enables future simplifications.  No functional change intended.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/host/pci-imx6.c