From patchwork Wed Mar 4 22:54:29 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 11420931 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 65DC914BC for ; Wed, 4 Mar 2020 22:54:51 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4409F2084E for ; Wed, 4 Mar 2020 22:54:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="hRmZjzzJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4409F2084E Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=atomide.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=6g7bWs1fqx1sjxRzE2nITihow8WQbUIFp/fts4i4Mk8=; b=hRmZjzzJyQJJY6 C9bpcm3PGtLyQEvvrRpukW/TCRtgFJZhK+ffq4EfUcbv5l+OUK04zeUhpMQKvAj3zB05hygcWXb+R qGWnxMcOeRZvXFrhK+7mAGPia7OvsBF/QrjZXqBLQ7vhafNIB03j51SF4fAIXIMQwzp77t5GMm0WF GAgN13wd5L1armwOTTmRlzuYSDDefZMgx9yU07Sj6KvSImrAB//ycNvMWqxYYp1kqj3q9swC2jAyZ 1k02fy6Ll9mADWFdxFazJPubUeHWBqWVkN43wOiiWOzFbxaVYqF+j2h+iLXbsiDZcrMSvQ7ygMkrn zBirMTY09yZf17nK+/3g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9cuf-0006KP-Tk; Wed, 04 Mar 2020 22:54:49 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j9cuc-0006JA-3V for linux-arm-kernel@lists.infradead.org; Wed, 04 Mar 2020 22:54:48 +0000 Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id 350F180F5; Wed, 4 Mar 2020 22:55:26 +0000 (UTC) From: Tony Lindgren To: Linus Walleij , Bartosz Golaszewski Subject: [PATCH 0/3] Block idle in gpio-omap with cpu_pm Date: Wed, 4 Mar 2020 14:54:29 -0800 Message-Id: <20200304225433.37336-1-tony@atomide.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200304_145446_189057_CFB2D717 X-CRM114-Status: UNSURE ( 5.39 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.3 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [72.249.23.125 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Tero Kristo , Grygorii Strashko , Dave Gerlach , Keerthy , Aaro Koskinen , Peter Ujfalusi , linux-gpio@vger.kernel.org, Russell King , Ladislav Michl , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org As discussed earlier, here's a series to use cpu_pm to block deeper SoC idle states if a gpio interrupt is pending. Regards, Tony Tony Lindgren (3): ARM: OMAP2+: Handle errors for cpu_pm gpio: omap: Block idle on pending gpio interrupts Revert "gpio: omap: Fix lost edge wake-up interrupts" arch/arm/mach-omap2/cpuidle34xx.c | 9 +++++++-- arch/arm/mach-omap2/cpuidle44xx.c | 26 +++++++++++++++++--------- arch/arm/mach-omap2/pm34xx.c | 8 ++++++-- drivers/gpio/gpio-omap.c | 29 ++++++++++++++--------------- 4 files changed, 44 insertions(+), 28 deletions(-)