]> git.sur5r.net Git - u-boot/commit
net: designware: Use dm_pci_mem_to_phys() in the probe routine
authorBin Meng <bmeng.cn@gmail.com>
Tue, 2 Feb 2016 13:58:00 +0000 (05:58 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 5 Feb 2016 04:47:23 +0000 (12:47 +0800)
commit6758a6ccc120dbdc0d1c05d38a5e00fcfdc59fd7
tree53767f894602f087b63b2ee41f5aae5a855dfc4f
parentc52ac3f901f437672d282459cf28d25d4865f305
net: designware: Use dm_pci_mem_to_phys() in the probe routine

Convert to use native DM PCI API dm_pci_mem_to_phys().

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/net/designware.c