summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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
| * | PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+4
| * | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-121-5/+6
| |/
* | PCI: tegra: Use physical range for I/O mappingThierry Reding2014-12-011-8/+20
|/
* Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-011-3/+9
|\
| * of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-301-3/+7
* | PCI: tegra: Add Tegra124 supportThierry Reding2014-09-161-31/+180
* | PCI: tegra: Make sure the PCIe PLL is really resetEric Yuen2014-09-161-0/+7
* | PCI: tegra: Fix extended configuration space mappingPeter Daifuku2014-09-161-1/+1
* | PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding2014-09-161-0/+5
* | PCI: tegra: Implement a proper resource hierarchyThierry Reding2014-09-041-3/+29
* | PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang2014-09-041-2/+6
|/
* Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-191-0/+118
|\
| * PCI: tegra: Add debugfs supportThierry Reding2014-07-221-0/+118
* | Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-61/+161
|\ \
| * | PCI: tegra: Implement accurate power supply schemeThierry Reding2014-07-181-61/+161
* | | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-2/+3
|\ \ \ | |_|/ |/| |
| * | ARM: tegra: Convert PMC to a driverThierry Reding2014-07-171-1/+1
| * | ARM: tegra: Move includes to include/soc/tegraThierry Reding2014-07-171-2/+3
| |/
* | PCI: tegra: Fix GPL v2 license string typoThierry Reding2014-07-151-1/+1
|/
OpenPOWER on IntegriCloud