aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-emul-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-3/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2019-10-11sandbox: pci: Remember the device being emulatedSimon Glass1-6/+24
2019-10-08sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass1-0/+20
2019-10-08pci: sandbox: Probe PCI emulation devices when usedSimon Glass1-3/+2
2019-10-08pci: sandbox: Move the emulators into their own nodeSimon Glass1-6/+30
2018-08-08pci: sandbox: emul: Rename priv structureBin Meng1-4/+4
2018-08-08pci: sandbox: Support dynamically binding device driverBin Meng1-4/+10
2018-08-08pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2015-04-16dm: sandbox: pci: Add a PCI emulation uclassSimon Glass1-0/+67