Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-14 | x86: pci: Tidy up the generic x86 PCI driver | Simon Glass | |
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> | |||
2015-04-18 | dm: x86: pci: Add a PCI driver for driver model | Simon Glass | |
Add a simple x86 PCI driver which uses standard functions provided by the architecture. Signed-off-by: Simon Glass <sjg@chromium.org> |