aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2020-05-12PCI: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma7-10/+16
2020-05-11PCI: hv: Retry PCI bus D0 entry on invalid device stateWei Hu1-2/+38
2020-05-11PCI: hv: Fix the PCI HyperV probe failure path to release resource properlyWei Hu1-4/+16
2020-05-11PCI: brcmstb: Disable L0s component of ASPM if requestedJim Quinlan1-1/+13
2020-05-11PCI: brcmstb: Fix window register offset from 4 to 8Jim Quinlan1-2/+2
2020-05-11PCI: brcmstb: Don't clk_put() a managed clockJim Quinlan1-1/+0
2020-05-11PCI: brcmstb: Assert fundamental reset on initializationNicolas Saenz Julienne1-0/+1
2020-05-11PCI: endpoint: Pass page size as argument to pci_epc_mem_init()Lad Prabhakar3-2/+9
2020-05-11PCI: rcar: Fix calculating mask for PCIEPAMR registerLad Prabhakar1-1/+4
2020-05-11PCI: rcar: Move shareable code to a common fileLad Prabhakar4-293/+361
2020-05-11PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.cLad Prabhakar3-1/+11
2020-05-11PCI: tegra: Fix reporting GPIO error valuePali Rohár1-2/+2
2020-05-09ACPI: hotplug: PCI: Use the new acpi_evaluate_reg() helperHans de Goede1-10/+3
2020-05-08PCI: Avoid Pericom USB controller OHCI/EHCI PME# defectKai-Heng Feng1-0/+13
2020-05-07PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X BridgesKai-Heng Feng1-10/+0
2020-05-07PCI: rcar: Add suspend/resumeKazufumi Ikeda1-15/+75
2020-05-07PCI: rcar: Fix incorrect programming of OB windowsAndrew Murray1-4/+5
2020-05-07PCI: host-generic: Eliminate pci_host_common_probe wrappersRob Herring6-42/+24
2020-05-05PCI: altera: Clean up indentation issue on a return statementColin Ian King1-1/+1
2020-05-05PCI: endpoint: functions/pci-epf-test: Fix DMA channel releaseKunihiko Hayashi1-0/+3
2020-05-05PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling pathsChristophe JAILLET1-1/+1
2020-05-05PCI: dwc: Make hisi_pcie_platform_ops staticZou Wei1-1/+1
2020-05-05PCI: dwc: Clean up computing of msix_tblJiri Slaby1-5/+1
2020-05-02Merge back system-wide PM material for v5.8.Rafael J. Wysocki3-19/+19
2020-05-01PCI: Allow pci_resize_resource() for devices on root busArd Biesheuvel1-4/+5
2020-05-01PCI: host-generic: Support building as modulesRob Herring5-4/+17
2020-05-01PCI: Constify struct pci_ecam_opsRob Herring9-19/+19
2020-04-30PCI/AER: Use only _OSC to determine AER ownershipAlexandru Gagniuc1-25/+1
2020-04-28s390/pci: Do not disable PF when VFs existPierre Morel1-0/+3
2020-04-28s390/pci: Handling multifunctionsPierre Morel1-3/+3
2020-04-28s390/pci: create zPCI busPierre Morel1-4/+7
2020-04-24PCI/EDR: Log only ACPI_NOTIFY_DISCONNECT_RECOVER eventsKuppuswamy Sathyanarayanan1-2/+2
2020-04-24PCI: Use of_node_name_eq() for node name comparisonsRob Herring1-1/+1
2020-04-24PCI/AER: Don't select CONFIG_PCIEAER by defaultBjorn Helgaas1-1/+0
2020-04-24PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST by defaultBjorn Helgaas1-1/+0
2020-04-24PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST by defaultBjorn Helgaas1-1/+1
2020-04-24PCI/PM: Call .bridge_d3() hook only if non-NULLBjorn Helgaas1-1/+3
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki2-5/+5
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki1-2/+2
2020-04-24PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki1-5/+3
2020-04-24PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki1-8/+10
2020-04-23PCI/P2PDMA: Add AMD Zen Raven and Renoir Root Ports to whitelistAlex Deucher1-0/+2
2020-04-23PCI: pciehp: Remove unused EMI() and HP_SUPR_RM() macrosAni Sinha1-2/+0
2020-04-23PCI: hv: Prepare hv_compose_msi_msg() for the VMBus-channel-interrupt-to-vCPU reassignment functionalityAndrea Parri (Microsoft)1-16/+28
2020-04-14PCI: Move Apex Edge TPU class quirk to fix BAR assignmentBjorn Helgaas1-0/+7
2020-04-08Merge tag 'iommu-updates-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+4
2020-04-05Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-4/+7
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-70/+29