summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2021-12-02PCI: dwc: Do not remap invalid resTim Harvey
2021-12-01Revert "PCI: aardvark: Fix support for PCI_ROM_ADDRESS1 on emulated bridge"Marek Behún
2021-12-01PCI: mvebu: Remove custom mvebu_pci_host_probe() functionPali Rohár
2021-12-01PCI: rcar: Check if device is runtime suspended instead of __clk_is_enabled()Marek Vasut
2021-12-01PCI: vmd: Clean up domain before enumerationNirmal Patel
2021-12-01PCI: xilinx-nwl: Simplify code and fix a memory leakChristophe JAILLET
2021-11-30PCI: apple: Enable clock gatingHector Martin
2021-11-30PCI: xgene: Fix IB window setupRob Herring
2021-11-30PCI: mvebu: Replace pci_ioremap_io() usage by devm_pci_remap_iospace()Pali Rohár
2021-11-29PCI: xgene-msi: Use bitmap_zalloc() when applicableChristophe JAILLET
2021-11-29PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET
2021-11-29PCI: mediatek-gen3: Disable DVFSRC voltage requestJianjun Wang
2021-11-24PCI: Convert to device_create_managed_software_node()Heikki Krogerus
2021-11-19PCI/ASPM: Remove struct aspm_latencySaheed O. Bolarinwa
2021-11-19PCI/ASPM: Stop caching device L0s, L1 acceptable exit latenciesSaheed O. Bolarinwa
2021-11-19PCI/ASPM: Stop caching link L0s, L1 exit latenciesSaheed O. Bolarinwa
2021-11-19PCI/ASPM: Move pci_function_0() upwardBolarinwa O. Saheed
2021-11-19PCI: pciehp: Fix infinite loop in IRQ handler upon power faultLukas Wunner
2021-11-19PCI/switchtec: Declare local state_names[] as staticKelvin Cao
2021-11-19PCI/switchtec: Add Gen4 automotive device IDsKelvin Cao
2021-11-18PCI: xgene: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-11-18PCI: hv: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-11-18PCI: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-11-18PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI/PME: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI/DPC: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI: pciehp: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI: vmd: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI/ERR: Use PCI_POSSIBLE_ERROR() to check config readsNaveen Naidu
2021-11-18PCI: rockchip-host: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: rcar-host: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: altera: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: mvebu: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: aardvark: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: histb: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: mediatek: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: iproc: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: thunder: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: Use PCI_SET_ERROR_RESPONSE() for disconnected devicesNaveen Naidu
2021-11-18PCI: Set error response data when config read failsNaveen Naidu
2021-11-15PCI: Use pci_find_vsec_capability() when looking for TBT devicesAndy Shevchenko
2021-11-14Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-13Merge tag 's390-5.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-11-13Merge tag 'mips_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds
2021-11-11Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas