summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | PCI: dwc: Remove Keystone specific dw_pcie_host_opsKishon Vijay Abraham I2019-04-042-41/+14
| | * | PCI: keystone: Use Keystone specific msi_irq_chipKishon Vijay Abraham I2019-04-042-27/+74
| | * | PCI: dwc: Add support to use non default msi_irq_chipKishon Vijay Abraham I2019-04-042-1/+5
| | * | PCI: keystone: Cleanup ks_pcie_msi_irq_handler()Kishon Vijay Abraham I2019-04-041-36/+28
| | * | PCI: keystone: Use hwirq to get the MSI IRQ number offsetKishon Vijay Abraham I2019-04-041-11/+13
| | * | PCI: keystone: Add separate functions for configuring MSI and legacy interruptKishon Vijay Abraham I2019-04-041-92/+89
| | * | PCI: keystone: Cleanup interrupt related macrosKishon Vijay Abraham I2019-04-041-13/+13
| | |/
| * | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2019-05-131-5/+41
| |\ \
| | * | PCI: iproc: Enable iProc config read for PAXBv2Srinath Mannam2019-04-301-1/+1
| | * | PCI: iproc: Allow outbound configuration for 32-bit I/O regionSrinath Mannam2019-04-031-2/+19
| | * | PCI: iproc: Add CRS check in config readSrinath Mannam2019-04-031-2/+21
| | |/
| * | Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas2019-05-133-96/+62
| |\ \
| | * | PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()Andrey Smirnov2019-05-011-1/+1
| | * | PCI: imx6: Use flags to indicate support for suspendAndrey Smirnov2019-05-011-9/+6
| | * | PCI: imx6: Restrict PHY register data to 16-bitAndrey Smirnov2019-05-011-7/+6
| | * | PCI: imx6: Simplify pcie_phy_poll_ack()Andrey Smirnov2019-05-011-13/+13
| | * | PCI: imx6: Simplify bit operations in PHY functionsAndrey Smirnov2019-05-011-14/+14
| | * | PCI: imx6: Make use of BIT() in constant definitionsAndrey Smirnov2019-05-011-4/+4
| | * | PCI: dwc: imx6: Share PHY debug register definitionsAndrey Smirnov2019-05-013-13/+8
| | * | PCI: imx6: Remove PCIE_PL_PFLR_* constantsAndrey Smirnov2019-05-011-3/+0
| | * | PCI: imx6: Return -ETIMEOUT from imx6_pcie_wait_for_speed_change()Andrey Smirnov2019-05-011-1/+1
| | * | PCI: imx6: Drop imx6_pcie_wait_for_link()Andrey Smirnov2019-05-011-17/+2
| | * | PCI: imx6: Simplify imx7d_pcie_wait_for_phy_pll_lock()Andrey Smirnov2019-05-011-14/+7
| | |/
| * | Merge branch 'pci/dwc'Bjorn Helgaas2019-05-134-45/+41
| |\ \
| | * | PCI: imx6: Allow asynchronous probingLucas Stach2019-05-071-0/+1
| | * | 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
| | |/
| * | Merge branch 'pci/virtualization'Bjorn Helgaas2019-05-131-0/+2
| |\ \
| | * | PCI: Mark Atheros AR9462 to avoid bus resetJames Prestwood2019-04-221-0/+1
| | * | PCI: Mark AMD Stoney Radeon R7 GPU ATS as brokenNikolai Kostrigin2019-04-111-0/+1
| | |/
| * | Merge branch 'pci/switchtec'Bjorn Helgaas2019-05-131-13/+29
| |\ \
| | * | switchtec: Fix unintended mask of MRPC eventWesley Sheng2019-04-181-1/+2
| | * | switchtec: Increase PFF limit from 48 to 255Wesley Sheng2019-04-171-12/+27
| | |/
| * | Merge branch 'pci/portdrv'Bjorn Helgaas2019-05-131-0/+14
| |\ \
| | * | PCI/LINK: Disable bandwidth notification interrupt during suspendMika Westerberg2019-04-181-0/+14
| | |/
| * | Merge branch 'pci/peer-to-peer'Bjorn Helgaas2019-05-131-3/+35
| |\ \
| | * | PCI/P2PDMA: Allow P2P DMA between any devices under AMD ZEN Root ComplexChristian König2019-05-011-3/+35
| | |/
| * | Merge branch 'pci/misc'Bjorn Helgaas2019-05-136-36/+66
| |\ \
| | * | PCI: Add pci_dev_id() helperHeiner Kallweit2019-04-292-10/+6