aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pcie-iproc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-05PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez1-19/+1
2017-09-05PCI: iproc: Clean up whitespaceBjorn Helgaas1-116/+115
2017-09-05PCI: iproc: Rename PCI_EXP_CAP to IPROC_PCI_EXP_CAPBjorn Helgaas1-10/+9
2017-09-05PCI: iproc: Add 500ms delay during device shutdownOza Pawandeep1-15/+24
2017-08-28PCI: iproc: Work around Stingray CRS defectsOza Pawandeep1-1/+81
2017-08-28PCI: iproc: Factor out memory-mapped config access address calculationOza Pawandeep1-13/+26
2017-07-02PCI: iproc: Drop pci_fixup_irqs()Lorenzo Pieralisi1-3/+2
2017-07-02PCI: iproc: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-18/+20
2017-06-28PCI: iproc: Convert link check to raw PCI config accessorsLorenzo Pieralisi1-20/+74
2017-02-08PCI: iproc: Configure PCIe MPS settingsJon Mason1-1/+4
2016-12-08PCI: iproc: Skip check for legacy IRQ on PAXC busesAndy Gospodarek1-1/+4
2016-11-23PCI: iproc: Fix incorrect MSI address alignmentRay Jui1-1/+1
2016-11-23PCI: iproc: Add support for the next-gen PAXB controllerRay Jui1-0/+128
2016-11-17PCI: iproc: Add inbound DMA mapping supportRay Jui1-0/+237
2016-11-17PCI: iproc: Make outbound mapping code more genericRay Jui1-71/+176
2016-11-17PCI: iproc: Add PAXC v2 supportRay Jui1-3/+173
2016-11-14PCI: iproc: Fix exception with multi-function devicesRay Jui1-2/+56
2016-11-14PCI: iproc: Add BCMA typeRay Jui1-0/+14
2016-11-14PCI: iproc: Do not reset PAXC when initializing the driverRay Jui1-9/+6
2016-11-14PCI: iproc: Improve core register populationRay Jui1-22/+61
2016-10-11PCI: iproc: Hard-code PCIe capability offset instead of searchingBjorn Helgaas1-6/+5
2016-10-11PCI: iproc: Remove redundant null pointer checkingBjorn Helgaas1-3/+0
2016-10-11PCI: iproc: Validate CSR base in BCMA setup codeBjorn Helgaas1-1/+1
2016-10-11PCI: iproc: Add local struct device pointersBjorn Helgaas1-17/+21
2016-06-20PCI: iproc: Request host bridge window resourcesBjorn Helgaas1-0/+4
2016-01-27PCI: iproc: Allow multiple devices except on PAXCRay Jui1-18/+11
2016-01-06PCI: iproc: Add iProc PCIe MSI supportRay Jui1-0/+26
2015-12-07PCI: iproc: Add PAXC interface supportRay Jui1-34/+168
2015-11-30PCI: iproc: Do not use 0x in front of %papDmitry V. Krivenok1-1/+1
2015-10-22PCI: iproc: Fix header comment "Corporation" misspellingFlorian Fainelli1-1/+1
2015-10-16PCI: iproc: Add outbound mapping supportRay Jui1-0/+115
2015-09-25PCI: iproc: Improve link detection logicRay Jui1-6/+23
2015-09-25PCI: iproc: Fix PCIe reset logicRay Jui1-5/+10
2015-09-25PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARMRay Jui1-2/+0
2015-07-22PCI: iproc: Add arm64 supportRay Jui1-6/+20
2015-07-14PCI: iproc: Delete unnecessary checks before phy callsMarkus Elfring1-21/+13
2015-05-27PCI: iproc: Directly add PCI resourcesHauke Mehrtens1-2/+2
2015-05-20PCI: iproc: Allow override of device tree IRQ mapping functionHauke Mehrtens1-1/+1
2015-04-08PCI: iproc: Add Broadcom iProc PCIe supportRay Jui1-0/+268