Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-04 | pci: Move pci_hose_phys_to_bus() to pci_common.c | Bin Meng | |
pci_hose_phys_to_bus() is needed by several drivers. Move it to pci_common.c to avoid a broken build when CONFIG_DM_PCI is on. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
2015-04-16 | dm: pci: Move common PCI functions into their own file | Simon Glass | |
Driver model will share many functions with the existing PCI implementation. Move these into their own file to avoid duplication and confusion. Signed-off-by: Simon Glass <sjg@chromium.org> |