Re: [U-Boot] [PATCH 19/25] dm: pci: Switch to DM API for PCI address mapping

2015-11-17 Thread Bin Meng
On Tue, Nov 17, 2015 at 11:53 AM, Simon Glass wrote: > We should use the new address mapping functions unless we are in > compatibility mode. Disable the old functions by default. > > Signed-off-by: Simon Glass > --- > > drivers/pci/pci_common.c | 2 ++ > include/pci.h| 2 +- > 2 fil

[U-Boot] [PATCH 19/25] dm: pci: Switch to DM API for PCI address mapping

2015-11-16 Thread Simon Glass
We should use the new address mapping functions unless we are in compatibility mode. Disable the old functions by default. Signed-off-by: Simon Glass --- drivers/pci/pci_common.c | 2 ++ include/pci.h| 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/pci/p