From 98c3e53efda78609881c5269e1f3c13c184fab76 Mon Sep 17 00:00:00 2001 From: Siqi Lin <siqilin@google.com> Date: Tue, 3 Jan 2017 14:37:58 -0800 Subject: [PATCH] Revert "Revert "marlin_defconfig: remove CONFIG_BUS_AUTO_SUSPEND"" This reverts commit bbd4d4041cc3be11d9de1a5a530c2905c2327a63. WLAN runtime suspend/resume is suspected of causing watchdog resets and other symptoms such as jank and device freezes. Disable WLAN runtime power management to see if these issues still occur. There is a ~10 mA power regression with disabling runtime PM. Bug: 32371978 Change-Id: I7db6a9f9c04e5e01dd28378d3e28b10c3d9540d9 --- arch/arm64/configs/marlin_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/marlin_defconfig b/arch/arm64/configs/marlin_defconfig index d7222a26405a..c02e3a15b23b 100644 --- a/arch/arm64/configs/marlin_defconfig +++ b/arch/arm64/configs/marlin_defconfig @@ -273,7 +273,6 @@ CONFIG_WCNSS_MEM_PRE_ALLOC=y CONFIG_CNSS_CRYPTO=y CONFIG_CNSS=y CONFIG_CLD_LL_CORE=y -CONFIG_BUS_AUTO_SUSPEND=y CONFIG_HTC_WLAN_NV=y CONFIG_WLAN_FEATURE_RX_WAKELOCK=y CONFIG_INPUT_EVDEV=y -- GitLab