commit | 169b18a31ffcbd6ac13ec90246d3eb96b43f8371 | [log] [tgz] |
---|---|---|
author | David Collins <collinsd@codeaurora.org> | Mon Jul 08 14:33:22 2013 -0700 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Tue Jan 17 13:28:26 2017 -0800 |
tree | 1b93123b3aa8204434da58a606476108acad0ce4 | |
parent | f6ee83e6f21d75d86ab1201904c7f78d1601d8fb [diff] |
regulator: Call proxy-consumer functions for each regulator registered Add a call to regulator_proxy_consumer_register() at the end of regulator_register() and a call to regulator_proxy_consumer_unregister() at the beginning of regulator_unregister(). These calls ensure that proxy consumer features may be used by any type of regulator regardless of the driver supporting it. Change-Id: Ia70da1df47042fa673c42f389136557f868d19a3 Signed-off-by: David Collins <collinsd@codeaurora.org>