]> git.baikalelectronics.ru Git - kernel.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)
commit224050830366006aab0b9b93d02ae1182fb79b76
treea681c773e6f92cc995d885c656a7e7f5a0e731c7
parent89a8d17d84d506cbb40a19322127f214603a2312
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