Re: [PATCH v1] PCI: dwc: convert to devm_platform_ioremap_resource_byname()

2020-11-12 Thread Rob Herring
On Thu, Nov 12, 2020 at 8:22 AM Geert Uytterhoeven wrote: > > Hi Dejin, > > On Thu, May 28, 2020 at 6:18 PM Dejin Zheng wrote: > > Use devm_platform_ioremap_resource_byname() to simplify codes. > > it contains platform_get_resource_byname() and devm_ioremap_resource(). > > > > Signed-off-by: Deji

Re: [PATCH v1] PCI: dwc: convert to devm_platform_ioremap_resource_byname()

2020-11-12 Thread Geert Uytterhoeven
Hi Dejin, On Thu, May 28, 2020 at 6:18 PM Dejin Zheng wrote: > Use devm_platform_ioremap_resource_byname() to simplify codes. > it contains platform_get_resource_byname() and devm_ioremap_resource(). > > Signed-off-by: Dejin Zheng Thanks for your patch, which is now commit 936fa5cd7b8e3e2a ("PC

RE: [PATCH v1] PCI: dwc: convert to devm_platform_ioremap_resource_byname()

2020-06-02 Thread Gustavo Pimentel
On Thu, May 28, 2020 at 17:15:10, Dejin Zheng wrote: > Use devm_platform_ioremap_resource_byname() to simplify codes. > it contains platform_get_resource_byname() and devm_ioremap_resource(). > > Signed-off-by: Dejin Zheng > --- > drivers/pci/controller/dwc/pci-dra7xx.c | 11 -

Re: [PATCH v1] PCI: dwc: convert to devm_platform_ioremap_resource_byname()

2020-06-01 Thread Rob Herring
On Fri, 29 May 2020 00:15:10 +0800, Dejin Zheng wrote: > Use devm_platform_ioremap_resource_byname() to simplify codes. > it contains platform_get_resource_byname() and devm_ioremap_resource(). > > Signed-off-by: Dejin Zheng > --- > drivers/pci/controller/dwc/pci-dra7xx.c | 11 --