- Fix argument order bug for pads_writel() call. - Add local "dev" pointers to reduce repetition of things like "&pdev->dev". - Remove platform drvdata because it appears unused (we called platform_set_drvdata() but not platform_get_drvdata()). The first patch fixes a bug. The others shouldn't change the behavior. Changes from v1: I dropped the following patches because they were a lot of churn for questionable benefit: PCI: tegra: Swap order of afi_writel() reg/val arguments PCI: tegra: Swap order of pads_writel() reg/val arguments --- Bjorn Helgaas (3): PCI: tegra: Fix argument order in tegra_pcie_phy_disable() PCI: tegra: Add local struct device pointers PCI: tegra: Remove unused platform data drivers/pci/host/pci-tegra.c | 237 ++++++++++++++++++++++-------------------- 1 file changed, 123 insertions(+), 114 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html