aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host/pci-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-11PCI: tegra: Remove unused platform dataGravatar Bjorn Helgaas 1-1/+0
2016-10-11PCI: tegra: Add local struct device pointersGravatar Bjorn Helgaas 1-112/+122
2016-10-11PCI: tegra: Fix argument order in tegra_pcie_phy_disable()Gravatar Bjorn Helgaas 1-1/+1
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Gravatar Bjorn Helgaas 1-26/+21
2016-09-06PCI: tegra: Fix pci_remap_iospace() failure pathGravatar Lorenzo Pieralisi 1-2/+5
2016-08-18PCI: tegra: Use of_device_get_match_data()Gravatar Thierry Reding 1-6/+1
2016-08-18PCI: tegra: Remove redundant _data suffixGravatar Thierry Reding 1-21/+21
2016-08-01Merge branch 'pci/host-tegra' into nextGravatar Bjorn Helgaas 1-30/+25
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextGravatar Bjorn Helgaas 1-37/+9
2016-08-01PCI: tegra: Make explicitly non-modularGravatar Paul Gortmaker 1-7/+4
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* registers with per-SoC valuesGravatar Stephen Warren 1-13/+8
2016-07-26PCI: tegra: Program PADS_REFCLK_CFG* always, not just on legacy SoCsGravatar Stephen Warren 1-6/+9
2016-07-25PCI: tegra: Stop setting pcibios_min_memGravatar Thierry Reding 1-2/+0
2016-07-25PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific oneGravatar Thierry Reding 1-1/+1
2016-07-25PCI: tegra: Use lower-case hex consistently for register definitionsGravatar Thierry Reding 1-11/+11
2016-06-25PCI: tegra: Request host bridge window resources with core functionGravatar Bjorn Helgaas 1-12/+4
2016-06-25PCI: tegra: Remove top-level resource from hierarchyGravatar Bjorn Helgaas 1-20/+3
2016-04-29PCI: tegra: Support per-lane PHYsGravatar Thierry Reding 1-17/+227
2016-03-08PCI: tegra: Remove misleading PHYS_OFFSETGravatar Thierry Reding 1-1/+1
2016-03-08PCI: tegra: Track bus -> CPU mappingGravatar Thierry Reding 1-0/+28
2016-03-08PCI: tegra: Remove unused struct tegra_pcie.num_ports fieldGravatar Thierry Reding 1-1/+0
2016-03-08PCI: tegra: Implement ->{add,remove}_bus() callbacksGravatar Thierry Reding 1-20/+34
2016-01-06PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGravatar Grygorii Strashko 1-1/+1
2015-09-14PCI: tegra: Wrap static pgprot_t initializer with __pgprot()Gravatar Ard Biesheuvel 1-2/+2
2015-08-11PCI: Kill off set_irq_flags() usageGravatar Rob Herring 1-1/+0
2015-05-27PCI: tegra: Remove tegra_pcie_scan_bus()Gravatar Yijing Wang 1-16/+0
2015-02-02Merge branch 'pci/config' into nextGravatar Bjorn Helgaas 1-52/+3
2015-01-30PCI: tegra: Convert to use generic config accessorsGravatar Rob Herring 1-52/+3
2014-12-26PCI: tegra: Remove unnecessary tegra_pcie_fixup_bridge()Gravatar Lucas Stach 1-13/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-20/+15
2014-12-01PCI: tegra: Use physical range for I/O mappingGravatar Thierry Reding 1-8/+20
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideGravatar Thomas Gleixner 1-4/+4
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Gravatar Jiang Liu 1-1/+1
2014-11-21PCI: tegra: Save MSI controller in pci_sys_dataGravatar Yijing Wang 1-10/+4
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Gravatar Yijing Wang 1-5/+6
2014-10-20pci: host: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-10-01Merge branch 'pci/host-generic' into nextGravatar Bjorn Helgaas 1-3/+9
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesGravatar Liviu Dudau 1-3/+7
2014-09-16PCI: tegra: Add Tegra124 supportGravatar Thierry Reding 1-31/+180
2014-09-16PCI: tegra: Make sure the PCIe PLL is really resetGravatar Eric Yuen 1-0/+7
2014-09-16PCI: tegra: Fix extended configuration space mappingGravatar Peter Daifuku 1-1/+1
2014-09-16PCI: tegra: Clear CLKREQ# enable on port disableGravatar Thierry Reding 1-0/+5
2014-09-04PCI: tegra: Implement a proper resource hierarchyGravatar Thierry Reding 1-3/+29
2014-09-04PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Gravatar Jisheng Zhang 1-2/+6
2014-08-19Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+118
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-61/+161
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+3
2014-07-22PCI: tegra: Add debugfs supportGravatar Thierry Reding 1-0/+118
2014-07-18PCI: tegra: Implement accurate power supply schemeGravatar Thierry Reding 1-61/+161