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

Add a driver which can access emulations of devices and make them available
in sandbox.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pci_sandbox.c [new file with mode: 0644]