summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-bridge-emul.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pci-bridge-emul: Set position of PCI capabilities to real HW valuePali Rohár2022-08-251-17/+31
* Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas2022-03-221-56/+122
|\
| * PCI: pci-bridge-emul: Add support for PCI Bridge Subsystem Vendor ID capabilityPali Rohár2022-02-221-20/+49
| * PCI: pci-bridge-emul: Add support for PCIe extended capabilitiesRussell King2022-02-221-25/+52
| * PCI: pci-bridge-emul: Re-arrange register testsRussell King2022-02-221-30/+31
| * PCI: pci-bridge-emul: Add support for new flag PCI_BRIDGE_EMUL_NO_IO_FORWARDPali Rohár2022-02-031-0/+9
| * PCI: pci-bridge-emul: Rename PCI_BRIDGE_EMUL_NO_PREFETCHABLE_BAR to PCI_BRIDG...Pali Rohár2022-02-031-1/+1
* | PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-3/+5
|/
* Merge branch 'remotes/lorenzo/pci/bridge-emul'Bjorn Helgaas2022-01-131-16/+54
|\
| * PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe devicePali Rohár2021-12-061-0/+1
| * PCI: pci-bridge-emul: Correctly set PCIe capabilitiesPali Rohár2021-12-061-4/+1
| * PCI: pci-bridge-emul: Fix definitions of reserved bitsPali Rohár2021-12-061-11/+25
| * PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config spacePali Rohár2021-12-061-0/+21
| * PCI: pci-bridge-emul: Make expansion ROM Base Address register read-onlyPali Rohár2021-12-061-1/+6
* | PCI: pci-bridge-emul: Add definitions for missing capabilities registersPali Rohár2021-12-021-0/+43
* | PCI: pci-bridge-emul: Add description for class_revision fieldPali Rohár2021-12-021-1/+5
|/
* PCI: pci-bridge-emul: Fix emulation of W1C bitsMarek Behún2021-10-291-0/+13
* PCI: pci-bridge-emul: Fix array overruns, improve safetyRussell King2021-02-171-3/+8
* PCI: pci-bridge-emul: Export API functionsPali Rohár2020-09-071-0/+4
* PCI: pci-bridge-emul: Eliminate the 'reserved' memberJon Derrick2020-05-221-17/+13
* PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0Jon Derrick2020-05-221-15/+16
* PCI: pci-bridge-emul: Fix Root Cap/Status commentJon Derrick2020-05-221-1/+5
* PCI: pci-bridge-emul: Fix PCIe bit conflictsJon Derrick2020-05-221-3/+3
* PCI: pci-bridge-emul: Use new constant PCI_STATUS_ERROR_BITSHeiner Kallweit2020-03-041-12/+2
* PCI: pci-bridge-emul: Fix big-endian supportGrzegorz Jaszczyk2019-10-171-12/+13
* PCI: Use static const struct, not const static structKrzysztof Wilczynski2019-09-051-2/+2
* PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
* PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flagsThomas Petazzoni2019-02-221-1/+7
* PCI: pci-bridge-emul: Create per-bridge copy of register behaviorThomas Petazzoni2019-02-221-27/+53
* PCI: Introduce PCI bridge emulated config space common logicThomas Petazzoni2018-10-181-0/+408