* [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource()
@ 2023-02-17 8:30 Yang Li
2023-02-17 10:56 ` Ulf Hansson
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-02-17 8:30 UTC (permalink / raw)
To: ulf.hansson
Cc: neil.armstrong, khilman, jbrunet, martin.blumenstingl, linux-mmc,
linux-arm-kernel, linux-amlogic, linux-kernel, Yang Li
Convert platform_get_resource(), devm_ioremap_resource() to a single
call to devm_platform_get_and_ioremap_resource(), as this is exactly
what this function does.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
drivers/mmc/host/meson-gx-mmc.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
index 079c52dbeca6..a5a9a19a9a42 100644
--- a/drivers/mmc/host/meson-gx-mmc.c
+++ b/drivers/mmc/host/meson-gx-mmc.c
@@ -1204,8 +1204,7 @@ static int meson_mmc_probe(struct platform_device *pdev)
if (ret)
return dev_err_probe(&pdev->dev, ret, "device reset failed\n");
- res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
- host->regs = devm_ioremap_resource(&pdev->dev, res);
+ host->regs = devm_platform_get_and_ioremap_resource(pdev, 0, &res);
if (IS_ERR(host->regs))
return PTR_ERR(host->regs);
--
2.20.1.7.g153144c
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource()
2023-02-17 8:30 [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource() Yang Li
@ 2023-02-17 10:56 ` Ulf Hansson
0 siblings, 0 replies; 2+ messages in thread
From: Ulf Hansson @ 2023-02-17 10:56 UTC (permalink / raw)
To: Yang Li
Cc: neil.armstrong, khilman, jbrunet, martin.blumenstingl, linux-mmc,
linux-arm-kernel, linux-amlogic, linux-kernel
On Fri, 17 Feb 2023 at 09:30, Yang Li <yang.lee@linux.alibaba.com> wrote:
>
> Convert platform_get_resource(), devm_ioremap_resource() to a single
> call to devm_platform_get_and_ioremap_resource(), as this is exactly
> what this function does.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> drivers/mmc/host/meson-gx-mmc.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/mmc/host/meson-gx-mmc.c b/drivers/mmc/host/meson-gx-mmc.c
> index 079c52dbeca6..a5a9a19a9a42 100644
> --- a/drivers/mmc/host/meson-gx-mmc.c
> +++ b/drivers/mmc/host/meson-gx-mmc.c
> @@ -1204,8 +1204,7 @@ static int meson_mmc_probe(struct platform_device *pdev)
> if (ret)
> return dev_err_probe(&pdev->dev, ret, "device reset failed\n");
>
> - res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
> - host->regs = devm_ioremap_resource(&pdev->dev, res);
> + host->regs = devm_platform_get_and_ioremap_resource(pdev, 0, &res);
> if (IS_ERR(host->regs))
> return PTR_ERR(host->regs);
>
> --
> 2.20.1.7.g153144c
>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-17 10:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-17 8:30 [PATCH -next] mmc: meson-gx: Use devm_platform_get_and_ioremap_resource() Yang Li
2023-02-17 10:56 ` Ulf Hansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®