aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-bridge-emul.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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