index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
dm
/
pci.c
Age
Commit message (
Expand
)
Author
2022-05-03
pci: Add mask parameter to dm_pci_map_bar()
Andrew Scull
2022-05-03
pci: Match region flags using a mask
Andrew Scull
2022-05-03
pci: Map bars with offset and length
Andrew Scull
2022-05-03
test: pci: Test PCI address conversion functions
Andrew Scull
2022-01-25
dm: Fix OF_BAD_ADDR definition
Patrice Chotard
2021-01-05
dm: core: Use dev_has_ofnode() instead of dev_of_valid()
Simon Glass
2020-08-25
pci: pci-uclass: Add multi entry support for memory regions
Suneel Garapati
2020-08-07
dm: Rename DM test flags to make them more generic
Simon Glass
2020-08-03
dm: core: Drop header files from dm/test.h
Simon Glass
2020-07-17
pci: Avoid a crash in device_is_on_pci_bus()
Simon Glass
2019-10-08
dm: pci: Add a function to read a PCI BAR
Simon Glass
2019-10-08
sandbox: Rename PCI ID for swap_case to be more specific
Simon Glass
2019-07-10
test: dm: Add a test for PCI Enhanced Allocation
Alex Marginean
2018-11-14
test: dm: pci: Add cases for finding next PCI capability APIs
Bin Meng
2018-10-20
test: Add test for PCI device without compat string and with DT node
Marek Vasut
2018-08-08
test: dm: pci: Add cases for finding PCI capability APIs
Bin Meng
2018-08-08
test: dm: pci: Add tests for mixed static and dynamic devices on the same bus
Bin Meng
2018-08-08
test: dm: pci: Test driver binding with driver data provided
Bin Meng
2018-08-08
test: dm: pci: Add tests for configuration space access
Bin Meng
2018-08-08
test: dm: pci: Test more than one PCI host controller
Bin Meng
2018-08-08
test: dm: pci: Test more than one device on the same bus
Bin Meng
2018-08-08
test: dm: pci: Remove unnecessary steps in dm_test_pci_swapcase()
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-01-12
dm: test: Convert PCI tests to use the DM PCI API
Simon Glass
2015-06-04
dm: pci: Allow PCI bus numbering aliases
Simon Glass
2015-05-21
test: Generalize the unit test framework
Joe Hershberger
2015-04-18
dm: pci: Add driver model tests for PCI
Simon Glass