summaryrefslogtreecommitdiff
path: root/test/dm/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: core: Use dev_has_ofnode() instead of dev_of_valid()Simon Glass1-3/+3
2020-08-25pci: pci-uclass: Add multi entry support for memory regionsSuneel Garapati1-0/+22
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-13/+13
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-17pci: Avoid a crash in device_is_on_pci_bus()Simon Glass1-0/+14
2019-10-08dm: pci: Add a function to read a PCI BARSimon Glass1-0/+45
2019-10-08sandbox: Rename PCI ID for swap_case to be more specificSimon Glass1-3/+3
2019-07-11test: dm: Add a test for PCI Enhanced AllocationAlex Marginean1-0/+49
2018-11-14test: dm: pci: Add cases for finding next PCI capability APIsBin Meng1-0/+20
2018-10-20test: Add test for PCI device without compat string and with DT nodeMarek Vasut1-0/+5
2018-08-08test: dm: pci: Add cases for finding PCI capability APIsBin Meng1-0/+32
2018-08-08test: dm: pci: Add tests for mixed static and dynamic devices on the same busBin Meng1-0/+63
2018-08-08test: dm: pci: Test driver binding with driver data providedBin Meng1-0/+17
2018-08-08test: dm: pci: Add tests for configuration space accessBin Meng1-9/+15
2018-08-08test: dm: pci: Test more than one PCI host controllerBin Meng1-0/+11
2018-08-08test: dm: pci: Test more than one device on the same busBin Meng1-4/+33
2018-08-08test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()Bin Meng1-3/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-01-12dm: test: Convert PCI tests to use the DM PCI APISimon Glass1-9/+6
2015-06-04dm: pci: Allow PCI bus numbering aliasesSimon Glass1-0/+11
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-3/+3
2015-04-18dm: pci: Add driver model tests for PCISimon Glass1-0/+59