]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: gpio: tegra: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:55:12 +0000 (19:55 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:28 +0000 (00:04 +0700)
commita0b81f1ca4323fcb78781a46af0f02b5a0efd47a
tree77afbbcbfe2b746bc088af17f05653acb2fc5291
parent5b827ff598b08085e7e8b64fa06420e9dc8ef620
drivers: gpio: tegra: use devm_platform_ioremap_resource()

Use the new helper that wraps the calls to platform_get_resource()
and devm_ioremap_resource() together.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-tegra.c