summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-05-042-8/+14
| |\ \ \
| | * | | PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang2021-04-131-0/+3
| | * | | PCI: endpoint: Remove redundant initialization of pointer devColin Ian King2021-04-131-1/+1
| | * | | PCI: endpoint: Fix NULL pointer dereference for ->get_features()Shradha Todi2021-03-261-7/+10
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2021-05-046-10/+16
| |\ \ \
| | * | | PCI: dwc: Move iATU detection earlierHou Zhiqiang2021-04-294-3/+12
| | * | | PCI: dwc/intel-gw: Remove unused functionJiapeng Chong2021-04-291-5/+0
| | * | | PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang2021-04-291-1/+2
| | * | | PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.cKishon Vijay Abraham I2021-03-221-1/+2
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2021-05-041-1/+21
| |\ \ \
| | * | | PCI: j721e: Add support to provide refclk to PCIe connectorKishon Vijay Abraham I2021-03-231-1/+21
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2021-05-041-0/+1
| |\ \ \
| | * | | PCI: brcmstb: Fix error return code in brcm_pcie_probe()Wei Yongjun2021-03-221-0/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/altera-msi'Bjorn Helgaas2021-05-041-3/+1
| |\ \ \
| | * | | PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()Chen Hui2021-04-141-3/+1
| | |/ /
| * | | Merge branch 'pci/misc'Bjorn Helgaas2021-05-046-9/+27
| |\ \ \
| | * | | PCI: Avoid building empty driversArnd Bergmann2021-03-112-2/+12
| | * | | PCI: thunder: Fix compile testingArnd Bergmann2021-03-113-7/+14
| | * | | PCI: al: Select CONFIG_PCI_ECAMArnd Bergmann2021-03-111-0/+1
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2021-05-041-0/+1
| |\ \ \
| | * | | PCI: Delay after FLR of Intel DC P4510 NVMeRaphael Norwitz2021-04-091-0/+1
| | |/ /
| * | | Merge branch 'pci/kernel-doc'Bjorn Helgaas2021-05-0410-20/+47
| |\ \ \
| | * | | PCI: Fix kernel-doc errorsKrzysztof Wilczyński2021-03-1110-20/+47
| | |/ /
| * | | Merge branch 'pci/sysfs'Bjorn Helgaas2021-05-045-348/+206
| |\ \ \
| | * | | PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński2021-04-292-42/+40
| | * | | PCI/sysfs: Rearrange smbios_attr_group and acpi_attr_groupKrzysztof Wilczyński2021-04-291-26/+26
| | * | | PCI/sysfs: Tidy SMBIOS & ACPI label attributesKrzysztof Wilczyński2021-04-291-23/+10
| | * | | PCI/sysfs: Convert "index", "acpi_index", "label" to static attributesKrzysztof Wilczyński2021-04-293-77/+16
| | * | | PCI/sysfs: Define SMBIOS label attributes with DEVICE_ATTR*()Krzysztof Wilczyński2021-04-291-23/+18
| | * | | PCI/sysfs: Define ACPI label attributes with DEVICE_ATTR*()Krzysztof Wilczyński2021-04-291-23/+15
| | * | | PCI/sysfs: Rename device_has_dsm() to device_has_acpi_name()Krzysztof Wilczyński2021-04-291-20/+19
| | * | | PCI/sysfs: Convert "vpd" to static attributeKrzysztof Wilczyński2021-04-293-46/+18
| | * | | PCI/sysfs: Rename "vpd" attribute accessorsBjorn Helgaas2021-04-291-8/+8
| | * | | PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński2021-04-272-27/+26
| | * | | PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński2021-04-271-38/+29
| | * | | PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński2021-04-271-39/+25
| | |/ /
| * | | Merge branch 'pci/vpd'Bjorn Helgaas2021-05-042-141/+35
| |\ \ \
| | * | | PCI: Allow VPD access for QLogic ISP2722Arun Easi2021-04-301-1/+0
| | * | | PCI/VPD: Add helper pci_get_func0_dev()Heiner Kallweit2021-04-301-5/+8
| | * | | PCI/VPD: Remove pci_vpd_find_tag() SRDT handlingHeiner Kallweit2021-04-301-25/+6
| | * | | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+2
| | * | | PCI/VPD: Change pci_vpd_init() return type to voidHeiner Kallweit2021-04-302-5/+4
| | * | | PCI/VPD: Make missing VPD message less alarmingHeiner Kallweit2021-04-301-2/+6
| | * | | PCI/VPD: Remove pci_set_vpd_size()Heiner Kallweit2021-04-301-45/+13
| | * | | PCI/VPD: Remove sysfs accessor size checking dead codeHeiner Kallweit2021-03-301-14/+0
| | * | | PCI/VPD: Remove obsolete Broadcom NIC quirkHeiner Kallweit2021-03-301-46/+0
| | |/ /
| * | | Merge branch 'pci/pm'Bjorn Helgaas2021-05-041-1/+1
| |\ \ \
| | * | | PCI/ACPI: Fix acpi_pci_set_power_state() debug messageRafael J. Wysocki2021-04-011-1/+1
| | |/ /
| * | | Merge branch 'pci/hotplug'Bjorn Helgaas2021-05-044-11/+3
| |\ \ \
| | * | | PCI: acpiphp: Fix whitespace issuechakravarthikulkarni2021-04-161-2/+1