]> asedeno.scripts.mit.edu Git - linux.git/commit
drivers: gpio: bcm-kona: use devm_platform_ioremap_resource()
authorEnrico Weigelt, metux IT consult <info@metux.net>
Mon, 11 Mar 2019 18:54:44 +0000 (19:54 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 4 Apr 2019 17:04:25 +0000 (00:04 +0700)
commit72d8cb715477721106bc89248f3964d38cc0a2a0
treee8902873bcd672dee7fd6dc5438c4229b162ec9c
parentaee70b77fb992a465a420e89a067254a818dd9d9
drivers: gpio: bcm-kona: 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>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-bcm-kona.c