[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220426235623.4253-1-yung-chuan.liao@linux.intel.com>
Date: Wed, 27 Apr 2022 07:56:18 +0800
From: Bard Liao <yung-chuan.liao@...ux.intel.com>
To: alsa-devel@...a-project.org, vkoul@...nel.org
Cc: vinod.koul@...aro.org, linux-kernel@...r.kernel.org,
gregkh@...uxfoundation.org, srinivas.kandagatla@...aro.org,
pierre-louis.bossart@...ux.intel.com, sanyog.r.kale@...el.com,
bard.liao@...el.com
Subject: [PATCH 0/5] soundwire: use pm_runtime_resume_and_get()
Use pm_runtime_resume_and_get() to replace the pm_runtime_get_sync() and
pm_runtime_put_noidle() pattern.
Pierre-Louis Bossart (5):
soundwire: qcom: return error when pm_runtime_get_sync fails
soundwire: bus: use pm_runtime_resume_and_get()
soundwire: cadence: use pm_runtime_resume_and_get()
soundwire: intel: use pm_runtime_resume_and_get()
soundwire: qcom: use pm_runtime_resume_and_get()
drivers/soundwire/bus.c | 15 +++++----------
drivers/soundwire/cadence_master.c | 5 ++---
drivers/soundwire/intel.c | 5 ++---
drivers/soundwire/qcom.c | 17 ++++++++---------
4 files changed, 17 insertions(+), 25 deletions(-)
--
2.25.1
Powered by blists - more mailing lists