diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-07 15:29:31 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-08 07:08:59 -0700 |
commit | cdc56c112932a058f86e6ed9e2cd696ffafac8c2 (patch) | |
tree | 4062bfb66dafffb1f9e5311c11e3f4eeae903e06 /include/soc/fsl | |
parent | df4f3459c7e2d2c573e38757c2d2e7b57cb49717 (diff) | |
download | linux-cdc56c112932a058f86e6ed9e2cd696ffafac8c2.tar.gz linux-cdc56c112932a058f86e6ed9e2cd696ffafac8c2.tar.bz2 linux-cdc56c112932a058f86e6ed9e2cd696ffafac8c2.zip |
bus: ti-sysc: avoid toggling power state of module during probe
Current implementation for ti-sysc powers down the module once module
init is complete. However, right after power is disabled, it is enabled
via runtime PM. This is unnecessary so avoid it by re-ordering the
events a bit; move powering down of the module post runtime PM enable
which makes sure the use counts are maintained properly and there is
no extra power down/up sequence for the module.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'include/soc/fsl')
0 files changed, 0 insertions, 0 deletions