On Mon, May 14, 2018 at 06:32:33PM +0100, Gustavo Pimentel wrote: > This fix aims to replace the use of devm_ioremap() by > devm_ioremap_resource() already discussed on [1] > > Gustavo Pimentel (2): > PCI: dwc: artpec6: Use devm_ioremap_resource instead of devm_ioremap > PCI: dwc: dra7xx: Use devm_ioremap_resource instead of devm_ioremap > > drivers/pci/dwc/pci-dra7xx.c | 18 +++++++++--------- > drivers/pci/dwc/pcie-artpec6.c | 6 +++--- > 2 files changed, 12 insertions(+), 12 deletions(-) Applied to pci/dwc for v4.18 with all required log tweaks, please read Bjorn's guidelines below: https://marc.info/?l=linux-pci&m=150905742808166&w=2 Thanks, Lorenzo