From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 53096C433E2 for ; Thu, 10 Sep 2020 08:51:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D890820C09 for ; Thu, 10 Sep 2020 08:51:20 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="da9Ha+I/"; dkim=permerror (0-bit key) header.d=linutronix.de header.i=@linutronix.de header.b="a1R7LZaR" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730116AbgIJIvT (ORCPT ); Thu, 10 Sep 2020 04:51:19 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:38448 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727820AbgIJIvR (ORCPT ); Thu, 10 Sep 2020 04:51:17 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1599727874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qepHrW+rdQoQ9vl8ZgAgXzcx8fv7hhN4FIsqOz07Dfg=; b=da9Ha+I/iosLUR9+jA0ZjI5DE4mPz0NwPQnA7utFmvwZtvsqnTZu/rwakjiVkXD3ax0DXG MLAk/hEEbGMSvRHt1oRjndcsduQjOvKST3wIxFzRDqEvKPID7ExkvTL9/CE5bAQ+Frw9FA Y1pmTw42x0qyHH0dA7AM6QZpmkbuxV+7VBUXgxnUUYBkd3StIHYDgWzkSMJJ1/S6cCAVf2 8YOjYXHVrPZAPOCNt/eTu8TnFjyQyqlaWu+x/dzuCQfIzpIZGOAwh0l9lmQBKUu2qGq2xH B8695IyEWRpq7kya1xS7kMksJb4LGfY8lC/NiOLGosHJ9WU338uaxOdTRH22aQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1599727874; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=qepHrW+rdQoQ9vl8ZgAgXzcx8fv7hhN4FIsqOz07Dfg=; b=a1R7LZaRAJtMpLJTIaOSZmXkW6DemWGjMPcnAC8qEe49nc1YVYGUen3pop+3k6BWuS0iZ7 f0WCQETCEkxr5NAw== To: Doug Anderson Cc: Maulik Shah , Stephen Boyd , Bjorn Andersson , Evan Green , LinusW , Marc Zyngier , Matthias Kaehlcke , LKML , linux-arm-msm , "open list\:GPIO SUBSYSTEM" , Andy Gross , Jason Cooper , Rajendra Nayak , Lina Iyer , Srinivas Rao L , "Rafael J. Wysocki" Subject: Re: [PATCH v5 3/6] genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag In-Reply-To: References: <1598113021-4149-1-git-send-email-mkshah@codeaurora.org> <1598113021-4149-4-git-send-email-mkshah@codeaurora.org> <159835036999.334488.14725849347753031927@swboyd.mtv.corp.google.com> <874koqxv6t.fsf@nanos.tec.linutronix.de> <8763521f-b121-877a-1d59-5f969dd75e51@codeaurora.org> <87y2m1vhkm.fsf@nanos.tec.linutronix.de> <877dtdj042.fsf@nanos.tec.linutronix.de> <87zh67uife.fsf@nanos.tec.linutronix.de> <87pn7150li.fsf@nanos.tec.linutronix.de> Date: Thu, 10 Sep 2020 10:51:14 +0200 Message-ID: <87imcmj9q5.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Sep 08 2020 at 12:05, Doug Anderson wrote: > On Fri, Sep 4, 2020 at 2:54 AM Thomas Gleixner wrote: >> Right and that's where we want the new chip flag with the unmask if >> armed. > > OK, so we're back in Maulik's court to spin, right? I think the last > word before our tangent was at: > > http://lore.kernel.org/r/87y2m1vhkm.fsf@nanos.tec.linutronix.de > > There you were leaning towards #2 ("a new function > disable_wakeup_irq_for_suspend()"). Presumably you'd now be > suggesting #1 ("Do the symmetric thing") since I've pointed out the > bunch of drivers that would need to change. Yes #1 is what we need. Thanks, tglx