]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: gpio: loongon1: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:56 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:26 +0000 (00:04 +0700)
commit96e1b6baef14028a25ab92ed4598e09d2cfb26d1
tree8364a927bd00daadbfeea6769e4fd64278747996
parent95c702f201616f5ddd19fff2d05ab83cc5217e3a
drivers: gpio: loongon1: 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-loongson1.c