diff options
author | Markus Pargmann <mpa@pengutronix.de> | 2014-02-20 17:36:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-25 10:31:25 +0900 |
commit | 30c219710358c5cca2f8bd2e9e547c6aadf7cf8b (patch) | |
tree | 9bc91fd18c9f1b6b82a851ab066a39b9ebb76bdd /tools/perf/util/include/linux/bitops.h | |
parent | acc3d5cec84f82ebea535fa0bd9500ac3df2aee9 (diff) | |
download | blackbird-op-linux-30c219710358c5cca2f8bd2e9e547c6aadf7cf8b.tar.gz blackbird-op-linux-30c219710358c5cca2f8bd2e9e547c6aadf7cf8b.zip |
regulator: core: Replace direct ops->enable usage
There are some direct ops->enable in the regulator core driver. This is
a potential issue as the function _regulator_do_enable() handles gpio
regulators and the normal ops->enable calls. These gpio regulators are
simply ignored when ops->enable is called directly.
One possible bug is that boot-on and always-on gpio regulators are not
enabled on registration.
This patch replaces all ops->enable calls by _regulator_do_enable.
[Handle missing enable operations -- broonie]
Cc: <stable@vger.kernel.org> # 3.10+
Signed-off-by: Markus Pargmann <mpa@pengutronix.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
regulator: Handle invalid enable operation for always/boot on regulators
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/util/include/linux/bitops.h')
0 files changed, 0 insertions, 0 deletions