summaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorRitesh Harjani <riteshh@codeaurora.org>2016-07-12 12:11:15 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2017-01-02 01:44:13 -0800
commit10803b9f2e25503557889e76ba7eb816ea1d76c9 (patch)
tree9e07c16983c640279ad52d158e29e66825210904 /tools/perf/util/trace-event-scripting.c
parent613765204325713b6419765d5d27e7b8f633ef59 (diff)
mmc: core: Remove flag MMC_PM_WAKE_SDIO_IRQ in mmc_resume_host
MMC_PM_WAKE_SDIO_IRQ flag is used by platform driver(sdhci-msm here) to determine if SDIO wakeup IRQ needs to be enabled or not. If this flag is not removed in every mmc_resume_host, then while suspend, platform driver will configure the sdio wakeup IRQ even though wlan is disabled from UI. This flag can be enabled by wlan driver before entring into suspend. In this case since Wlan is not enable and thus not entering WoW mode, pull up present on this SDIO GPIO line will pull the line high (which otherwise is pulled low by wlan firmware in WoW mode and triggers interrupt by pulling it high in WoW mode) which eventually will trigger a false SDIO wakeup interrupt thus breaking the suspend everytime. Hence disable the flag everytime in mmc_sdio_resume and let wlan driver enables it (-by sdio_set_host_pm_flags) before entering into suspend if needed for sdio wakeup part. Change-Id: Iecf9eef4d91a741116bc8b8bb59c49ae7f2891fd Signed-off-by: Ritesh Harjani <riteshh@codeaurora.org>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions