dm: x86: pci: Add a PCI driver for driver model
authorSimon Glass <sjg@chromium.org>
Thu, 5 Mar 2015 19:25:31 +0000 (12:25 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:09 +0000 (11:11 -0600)
commita219daeafef4df1b219db68c80116d82113c82b2
treec6e22aaa30e02a998a34df18bcf8529321fe062d
parenta33aca10ac962ef54e2c9abbcc17c532f046bd74
dm: x86: pci: Add a PCI driver for driver model

Add a simple x86 PCI driver which uses standard functions provided by the
architecture.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/x86/cpu/pci.c
arch/x86/include/asm/pci.h
arch/x86/lib/Makefile
drivers/pci/Makefile
drivers/pci/pci_x86.c [new file with mode: 0644]