aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-bridge-emul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25PCI: pci-bridge-emul: Set position of PCI capabilities to real HW valuePali Rohár1-17/+31
2022-03-22Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas1-56/+122
2022-02-22PCI: pci-bridge-emul: Add support for PCI Bridge Subsystem Vendor ID capabilityPali Rohár1-20/+49
2022-02-22PCI: pci-bridge-emul: Add support for PCIe extended capabilitiesRussell King1-25/+52
2022-02-22PCI: pci-bridge-emul: Re-arrange register testsRussell King1-30/+31
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-3/+5
2022-02-03PCI: pci-bridge-emul: Add support for new flag PCI_BRIDGE_EMUL_NO_IO_FORWARDPali Rohár1-0/+9
2022-02-03PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDGE_EMUL_NO_PREFMEM_FORWARDPali Rohár1-1/+1
2022-01-13Merge branch 'remotes/lorenzo/pci/bridge-emul'Bjorn Helgaas1-16/+54
2021-12-06PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe devicePali Rohár1-0/+1
2021-12-06PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár1-4/+1
2021-12-06PCI: pci-bridge-emul: Fix definitions of reserved bitsPali Rohár1-11/+25
2021-12-06PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config spacePali Rohár1-0/+21
2021-12-06PCI: pci-bridge-emul: Make expansion ROM Base Address register read-onlyPali Rohár1-1/+6
2021-12-02PCI: pci-bridge-emul: Add definitions for missing capabilities registersPali Rohár1-0/+43
2021-12-02PCI: pci-bridge-emul: Add description for class_revision fieldPali Rohár1-1/+5
2021-10-29PCI: pci-bridge-emul: Fix emulation of W1C bitsMarek Behún1-0/+13
2021-02-17PCI: pci-bridge-emul: Fix array overruns, improve safetyRussell King1-3/+8
2020-09-07PCI: pci-bridge-emul: Export API functionsPali Rohár1-0/+4
2020-05-22PCI: pci-bridge-emul: Eliminate the 'reserved' memberJon Derrick1-17/+13
2020-05-22PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0Jon Derrick1-15/+16
2020-05-22PCI: pci-bridge-emul: Fix Root Cap/Status commentJon Derrick1-1/+5
2020-05-22PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick1-3/+3
2020-03-04PCI: pci-bridge-emul: Use new constant PCI_STATUS_ERROR_BITSHeiner Kallweit1-12/+2
2019-10-17PCI: pci-bridge-emul: Fix big-endian supportGrzegorz Jaszczyk1-12/+13
2019-09-05PCI: Use static const struct, not const static structKrzysztof Wilczynski1-2/+2
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2019-02-22PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni1-1/+7
2019-02-22PCI: pci-bridge-emul: Create per-bridge copy of register behaviorThomas Petazzoni1-27/+53
2018-10-18PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni1-0/+408