aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
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-18/+38
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-207/+10
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
2017-12-21PCI: designware-ep: Remove static keyword from dw_pcie_ep_reset_bar()Niklas Cassel3-10/+6
2017-12-21PCI: designware-ep: Pre-allocate memory for MSI in dw_pcie_ep_initNiklas Cassel2-0/+12
2017-12-21PCI: designware-ep: Read-only registers need DBI_RO_WR_EN to be writableNiklas Cassel1-0/+8
2017-12-21PCI: designware-ep: dw_pcie_ep_set_msi() should only set MMC bitsNiklas Cassel2-1/+4
2017-12-21PCI: dwc: Use the DMA-API to get the MSI addressNiklas Cassel2-4/+14
2017-12-21PCI: tegra: Refactor configuration space mapping codeVidya Sagar1-118/+30
2017-12-20pci: dwc: pci-dra7xx: Make shutdown handler staticVignesh R1-1/+1
2017-12-19PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failuresGeert Uytterhoeven1-1/+4
2017-12-19PCI: xgene: Remove leftover pci_scan_child_bus() callLorenzo Pieralisi1-1/+0
2017-12-19PCI: keystone: Fix interrupt-controller-node lookupJohan Hovold1-1/+4
2017-12-19PCI: designware-ep: Fix ->get_msi() to check MSI_EN bitKishon Vijay Abraham I2-9/+4
2017-12-19PCI: endpoint: Fix find_first_zero_bit() usageNiklas Cassel1-1/+4
2017-12-19PCI: endpoint: Populate func_no before calling pci_epc_add_epf()Niklas Cassel1-8/+6
2017-12-19PCI: designware-ep: Fix find_first_zero_bit() usageNiklas Cassel2-10/+32
2017-12-18PCI: Mark Ceton InfiniTV4 INTx masking as brokenBjorn Helgaas1-0/+2
2017-12-18PCI: Clean up whitespace in linux/pci.h, pci/pci.hBjorn Helgaas1-27/+27
2017-12-18PCI: Tidy up pci/probe.c commentsBjorn Helgaas1-89/+116
2017-12-18switchtec: Add device IDs for PSX 24xG3 and PSX 48xG3Kelvin Cao1-0/+2
2017-12-18switchtec: Add Global Fabric Manager Server (GFMS) eventLogan Gunthorpe1-0/+1
2017-12-18PCI: Use dev_info() rather than dev_err() for ROM validationAlex Deucher1-2/+2