summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host/pci-xgene.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'pci/host-xgene' into nextBjorn Helgaas1-2/+2
2017-11-09PCI: xgene: Rename xgene_pcie_probe_bridge() to xgene_pcie_probe()Bjorn Helgaas1-2/+2
2017-10-05PCI: Use of_pci_dma_range_parser_init() to reduce duplicationMarc Gonzalez1-19/+1
2017-09-07PCI: xgene: Clean up whitespaceBjorn Helgaas1-19/+18
2017-09-07PCI: xgene: Define XGENE_PCI_EXP_CAP and use generic PCI_EXP_RTCTL offsetBjorn Helgaas1-2/+2
2017-07-02PCI: xgene: Move to struct pci_host_bridge IRQ mapping functionsLorenzo Pieralisi1-0/+2
2017-07-02PCI: xgene: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-6/+15
2017-04-28PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris1-0/+1
2017-04-24PCI: xgene: Update PCI config space remap functionLorenzo Pieralisi1-2/+2
2017-02-10PCI: xgene: Configure PCIe MPS settingsBjorn Helgaas1-1/+3
2017-01-30PCI: xgene: Fix double free on init errorDan Carpenter1-5/+2
2016-12-06PCI: Add MCFG quirks for X-Gene host controllerDuc Dang1-7/+119
2016-10-11PCI: xgene: Add register accessorsBjorn Helgaas1-42/+44
2016-10-11PCI: xgene: Pass struct xgene_pcie_port to setup functionsBjorn Helgaas1-15/+21
2016-10-11PCI: xgene: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-10PCI: xgene: Add local struct device pointersBjorn Helgaas1-19/+24
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-9/+15
2016-08-01PCI: xgene: Make explicitly non-modularPaul Gortmaker1-6/+2
2016-06-20PCI: xgene: Request host bridge window resourcesBjorn Helgaas1-0/+4
2016-06-20PCI: xgene: Free bridge resource list on failureBjorn Helgaas1-3/+9
2015-09-25PCI/MSI: xgene: Remove msi_controller assignmentDuc Dang1-22/+0
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas1-0/+1
2015-08-20PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas1-0/+1
2015-07-21PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang1-2/+10
2015-06-18PCI: xgene: Allow config access to Root Port even when link is downDuc Dang1-3/+1
2015-06-18PCI: xgene: Disable Configuration Request Retry Status for v1 siliconDuc Dang1-1/+40
2015-06-05PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driverDuc Dang1-0/+21
2015-03-05PCI: xgene: Add register offset to config space base addressFeng Kan1-2/+2
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-2/+2
2015-02-02Merge branch 'pci/config' into nextBjorn Helgaas1-141/+9
2015-01-30PCI: xgene: Convert to use generic config accessorsRob Herring1-141/+9
2015-01-23PCI: xgene: Include clk.h instead of clk-private.hStephen Boyd1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-11-13PCI: xgene: Assign resources to bus before adding new devicesDuc Dang1-1/+6
2014-10-20pci: host: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-01PCI: xgene: Add APM X-Gene PCIe driverTanmay Inamdar1-0/+659