summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-emul-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-3/+3
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: pci: Update the PCI read_config() method to const dev *Simon Glass2020-02-051-1/+1
* sandbox: pci: Remember the device being emulatedSimon Glass2019-10-111-6/+24
* sandbox: pci: Create a new sandbox_pci_read_bar() functionSimon Glass2019-10-081-0/+20
* pci: sandbox: Probe PCI emulation devices when usedSimon Glass2019-10-081-3/+2
* pci: sandbox: Move the emulators into their own nodeSimon Glass2019-10-081-6/+30
* pci: sandbox: emul: Rename priv structureBin Meng2018-08-081-4/+4
* pci: sandbox: Support dynamically binding device driverBin Meng2018-08-081-4/+10
* pci: sandbox: emul: Fix the call to pci_bus_find_devfn()Bin Meng2018-08-081-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: sandbox: pci: Add a PCI emulation uclassSimon Glass2015-04-161-0/+67