]> git.karo-electronics.de Git - karo-tx-linux.git/commit
pinctrl: samsung: Replace syscore ops with standard platform device pm_ops
authorMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 26 Jan 2017 09:29:27 +0000 (10:29 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 26 Jan 2017 15:57:33 +0000 (16:57 +0100)
commit2b24efa8e5c5042b0f126c09622b3e9e3c86a4fa
treea681c773e6f92cc995d885c656a7e7f5a0e731c7
parentdabd14569299c34f8c32b87760b464de6ed3f350
pinctrl: samsung: Replace syscore ops with standard platform device pm_ops

Once the dependency on PMU driver (for pad retention control) has been
removed, there is no reason to use syscore_ops based suspend/resume.
This patch replaces it with standard platform device pm_ops based solution.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Tomasz Figa <tomasz.figa@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/samsung/pinctrl-samsung.c