[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220420023241.14335-1-yung-chuan.liao@linux.intel.com>
Date: Wed, 20 Apr 2022 10:32:38 +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/3] soundwire: pm runtime improvements
This series provides a solution to solve a corner case issue where the
manager device may become pm_runtime active, but without ALSA/ASoC
requesting any functionality from the peripherals. In this case, the
hardware peripheral device will report as ATTACHED and its initialization
routine will be executed. If this initialization routine initiates any
sort of deferred processing, there is a possibility that the manager could
suspend without the peripheral suspend sequence being invoked: from the
pm_runtime framework perspective, the peripheral is *already* suspended.
Pierre-Louis Bossart (3):
soundwire: intel: prevent pm_runtime resume prior to system suspend
soundwire: intel: disable WAKEEN in pm_runtime resume
soundwire: bus: pm_runtime_request_resume on peripheral attachment
drivers/soundwire/bus.c | 12 ++++++++++++
drivers/soundwire/intel.c | 6 ++++++
2 files changed, 18 insertions(+)
--
2.17.1
Powered by blists - more mailing lists