summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2021-09-022-11/+7
|\
| * PCI: iproc: Fix BCMA probe resource handlingRob Herring2021-08-041-10/+6
| * PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'Rob Herring2021-08-041-1/+1
* | Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2021-09-022-38/+60
|\ \
| * | PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng2021-08-231-0/+7
| * | PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng2021-08-231-5/+8
| * | PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng2021-08-231-4/+5
| * | PCI: hv: Generify PCI probingArnd Bergmann2021-08-231-27/+30
| * | PCI: Support populating MSI domains of root buses via bridgesBoqun Feng2021-08-231-1/+5
| * | PCI: Introduce domain_nr in pci_host_bridgeBoqun Feng2021-08-231-1/+5
| |/
* | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2021-09-021-5/+62
|\ \
| * | PCI: hv: Support for create interrupt v3Sunil Muthuswamy2021-08-131-5/+62
| |/
* | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2021-09-026-6/+103
|\ \
| * | misc: pci_endpoint_test: Add deviceID for AM64 and J7200Kishon Vijay Abraham I2021-08-191-0/+8
| * | PCI: j721e: Add PCIe support for AM64Kishon Vijay Abraham I2021-08-191-0/+19
| * | PCI: j721e: Add PCIe support for J7200Kishon Vijay Abraham I2021-08-191-4/+36
| * | PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet stateNadeem Athani2021-08-194-0/+38
| * | PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of boolKishon Vijay Abraham I2021-08-192-2/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2021-09-022-12/+319
|\ \
| * | PCI: aardvark: Fix masking and unmasking legacy INTx interruptsPali Rohár2021-08-261-0/+9
| * | PCI: aardvark: Configure PCIe resources from 'ranges' DT propertyPali Rohár2021-08-201-1/+194
| * | PCI: aardvark: Fix reporting CRS valuePali Rohár2021-08-051-4/+63
| * | PCI: pci-bridge-emul: Add PCIe Root Capabilities RegisterPali Rohár2021-08-051-1/+1
| * | PCI: aardvark: Increase polling delay to 1.5s while waiting for PIO responsePali Rohár2021-08-051-1/+1
| * | PCI: aardvark: Fix checking for PIO statusEvan Wang2021-08-051-8/+54
| |/
* | Merge branch 'pci/visconti'Bjorn Helgaas2021-09-023-0/+342
|\ \
| * | PCI: visconti: Add Toshiba Visconti PCIe host controller driverNobuhiro Iwamatsu2021-08-313-0/+342
| |/
* | Merge branch 'pci/rockchip-dwc'Bjorn Helgaas2021-09-023-0/+291
|\ \
| * | PCI: rockchip-dwc: Add Rockchip RK356X host controller driverSimon Xue2021-08-313-0/+291
| |/
* | Merge branch 'pci/dwc'Bjorn Helgaas2021-09-021-1/+0
|\ \
| * | PCI: dwc: Remove surplus break statement after returnKrzysztof Wilczyński2021-08-311-1/+0
| |/
* | Merge branch 'pci/artpec6'Bjorn Helgaas2021-09-021-5/+2
|\ \
| * | PCI: artpec6: Remove local code block from switch statementKrzysztof Wilczyński2021-08-311-4/+2
| * | PCI: artpec6: Remove surplus break statement after returnKrzysztof Wilczyński2021-08-311-1/+0
| |/
* | Merge branch 'pci/misc'Bjorn Helgaas2021-09-024-6/+24
|\ \
| * | PCI: Make saved capability state private to coreBjorn Helgaas2021-08-201-2/+21
| * | PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński2021-08-201-0/+1
| * | PCI/PTM: Remove error message at bootJakub Kicinski2021-08-201-3/+1
| * | PCI: Fix pci_dev_str_match_path() alloc while atomic bugDan Carpenter2021-08-121-1/+1
| |/
* | Merge branch 'pci/vpd'Bjorn Helgaas2021-09-0213-668/+404
|\ \
| * | PCI/VPD: Use unaligned access helpersHeiner Kallweit2021-08-311-9/+5
| * | PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2021-08-311-0/+26
| * | cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit2021-08-311-8/+5
| * | PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2021-08-311-0/+6
| * | PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit2021-08-311-10/+13
| * | PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2021-08-311-2/+1
| * | PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2021-08-311-2/+1
| * | scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-28/+6
| * | cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-40/+27
| * | cxgb4: Remove unused vpd_param member ecHeiner Kallweit2021-08-242-6/+1