https://github.com/torvalds/linux
Revision 3a5bc97841905ac10765b79a951a146f108ab337 authored by Rander Wang on 05 December 2019, 05:46:53 UTC, committed by Pierre-Louis Bossart on 08 January 2020, 17:27:30 UTC
Move existing pm_runtime suspend under the CLK_STOP_TEARDOWN case.

In this mode the Master IP will lose all context but in-band wakes are
supported.

On pm_runtime resume a complete re-enumeration will be performed after
a bus reset.

Signed-off-by: Rander Wang <rander.wang@intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
1 parent b23943f
Raw File
Tip revision: 3a5bc97841905ac10765b79a951a146f108ab337 authored by Rander Wang on 05 December 2019, 05:46:53 UTC
soundwire: intel: add CLK_STOP_BUS_RESET support
Tip revision: 3a5bc97
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.rst.
#
mainmenu "Linux/$(ARCH) $(KERNELVERSION) Kernel Configuration"

comment "Compiler: $(CC_VERSION_TEXT)"

source "scripts/Kconfig.include"

source "init/Kconfig"

source "kernel/Kconfig.freezer"

source "fs/Kconfig.binfmt"

source "mm/Kconfig"

source "net/Kconfig"

source "drivers/Kconfig"

source "fs/Kconfig"

source "security/Kconfig"

source "crypto/Kconfig"

source "lib/Kconfig"

source "lib/Kconfig.debug"

source "Documentation/Kconfig"
back to top