
8 May
2015
8 May
'15
7:36 p.m.
On 7 May 2015 at 07:34, Bin Meng bmeng.cn@gmail.com wrote:
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
Changes in v2:
- Drop the patch to wrap CONFIG_E1000 driver with CONFIG_DM_PCI
- New patch to move pci_hose_phys_to_bus() to pci_common.c
drivers/pci/pci.c | 66 --------------------------------------------- drivers/pci/pci_common.c | 70 +++++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 66 insertions(+), 70 deletions(-)
Acked-by: Simon Glass sjg@chromium.org