Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | x86: pci: Tidy up the generic x86 PCI driver | Simon Glass | 2015-07-14 | 1 | -5/+8 |
| | | | | | | | | This driver should use the x86 PCI configuration functions. Also adjust its compatible string to something generic (i.e. without a vendor name). Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | ||||
* | dm: x86: pci: Add a PCI driver for driver model | Simon Glass | 2015-04-18 | 1 | -0/+24 |
Add a simple x86 PCI driver which uses standard functions provided by the architecture. Signed-off-by: Simon Glass <sjg@chromium.org> |