mbox series

[-next,0/3] Fix PM usage counter imblance and clear code

Message ID 20210607064640.121394-1-zhangqilong3@huawei.com (mailing list archive)
Headers show
Series Fix PM usage counter imblance and clear code | expand

Message

Zhang Qilong June 7, 2021, 6:46 a.m. UTC
The first two patches fix PM disable depth imbalance and
the last clear pm_runtime_get_sync calls.

Zhang Qilong (3):
  dmaengine: stm32-dma: Fix PM usage counter imbalance in stm32 dma ops
  dmaengine: stm32-dmamux: Fix PM usage counter unbalance in stm32
    dmamux ops
  dmaengine: tegra210-adma: Using pm_runtime_resume_and_get to replace
    open coding

 drivers/dma/stm32-dma.c     | 4 ++--
 drivers/dma/stm32-dmamux.c  | 6 +++---
 drivers/dma/tegra210-adma.c | 7 ++-----
 3 files changed, 7 insertions(+), 10 deletions(-)

Comments

Vinod Koul July 28, 2021, 6:34 a.m. UTC | #1
On 07-06-21, 14:46, Zhang Qilong wrote:
> The first two patches fix PM disable depth imbalance and
> the last clear pm_runtime_get_sync calls.

Applied, thanks