mbox series

[0/2] PCI: dwc: Use devm_ioremap_resource instead of devm_ioremap_resource

Message ID cover.1526319075.git.gustavo.pimentel@synopsys.com
Headers show
Series PCI: dwc: Use devm_ioremap_resource instead of devm_ioremap_resource | expand

Message

Gustavo Pimentel May 14, 2018, 5:32 p.m. UTC
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(-)

Comments

Lorenzo Pieralisi May 15, 2018, 3:51 p.m. UTC | #1
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