summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* dm: pci: Use driver model PCI API in auto-configSimon Glass2016-01-121-0/+50
At present we are using legacy functions even in the auto-configuration code used by driver model. Add a new pci_auto.c version which uses the correct API. Create a new pci_internal.h header to hold functions that are used within the PCI subsystem, but are not exported to other drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Tested-by: Bin Meng <bmeng.cn@gmail.com>
OpenPOWER on IntegriCloud