]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: sandbox: pci: Add a PCI emulation uclass
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:28 +0000 (12:25 -0700)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:23 +0000 (21:47 +0200)
commita8bb98cd207afa8375fe4afebd890219c1ee7daa
tree8c2433a3e01a865950e0367f26c38647ed3739d9
parent2e0e2496b4e4dac052071f006cc53a1d92c8a143
dm: sandbox: pci: Add a PCI emulation uclass

Since sandbox does not have real devices (unless it borrows those from the
host) it must use emulations. Provide a uclass which permits PCI operations
to be passed through to an emulation device.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pci/Makefile
drivers/pci/pci-emul-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/pci.h