aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-28PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplateBjorn Helgaas54-387/+54
2018-01-27PCI/AER: Add uevents in AER and EEH error/resumeBryant G. Ly1-0/+3
2018-01-26PCI/DPC: Rename interrupt_event_handler() to dpc_work()Bjorn Helgaas1-2/+2
2018-01-26PCI/DPC: Fix interrupt message number printKeith Busch1-1/+1
2018-01-26PCI/DPC: Enable DPC only if AER is availableKeith Busch3-3/+7
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas32-0/+35
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring1-2/+1
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall1-0/+75
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes1-0/+11
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner1-0/+7
2018-01-23PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung1-1/+2
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann4-37/+94
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler28-362/+333
2018-01-18Merge branch 'pm-core'Rafael J. Wysocki2-2/+20
2018-01-18PCI / PM: Remove spurious semicolonLuis de Bethencourt1-1/+1
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring1-2/+513
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring9-91/+42
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya1-1/+2
2018-01-17PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya2-3/+4
2018-01-17PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-3/+4
2018-01-17PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya1-4/+14
2018-01-16PCI: Add function 1 DMA alias quirk for Marvell 9128Alex Williamson1-0/+2
2018-01-15PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy1-4/+3
2018-01-12PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu1-1/+1
2018-01-12PCI: iproc: Fix NULL pointer dereference for BCMARay Jui3-3/+14
2018-01-11PCI/AER: Return error if AER is not supportedKeith Busch1-1/+1
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy1-1/+0
2018-01-11PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()Kishon Vijay Abraham I2-12/+2
2018-01-10PCI/DPC: Fix shared interrupt handlingAlex Williamson1-20/+40
2018-01-10PCI: dra7xx: Iterate over INTx status bitsVignesh R1-3/+7
2018-01-10PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R1-1/+2
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+2
2018-01-09PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe portsRafael J. Wysocki1-0/+3
2018-01-03PCI: qcom: Account for const type of of_device_id.dataJulia Lawall1-2/+2
2018-01-03PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep()Wei Yongjun1-2/+2
2018-01-02PCI: exynos: Remove deprecated PHY initialization codeJaehoon Chung1-208/+11
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner1-6/+2
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2017-12-21PCI: dwc: artpec6: Add support for the ARTPEC-7 SoCNiklas Cassel1-4/+183
2017-12-21PCI: dwc: artpec6: Deassert the core before waiting for PHYNiklas Cassel1-16/+29
2017-12-21PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel4-7/+17
2017-12-21PCI: dwc: artpec6: Add support for endpoint modeNiklas Cassel2-11/+164
2017-12-21PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functionsNiklas Cassel1-26/+29
2017-12-21PCI: dwc: artpec6: Use BIT and GENMASK macrosNiklas Cassel1-17/+17
2017-12-21PCI: dwc: artpec6: Remove unused definesNiklas Cassel1-3/+0
2017-12-21PCI: dwc: dra7xx: Help compiler to remove unused codeNiklas Cassel1-0/+10
2017-12-21PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probeNiklas Cassel1-4/+2
2017-12-21PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep modeNiklas Cassel2-26/+23
2017-12-21PCI: designware-ep: Add generic function for raising MSI irqNiklas Cassel2-0/+44