summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | PCI/switchtec: Separate Gen3 register structures into unionsLogan Gunthorpe2020-01-151-11/+27
| | * | | PCI/switchtec: Factor out Gen3 ioctl_flash_part_info()Logan Gunthorpe2020-01-151-26/+42
| | * | | PCI/switchtec: Add 'generation' variableLogan Gunthorpe2020-01-151-32/+58
| | * | | PCI/switchtec: Rename generation-specific constantsLogan Gunthorpe2020-01-151-5/+5
| | * | | PCI/switchtec: Move check event ID from mask_event() to switchtec_event_isr()Wesley Sheng2020-01-151-5/+6
| | * | | PCI/switchtec: Remove redundant valid PFF number countWesley Sheng2020-01-151-8/+4
| | * | | PCI/switchtec: Add support for Intercomm Notify and Upstream Error ContainmentLogan Gunthorpe2020-01-151-0/+3
| | * | | PCI/switchtec: Fix vep_vector_number ioread widthLogan Gunthorpe2020-01-081-1/+1
| | * | | PCI/switchtec: Use dma_set_mask_and_coherent()Wesley Sheng2020-01-081-1/+1
| | |/ /
| * | | Merge branch 'pci/resource'Bjorn Helgaas2020-01-291-68/+95
| |\ \ \
| | * | | PCI: Allow adjust_bridge_window() to shrink resource if necessaryNicholas Johnson2020-01-291-4/+12
| | * | | PCI: Set resource size directly in adjust_bridge_window()Nicholas Johnson2020-01-291-16/+7
| | * | | PCI: Rename extend_bridge_window() to adjust_bridge_window()Nicholas Johnson2020-01-291-4/+4
| | * | | PCI: Rename extend_bridge_window() parameterNicholas Johnson2020-01-291-4/+4
| | * | | PCI: Consider alignment of hot-added bridges when assigning resourcesNicholas Johnson2020-01-291-32/+46
| | * | | PCI: Remove local variable usage in pci_bus_distribute_available_resources()Nicholas Johnson2020-01-291-10/+6
| | * | | PCI: Pass size + alignment to pci_bus_distribute_available_resources()Nicholas Johnson2020-01-291-16/+19
| | * | | PCI: Rename variablesNicholas Johnson2020-01-291-13/+17
| | * | | PCI: Remove unnecessary bracesNicholas Johnson2020-01-291-2/+1
| | * | | PCI: Don't disable bridge BARs when assigning bus resourcesLogan Gunthorpe2020-01-131-4/+16
| | |/ /
| * | | Merge branch 'pci/pm'Bjorn Helgaas2020-01-291-1/+4
| |\ \ \
| | * | | PCI/PM: Print config space of devices before suspendChen Yu2020-01-131-1/+4
| | |/ /
| * | | Merge branch 'pci/p2pdma'Bjorn Helgaas2020-01-291-0/+3
| |\ \ \
| | * | | PCI/P2PDMA: Add Intel SkyLake-E to the whitelistArmen Baloyan2019-12-101-0/+3
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2020-01-292-33/+52
| |\ \ \
| | * | | PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllersDaniel Drake2019-12-131-0/+16
| | * | | PCI: Add generic quirk for increasing D3hot delayDaniel Drake2019-12-131-7/+12
| | * | | PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-inWei Liu2019-12-122-26/+24
| | |/ /
| * | | PCI/AER: Initialize aer_fifoDongdong Liu2020-01-231-0/+1
| * | | PCI/AER: Factor message prefixes with dev_fmt()Bjorn Helgaas2020-01-231-3/+5
| * | | PCI/AER: Log which device prevents error recoveryYicong Yang2020-01-231-2/+4
| |/ /
* | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-275-6/+6
|\ \ \
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-065-6/+6
| | |/ | |/|
* / | PCI: Mark AMD Navi14 GPU rev 0xc5 ATS as brokenAlex Deucher2020-01-151-6/+13
|/ /
* / PCI: rockchip: Fix IO outbound ATU register numberEnric Balletbo i Serra2019-12-121-1/+3
|/
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-0376-1753/+2219
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-11-288-55/+30
| |\
| | * PCI: Fix indentationKrzysztof Kozlowski2019-11-214-17/+17
| | * PCI: Fix typosBjorn Helgaas2019-11-202-3/+2
| | * PCI: Remove useless comments and tidy othersBjorn Helgaas2019-10-171-28/+9
| | * PCI: Remove unnecessary includesBjorn Helgaas2019-10-171-1/+0
| * | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-11-282-4/+5
| |\ \
| | * | PCI: mvebu: mvebu_pcie_map_registers __iomem fixBen Dooks (Codethink)2019-10-171-1/+1
| | * | PCI: mvebu: Make mvebu_pci_bridge_emul_ops staticBen Dooks (Codethink)2019-10-171-1/+1
| | * | PCI: iproc-msi: Fix __iomem annotation in decode_msi_hwirq()Ben Dooks (Codethink)2019-10-171-2/+3
| | |/
| * | Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-2821-601/+254
| |\ \
| | * | PCI: Make devm_of_pci_get_host_bridge_resources() staticRob Herring2019-11-202-21/+1
| | * | PCI: rcar: Use inbound resources for setupRob Herring2019-11-201-29/+16
| | * | PCI: iproc: Use inbound resources for setupRob Herring2019-11-201-60/+17
| | * | PCI: xgene: Use inbound resources for setupRob Herring2019-11-201-22/+11