summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2018-01-26PCI/DPC: Fix interrupt message number printKeith Busch
2018-01-26PCI/DPC: Enable DPC only if AER is availableKeith Busch
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-25PCI: Make of_irq_parse_pci() staticRob Herring
2018-01-23PCI: Add pci_enable_atomic_ops_to_root()Jay Cornwall
2018-01-23PCI: Expose ari_enabled in sysfsStuart Hayes
2018-01-23PCI: pciehp: Assume NoCompl+ for Thunderbolt portsLukas Wunner
2018-01-23PCI: exynos: Fix a potential init_clk_resources NULL pointer dereferenceJaehoon Chung
2018-01-21hotplug/drc-info: Add code to search ibm,drc-info propertyMichael Bringmann
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2018-01-18Merge branch 'pm-core'Rafael J. Wysocki
2018-01-18PCI / PM: Remove spurious semicolonLuis de Bethencourt
2018-01-17PCI: Move OF-related PCI functions into PCI coreRob Herring
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring
2018-01-17xen/pcifront: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-17PCI: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-17PCI: ibmphp: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-17PCI: cpqhp: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-16PCI: Add function 1 DMA alias quirk for Marvell 9128Alex Williamson
2018-01-15PCI: tegra: Use bus->sysdata to store and get host private dataManikanta Maddireddy
2018-01-12PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port modeDongdong Liu
2018-01-12PCI: iproc: Fix NULL pointer dereference for BCMARay Jui
2018-01-11PCI/AER: Return error if AER is not supportedKeith Busch
2018-01-11PCI: tegra: Remove PCI_REASSIGN_ALL_BUS use on TegraManikanta Maddireddy
2018-01-11PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()Kishon Vijay Abraham I
2018-01-10PCI/DPC: Fix shared interrupt handlingAlex Williamson
2018-01-10PCI: dra7xx: Iterate over INTx status bitsVignesh R
2018-01-10PCI: dra7xx: Fix legacy INTD IRQ handlingVignesh R
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-09PCI / PM: Use SMART_SUSPEND and LEAVE_SUSPENDED flags for PCIe portsRafael J. Wysocki
2018-01-03PCI: qcom: Account for const type of of_device_id.dataJulia Lawall
2018-01-03PCI: dwc: artpec6: Fix return value check in artpec6_add_pcie_ep()Wei Yongjun
2018-01-02PCI: exynos: Remove deprecated PHY initialization codeJaehoon Chung
2017-12-31Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2017-12-29x86/apic: Switch all APICs to Fixed delivery modeThomas Gleixner
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21PCI: dwc: artpec6: Add support for the ARTPEC-7 SoCNiklas Cassel
2017-12-21PCI: dwc: artpec6: Deassert the core before waiting for PHYNiklas Cassel
2017-12-21PCI: dwc: Make cpu_addr_fixup take struct dw_pcie as argumentNiklas Cassel
2017-12-21PCI: dwc: artpec6: Add support for endpoint modeNiklas Cassel
2017-12-21PCI: dwc: artpec6: Split artpec6_pcie_establish_link() into smaller functionsNiklas Cassel
2017-12-21PCI: dwc: artpec6: Use BIT and GENMASK macrosNiklas Cassel
2017-12-21PCI: dwc: artpec6: Remove unused definesNiklas Cassel
2017-12-21PCI: dwc: dra7xx: Help compiler to remove unused codeNiklas Cassel
2017-12-21PCI: dwc: dra7xx: Assign pp->ops in dra7xx_add_pcie_port() rather than in probeNiklas Cassel
2017-12-21PCI: dwc: dra7xx: Refactor Kconfig and Makefile handling for host/ep modeNiklas Cassel
2017-12-21PCI: designware-ep: Add generic function for raising MSI irqNiklas Cassel
2017-12-21PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel
2017-12-21PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_initNiklas Cassel
2017-12-21PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writableNiklas Cassel