aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMarek Szyprowski <[email protected]>2020-04-27 09:48:30 +0200
committerLee Jones <[email protected]>2020-05-26 10:51:20 +0100
commitf4a1954036c1a256e89fb087eb39cb719336e7c4 (patch)
tree037046b5616e53dc83ddaf506a85600f4579d40b /tools/perf/scripts/python/export-to-sqlite.py
parentd4f9b5428b53dd67f49ee8deed8d4366ed6b1933 (diff)
mfd: wm8994: Fix unbalanced calls to regulator_bulk_disable()
When runtime PM is enabled, regulators are being controlled by the driver's suspend and resume callbacks. They are also unconditionally enabled at driver's probe(), and disabled in remove() functions. Add more calls to runtime PM framework to ensure that the device's runtime PM state matches the regulators state: 1. at the end of probe() function: set runtime PM state to active, so there will be no spurious call to resume(); 2. in remove(), ensure that resume() is called before disabling runtime PM management and unconditionally disabling the regulators. Signed-off-by: Marek Szyprowski <[email protected]> Acked-by: Charles Keepax <[email protected]> Signed-off-by: Lee Jones <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions