summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: dwc: Save root bus for driver remove hooksJisheng Zhang2019-05-072-6/+7
| | * | PCI: dwc: Use devm_pci_alloc_host_bridge() to simplify codeJisheng Zhang2019-05-071-13/+8
| | * | PCI: dwc: Free MSI in dw_pcie_host_init() error pathJisheng Zhang2019-05-071-3/+6
| | * | PCI: dwc: Free MSI IRQ page in dw_pcie_free_msi()Jisheng Zhang2019-05-072-4/+9
| | * | PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalidJisheng Zhang2019-05-071-2/+4
| | * | PCI: qcom: Use default config space read functionMarc Gonzalez2019-05-071-17/+6
| | |/
| * | Merge branch 'remotes/lorenzo/pci/controller-fixes'Bjorn Helgaas2019-05-132-0/+44
| |\ \
| | * | PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessaryDexuan Cui2019-03-261-0/+4
| | * | PCI: hv: Add hv_pci_remove_slots() when we unload the driverDexuan Cui2019-03-261-0/+16
| | * | PCI: hv: Fix a memory leak in hv_eject_device_work()Dexuan Cui2019-03-261-0/+3
| | * | PCI: rcar: Add the initialization of PCIe link in resume_noirq()Kazufumi Ikeda2019-03-261-0/+21
| | |/
| * | Merge branch 'pci/host/al'Bjorn Helgaas2019-05-132-0/+94
| |\ \
| | * | PCI: al: Add Amazon Annapurna Labs PCIe host controller driverJonathan Chocron2019-04-252-0/+94
| | |/
| * / PCI/MSI: Remove unused mask_msi_irq() and unmask_msi_irq()Bjorn Helgaas2019-03-211-5/+4
| |/
* / x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig2019-04-242-7/+1
|/
* Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-03-0920-210/+896
|\
| * Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2019-03-061-1/+14
| |\
| | * PCI/VMD: Configure MPS settings before adding devicesJon Derrick2019-01-301-1/+14
| * | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-03-062-3/+3
| |\ \
| | * | PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' staticWei Yongjun2019-03-011-1/+1
| | * | PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni2019-02-222-2/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-03-061-4/+9
| |\ \
| | * | PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang2019-03-011-1/+7
| | * | PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang2019-03-011-3/+2
| | |/
| * | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-03-061-33/+28
| |\ \
| | * | PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura2019-03-011-21/+17
| | * | PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura2019-03-011-13/+12
| | * | PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura2019-03-011-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2019-03-068-20/+222
| |\ \
| | * | PCI: layerscape: Add EP mode supportXiaowei Bao2019-02-212-1/+157
| | * | PCI: designware-plat: Remove setting epc->features in Designware plat EP driverKishon Vijay Abraham I2019-02-151-4/+0
| | * | PCI: rockchip: Remove pci_epf_linkup() from Rockchip EP driverKishon Vijay Abraham I2019-02-151-3/+0
| | * | PCI: cadence: Remove pci_epf_linkup() from Cadence EP driverKishon Vijay Abraham I2019-02-151-12/+0
| | * | PCI: cadence: Populate ->get_features() cdns_pcie_epc_opsKishon Vijay Abraham I2019-02-141-0/+13
| | * | PCI: rockchip: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I2019-02-141-0/+13
| | * | PCI: pci-dra7xx: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I2019-02-141-0/+13
| | * | PCI: designware-plat: Populate ->get_features() dw_pcie_ep_opsKishon Vijay Abraham I2019-02-141-0/+13
| | * | PCI: dwc: Add ->get_features() callback function to dw_pcie_ep_opsKishon Vijay Abraham I2019-02-142-0/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-03-069-124/+373
| |\ \
| | * | PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach2019-03-011-1/+1
| | * | PCI: dwc: Remove superfluous shifting in definitionsAndrey Smirnov2019-03-011-7/+7
| | * | PCI: dwc: Make use of GENMASK/FIELD_PREPAndrey Smirnov2019-03-011-13/+16
| | * | PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov2019-03-013-9/+8
| | * | PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov2019-03-011-38/+23
| | * | PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov2019-03-011-2/+2
| | * | PCI: imx6: Add code to request/control "pcie_aux" clock for i.MX8MQAndrey Smirnov2019-03-011-1/+17
| | * | PCI: qcom: Don't deassert reset GPIO during probeBjorn Andersson2019-02-281-1/+1
| | * | PCI: imx: Add workaround for e10728, IMX7d PCIe PLL failureTrent Piepho2019-02-121-0/+57
| | * | PCI: dwc: Print debug error message when MSI-X entry control mask bit is setGustavo Pimentel2019-02-121-1/+3
| | * | PCI: imx6: Add support for i.MX8MQAndrey Smirnov2019-02-042-4/+77