aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorJitao Shi <[email protected]>2021-08-08 21:24:29 +0800
committerThierry Reding <[email protected]>2021-09-02 22:03:43 +0200
commitd7a4e582587d97a586b1f7709e3bddcf35928e96 (patch)
tree61f469a2f36d4e975bed64d5084743ff3a6c991b /scripts/gdb/linux/tasks.py
parentdd8f6b299a2b86c4839de4a60a28ce2399453bc0 (diff)
pwm: mtk-disp: Adjust the clocks to avoid them mismatch
The clks "main" and "mm" are prepared in .probe() (and unprepared in .remove()). This results in the clocks being on during suspend which results in unnecessarily increased power consumption. Remove the clock operations from .probe() and .remove(). Add the clk_prepare_enable() in .enable() and the clk_disable_unprepare() in .disable(). Signed-off-by: Jitao Shi <[email protected]> [[email protected]: squashed in fixup patch] Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions