commit | f54ca1a0966bcdb525aee130a043a8adbccc5cbb | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Fri Jul 28 16:17:04 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Wed Aug 02 07:53:46 2017 -0400 |
tree | 51473d35f3d49d0611bb6eee19fe8e9e1a4fbf1a | |
parent | f6be1121ea8aa563f5a651cf5a96742c965a95f7 [diff] |
drm/msm/dsi: Implement RPM suspend/resume callbacks The bus clocks are always enabled/disabled along with the power domain, so move it to the runtime suspend/resume ops. This cleans up the clock code a bit. Get rid of the clk_mutex mutex since it isn't needed. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>