summaryrefslogtreecommitdiff
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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-022-237/+254
| |\ \ \
| | * | | 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
| | * | | 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
| | * | | PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2021-08-201-0/+23
| | * | | PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-0/+33
| | * | | PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2021-08-201-0/+26
| | * | | PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit2021-08-121-6/+3
| | * | | PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit2021-08-121-23/+19
| | * | | PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2021-08-122-50/+14
| | * | | PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit2021-08-121-17/+12
| | * | | PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit2021-08-121-54/+32
| | * | | PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit2021-08-121-30/+30
| | * | | PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit2021-08-091-7/+5
| | * | | PCI/VPD: Make pci_vpd_wait() uninterruptibleHeiner Kallweit2021-08-091-24/+9
| | * | | PCI/VPD: Remove pci_vpd_size() old_size argumentHeiner Kallweit2021-08-091-5/+5
| | * | | PCI/VPD: Allow access to valid parts of VPD if some is invalidBjorn Helgaas2021-08-091-3/+3
| | * | | PCI/VPD: Don't check Large Resource Item Names for validityBjorn Helgaas2021-08-091-19/+8
| | * | | PCI/VPD: Reject resource tags with invalid sizeBjorn Helgaas2021-08-091-9/+15
| | * | | PCI/VPD: Treat initial 0xff as missing EEPROMHeiner Kallweit2021-07-301-4/+8
| | * | | PCI/VPD: Check Resource Item Names against those valid for typeBjorn Helgaas2021-07-301-12/+6
| | * | | PCI/VPD: Correct diagnostic for VPD read failureBjorn Helgaas2021-07-301-2/+2
| | |/ /
| * | | Merge branch 'pci/virtualization'Bjorn Helgaas2021-09-022-3/+52
| |\ \ \
| | * | | PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2021-08-202-3/+3