Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-01 | dm: pci: Move common auto-config functions to a common file | Simon Glass | |
Some functions will be used by driver model and legacy PCI code. To avoid duplication, put these in a separate, shared file. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> | |||
2015-12-01 | dm: pci: Rename pci_auto.c to pci_auto_old.c | Simon Glass | |
This file should not be used with driver model as it has lots of legacy/ compatibility functions. Rename it to make this clear. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> |