]> asedeno.scripts.mit.edu Git - linux.git/commit
pinctrl: cherryview: Use devm_platform_ioremap_resource()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 3 Jul 2019 14:44:20 +0000 (17:44 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 23 Jul 2019 13:13:14 +0000 (16:13 +0300)
commita86f12b2770a5bc25ea721f976a6cc5c55d6f481
treebdbc0e0e88c997b96e957fbeb40b37506768c1f1
parent24025010d1b9d49bda11727f068a9dae381db6f8
pinctrl: cherryview: 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/pinctrl/intel/pinctrl-cherryview.c