Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: pci: Move pci_bus_to_hose() to compatibility | Simon Glass | 2016-01-24 | -0/+12 |
| | | | | | | | | This function should not be used by driver-model code, so move it to the compatibility portion. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
* | dm: pci: Use driver model PCI API in auto-config | Simon Glass | 2016-01-12 | -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> |