]> 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)
commit8c9c79af33f83e6e0704b581775cd82c63a17482
treea681c773e6f92cc995d885c656a7e7f5a0e731c7
parent28bec5eef5071534d6ccc685ee7f247d8c49c1a1
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