summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-2531/+0
2018-05-14PCI: Move private DT related functions into private headerRob Herring1-0/+2
2018-03-19PCI: tegra: Add power management supportManikanta Maddireddy1-67/+113
2018-03-02PCI: tegra: Add loadable kernel module supportManikanta Maddireddy1-3/+100
2018-03-02PCI: tegra: Free resources on probe failureManikanta Maddireddy1-20/+79
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-14/+1
2018-02-01Merge remote-tracking branch 'lorenzo/pci/tegra' into nextBjorn Helgaas1-122/+33
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-14/+1
2018-01-15PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy1-4/+3
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy1-1/+0
2017-12-21PCI: tegra: Refactor configuration space mapping codeVidya Sagar1-118/+30
2017-12-18PCI: Remove PCI_REASSIGN_ALL_RSRC use on arm and arm64Bjorn Helgaas1-1/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+131
2017-10-18PCI: tegra: Add Tegra186 PCIe supportManikanta Maddireddy1-25/+109
2017-10-11PCI: tegra: Use generic accessors where possibleThierry Reding1-2/+22
2017-10-10Revert "PCI: tegra: Do not allocate MSI target memory"Thierry Reding1-16/+6
2017-09-07Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+1
2017-08-24PCI: Convert to using %pOF instead of full_name()Rob Herring1-2/+1
2017-08-03PCI: tegra: Explicitly request exclusive reset controlPhilipp Zabel1-3/+3
2017-07-02PCI: tegra: Do not allocate MSI target memoryThierry Reding1-6/+16
2017-07-02PCI: tegra: Support MSI 64-bit addressingThierry Reding1-7/+6
2017-07-02PCI: tegra: Drop pci_fixup_irqs()Lorenzo Pieralisi1-1/+2
2017-06-28PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi1-3/+1
2017-06-28PCI: tegra: Fix host bridge memory leakageLorenzo Pieralisi1-1/+1
2017-04-24PCI: tegra: Update PCI config space remap functionLorenzo Pieralisi1-2/+2
2016-12-07PCI: tegra: Add Tegra210 supportThierry Reding1-8/+34
2016-12-07PCI: tegra: Implement PCA enable workaroundThierry Reding1-0/+13
2016-12-07PCI: tegra: Use new pci_register_host_bridge() interfaceArnd Bergmann1-51/+54
2016-10-11PCI: tegra: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-11PCI: tegra: Add local struct device pointersBjorn Helgaas1-112/+122
2016-10-11PCI: tegra: Fix argument order in tegra_pcie_phy_disable()Bjorn Helgaas1-1/+1
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas1-26/+21
2016-09-06PCI: tegra: Fix pci_remap_iospace() failure pathLorenzo Pieralisi1-2/+5
2016-08-18PCI: tegra: Use of_device_get_match_data()Thierry Reding1-6/+1
2016-08-18PCI: tegra: Remove redundant _data suffixThierry Reding1-21/+21
2016-08-01Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-30/+25
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-37/+9
2016-08-01PCI: tegra: Make explicitly non-modularPaul Gortmaker1-7/+4
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* registers with per-SoC valuesStephen Warren1-13/+8
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* always, not just on legacy SoCsStephen Warren1-6/+9
2016-07-25PCI: tegra: Stop setting pcibios_min_memThierry Reding1-2/+0
2016-07-25PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific oneThierry Reding1-1/+1
2016-07-25PCI: tegra: Use lower-case hex consistently for register definitionsThierry Reding1-11/+11
2016-06-25PCI: tegra: Request host bridge window resources with core functionBjorn Helgaas1-12/+4
2016-06-25PCI: tegra: Remove top-level resource from hierarchyBjorn Helgaas1-20/+3
2016-04-29PCI: tegra: Support per-lane PHYsThierry Reding1-17/+227
2016-03-08PCI: tegra: Remove misleading PHYS_OFFSETThierry Reding1-1/+1
2016-03-08PCI: tegra: Track bus -> CPU mappingThierry Reding1-0/+28
2016-03-08PCI: tegra: Remove unused struct tegra_pcie.num_ports fieldThierry Reding1-1/+0
2016-03-08PCI: tegra: Implement ->{add,remove}_bus() callbacksThierry Reding1-20/+34