summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-27/+131
|\
| * PCI: tegra: Add Tegra186 PCIe supportManikanta Maddireddy2017-10-181-25/+109
| * PCI: tegra: Use generic accessors where possibleThierry Reding2017-10-111-2/+22
* | Revert "PCI: tegra: Do not allocate MSI target memory"Thierry Reding2017-10-101-16/+6
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2017-09-071-2/+1
|\
| * PCI: Convert to using %pOF instead of full_name()Rob Herring2017-08-241-2/+1
* | PCI: tegra: Explicitly request exclusive reset controlPhilipp Zabel2017-08-031-3/+3
|/
* PCI: tegra: Do not allocate MSI target memoryThierry Reding2017-07-021-6/+16
* PCI: tegra: Support MSI 64-bit addressingThierry Reding2017-07-021-7/+6
* PCI: tegra: Drop pci_fixup_irqs()Lorenzo Pieralisi2017-07-021-1/+2
* PCI: Make pci_register_host_bridge() PCI core internalLorenzo Pieralisi2017-06-281-3/+1
* PCI: tegra: Fix host bridge memory leakageLorenzo Pieralisi2017-06-281-1/+1
* PCI: tegra: Update PCI config space remap functionLorenzo Pieralisi2017-04-241-2/+2
* PCI: tegra: Add Tegra210 supportThierry Reding2016-12-071-8/+34
* PCI: tegra: Implement PCA enable workaroundThierry Reding2016-12-071-0/+13
* PCI: tegra: Use new pci_register_host_bridge() interfaceArnd Bergmann2016-12-071-51/+54
* PCI: tegra: Remove unused platform dataBjorn Helgaas2016-10-111-1/+0
* PCI: tegra: Add local struct device pointersBjorn Helgaas2016-10-111-112/+122
* PCI: tegra: Fix argument order in tegra_pcie_phy_disable()Bjorn Helgaas2016-10-111-1/+1
*-. Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas2016-10-051-26/+21
|\ \
| | * PCI: tegra: Use of_device_get_match_data()Thierry Reding2016-08-181-6/+1
| | * PCI: tegra: Remove redundant _data suffixThierry Reding2016-08-181-21/+21
| |/
* | PCI: tegra: Fix pci_remap_iospace() failure pathLorenzo Pieralisi2016-09-061-2/+5
|/
* Merge branch 'pci/host-tegra' into nextBjorn Helgaas2016-08-011-30/+25
|\
| * PCI: tegra: Program PADS_REFCLK_CFG* registers with per-SoC valuesStephen Warren2016-07-261-13/+8
| * PCI: tegra: Program PADS_REFCLK_CFG* always, not just on legacy SoCsStephen Warren2016-07-261-6/+9
| * PCI: tegra: Stop setting pcibios_min_memThierry Reding2016-07-251-2/+0
| * PCI: tegra: Use generic pci_remap_iospace() rather than ARM32-specific oneThierry Reding2016-07-251-1/+1
| * PCI: tegra: Use lower-case hex consistently for register definitionsThierry Reding2016-07-251-11/+11
| |
| \
*-. \ Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas2016-08-011-37/+9
|\ \ \ | |_|/ |/| |
| | * PCI: tegra: Request host bridge window resources with core functionBjorn Helgaas2016-06-251-12/+4
| | * PCI: tegra: Remove top-level resource from hierarchyBjorn Helgaas2016-06-251-20/+3
| |/ |/|
| * PCI: tegra: Make explicitly non-modularPaul Gortmaker2016-08-011-7/+4
|/
* PCI: tegra: Support per-lane PHYsThierry Reding2016-04-291-17/+227
* PCI: tegra: Remove misleading PHYS_OFFSETThierry Reding2016-03-081-1/+1
* PCI: tegra: Track bus -> CPU mappingThierry Reding2016-03-081-0/+28
* PCI: tegra: Remove unused struct tegra_pcie.num_ports fieldThierry Reding2016-03-081-1/+0
* PCI: tegra: Implement ->{add,remove}_bus() callbacksThierry Reding2016-03-081-20/+34
* PCI: host: Mark PCIe/PCI (MSI) IRQ cascade handlers as IRQF_NO_THREADGrygorii Strashko2016-01-061-1/+1
* PCI: tegra: Wrap static pgprot_t initializer with __pgprot()Ard Biesheuvel2015-09-141-2/+2
* PCI: Kill off set_irq_flags() usageRob Herring2015-08-111-1/+0
* PCI: tegra: Remove tegra_pcie_scan_bus()Yijing Wang2015-05-271-16/+0
* Merge branch 'pci/config' into nextBjorn Helgaas2015-02-021-52/+3
|\
| * PCI: tegra: Convert to use generic config accessorsRob Herring2015-01-301-52/+3
* | PCI: tegra: Remove unnecessary tegra_pcie_fixup_bridge()Lucas Stach2014-12-261-13/+0
|/
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-101-20/+15
|\ \
| * | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-4/+4
| * | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
OpenPOWER on IntegriCloud