commit | ed1ae2dd9f242c7a36e8e39100f6a7f6bcdfdd89 | [log] [tgz] |
---|---|---|
author | pascal paillet <p.paillet@st.com> | Thu Jul 05 14:25:56 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Thu Jul 05 18:55:20 2018 +0100 |
tree | 9410814bd9ef17ccd80eaf12b3eed19cb300c81d | |
parent | d8842211b6f63d3f069df973d137de0a85964965 [diff] |
regulator: core: Link consumer with regulator driver Add a device link between the consumer and the driver so that the consumer is not suspended before the driver. The goal is to avoid implementing suspend_late ops in regulator drivers. Signed-off-by: pascal paillet <p.paillet@st.com> Signed-off-by: Mark Brown <broonie@kernel.org>