commit | 71b4da2b370bb2b0f3391d24049417e9be0281a0 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Oct 02 18:41:10 2019 +0200 |
committer | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Wed Oct 09 18:20:19 2019 +0200 |
tree | b5fcc488d99e5e95d3d9513d4a5dbf06ca34d587 | |
parent | 94bfcbf0368b61403c33477e404eb16299b7423d [diff] |
gpio: ath79: use devm_platform_ioremap_resource() There's no need to use the nocache variant of ioremap(). Switch to using devm_platform_ioremap_resource(). Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>