summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-23PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng1-0/+7
2021-08-23PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng1-5/+8
2021-08-23PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng1-4/+5
2021-08-23PCI: hv: Generify PCI probingArnd Bergmann1-27/+30
2021-08-23arm64: PCI: Support root bridge preparation for Hyper-VBoqun Feng1-1/+11
2021-08-23arm64: PCI: Restructure pcibios_root_bridge_prepare()Boqun Feng1-7/+12
2021-08-23PCI: Support populating MSI domains of root buses via bridgesBoqun Feng1-1/+5
2021-08-23PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2-1/+16
2021-08-21PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2021-08-21PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei1-3/+1
2021-08-21PCI: Make saved capability state private to coreBjorn Helgaas2-20/+21
2021-08-21PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński1-0/+1
2021-08-21PCI: Correct the pci_iomap.h header guard #endif commentJonathan Cameron1-1/+1
2021-08-21PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2-3/+3
2021-08-21PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-08-21PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-27/+4
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2-18/+10
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-08-20PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2-0/+32
2021-08-20PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2-0/+46
2021-08-20PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2-0/+35
2021-08-20PCI: aardvark: Configure PCIe resources from 'ranges' DT propertyPali Rohár1-1/+194
2021-08-19misc: pci_endpoint_test: Add deviceID for AM64 and J7200Kishon Vijay Abraham I1-0/+8
2021-08-19PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I1-0/+19
2021-08-19PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I1-4/+36
2021-08-19PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani4-0/+38
2021-08-19PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2-2/+2
2021-08-19PCI: Change the type of probe argument in reset functionsAmey Narkhede12-48/+51
2021-08-19PCI: Add support for ACPI _RST reset methodShanker Donthineni4-1/+31
2021-08-19PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni2-25/+16
2021-08-19PCI: Use acpi_pci_power_manageable()Shanker Donthineni1-8/+10
2021-08-19PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni2-4/+10
2021-08-19PCI: Allow userspace to query and set device reset mechanismAmey Narkhede4-0/+142
2021-08-18PCI: Remove reset_fn field from pci_devAmey Narkhede7-9/+6
2021-08-18PCI: Add array to track reset method orderingAmey Narkhede4-44/+69
2021-08-17PCI: Add pcie_reset_flr() with 'probe' argumentAmey Narkhede5-43/+40
2021-08-17PCI: Cache PCIe Device Capabilities registerAmey Narkhede3-6/+6
2021-08-13PCI: hv: Support for create interrupt v3Sunil Muthuswamy1-5/+62
2021-08-12PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter1-1/+1
2021-08-12x86/PCI: Add pci_numachip_init() declarationKrzysztof Wilczyński1-0/+1
2021-08-12PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit1-6/+3
2021-08-12PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit1-23/+19
2021-08-12PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit3-52/+21
2021-08-12PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit1-17/+12
2021-08-12PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit1-54/+32
2021-08-12PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit1-30/+30
2021-08-09PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit1-7/+5