]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpio: cadence: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:45 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:26 +0000 (00:04 +0700)
commit2029d203522ba3cc4572b3aca862e686c90bc701
tree83821148ac103b298f406adeae569cc62e9dc4b7
parent31471448e960f2ee1c0d5c2810362ef48e79dc33
drivers: gpio: cadence: 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>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-cadence.c