commit | 8fe9bf074268323353c4e44d6fdfff10204e14ba | [log] [tgz] |
---|---|---|
author | Marek Szyprowski <m.szyprowski@samsung.com> | Thu Mar 23 09:03:22 2017 +0100 |
committer | Krzysztof Kozlowski <krzk@kernel.org> | Thu Mar 23 21:05:21 2017 +0200 |
tree | a9375db872d0af0da1778e6598bf6837e99c6975 | |
parent | c1ae3cfa0e89fa1a7ecc4c99031f5e9ae99d9201 [diff] |
pinctrl: samsung: Ensure that pad retention is disabled on driver init When pin controller device is a part of power domain, there is no guarantee that the power domain was not turned off and then on during boot process before probing of the pin control driver. If it happened, then pin control driver should ensure that pad retention is turned off during its probe call. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>