]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
soundwire: intel: fix wrong register name in intel_shim_wake
authorLibin Yang <libin.yang@intel.com>
Wed, 26 Jan 2022 01:14:51 +0000 (09:14 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 Apr 2022 12:06:21 +0000 (14:06 +0200)
commit31b94103bb7c21d1413d6b170b0753e56ab57ce5
tree972532737feabdded5875532435055575d9f0a98
parent22b1ea0421d486b8a7e49cad4a2f3c18f6305300
soundwire: intel: fix wrong register name in intel_shim_wake

[ Upstream commit 3957db3ae3dae6f8b8168791f154567fe49e1fd7 ]

When clearing the sdw wakests status, we should use SDW_SHIM_WAKESTS.

Fixes: 4a17c441c7cb ("soundwire: intel: revisit SHIM programming sequences.")
Signed-off-by: Libin Yang <libin.yang@intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20220126011451.27853-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/soundwire/intel.c