summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-bridge-emul.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-27PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe devicePali Rohár1-0/+1
2022-01-27PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár1-4/+1
2022-01-27PCI: pci-bridge-emul: Fix definitions of reserved bitsPali Rohár1-11/+25
2022-01-27PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config spacePali Rohár1-0/+21
2022-01-27PCI: pci-bridge-emul: Make expansion ROM Base Address register read-onlyPali Rohár1-1/+6
2021-11-18PCI: pci-bridge-emul: Fix emulation of W1C bitsMarek Behún1-0/+13
2021-02-18PCI: 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-05PCI: 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