Messages in this thread |  | | Date | Mon, 1 Jun 2020 16:15:18 -0600 | From | Rob Herring <> | Subject | Re: [PATCH v1] PCI: controller: convert to devm_platform_ioremap_resource() |
| |
On Wed, 27 May 2020 00:01:10 +0800, Dejin Zheng wrote: > use devm_platform_ioremap_resource() to simplify code, it > contains platform_get_resource() and devm_ioremap_resource(). > > Signed-off-by: Dejin Zheng <zhengdejin5@gmail.com> > --- > drivers/pci/controller/dwc/pci-exynos.c | 4 +--- > drivers/pci/controller/pci-aardvark.c | 5 ++--- > drivers/pci/controller/pci-ftpci100.c | 4 +--- > drivers/pci/controller/pci-versatile.c | 6 ++---- > drivers/pci/controller/pcie-brcmstb.c | 4 +--- > 5 files changed, 7 insertions(+), 16 deletions(-) >
Reviewed-by: Rob Herring <robh@kernel.org>
|  |