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.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 590C8C67863 for ; Wed, 24 Oct 2018 10:49:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0AE8520824 for ; Wed, 24 Oct 2018 10:49:54 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nvidia.com header.i=@nvidia.com header.b="JwOM9aaX" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0AE8520824 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nvidia.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727428AbeJXTR2 (ORCPT ); Wed, 24 Oct 2018 15:17:28 -0400 Received: from hqemgate15.nvidia.com ([216.228.121.64]:4912 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727204AbeJXTR2 (ORCPT ); Wed, 24 Oct 2018 15:17:28 -0400 Received: from hqpgpgate101.nvidia.com (Not Verified[216.228.121.13]) by hqemgate15.nvidia.com (using TLS: TLSv1.2, DES-CBC3-SHA) id ; Wed, 24 Oct 2018 03:49:41 -0700 Received: from HQMAIL101.nvidia.com ([172.20.161.6]) by hqpgpgate101.nvidia.com (PGP Universal service); Wed, 24 Oct 2018 03:49:50 -0700 X-PGP-Universal: processed; by hqpgpgate101.nvidia.com on Wed, 24 Oct 2018 03:49:50 -0700 Received: from [10.21.132.148] (10.124.1.5) by HQMAIL101.nvidia.com (172.20.187.10) with Microsoft SMTP Server (TLS) id 15.0.1395.4; Wed, 24 Oct 2018 10:49:48 +0000 Subject: Re: [PATCH] mfd: tps6586x: Handle interrupts on suspend To: Dmitry Osipenko , Thierry Reding CC: Lee Jones , , , References: <1539955373-13735-1-git-send-email-jonathanh@nvidia.com> <20181022095257.GD4014@ulmo> <366ad7c3-85e2-3526-1c0b-6d2fbde4c552@gmail.com> From: Jon Hunter Message-ID: <72b80285-d6ff-9cb9-3bcd-bb3d92006323@nvidia.com> Date: Wed, 24 Oct 2018 11:49:46 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <366ad7c3-85e2-3526-1c0b-6d2fbde4c552@gmail.com> X-Originating-IP: [10.124.1.5] X-ClientProxiedBy: HQMAIL104.nvidia.com (172.18.146.11) To HQMAIL101.nvidia.com (172.20.187.10) Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nvidia.com; s=n1; t=1540378181; bh=EnfAEWo9Fyuonh30bnRjLQzNmU/poTnYKBGromKp3C0=; h=X-PGP-Universal:Subject:To:CC:References:From:Message-ID:Date: User-Agent:MIME-Version:In-Reply-To:X-Originating-IP: X-ClientProxiedBy:Content-Type:Content-Language: Content-Transfer-Encoding; b=JwOM9aaXLJaCuyOFnbLojD+5E23rXhnGvDgYbMikHXV6EVodg8S2C4+4+51vpCXog m+1IXwY2a/Y4tnyw1Kv6HTLL2BVTk7P+JDATcAd96jEQcbdg0AMoaiIsAWOwzMbj3/ yVhZBK79n8BgHJgZ4YI5eTK8YnBF+TebtikyADZ7Le6kayFF8Avf6JwTKTKoW5jaxZ Tmkt+f+0uJ2gCbs0Qff8Gp8HQN1MXbEoTepqSS3M7dGElM4AeO2KNSAL1MYaXQrGDW C/0yGRVW1sFzJkjvNMjTuQ6QvUqL9QlVIkPEfh1pxp8RTbWWmFuyrR7U2ySWPFpja5 s28G943P7SjFw== Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/10/2018 12:19, Dmitry Osipenko wrote: > On 10/22/18 12:52 PM, Thierry Reding wrote: >> On Fri, Oct 19, 2018 at 02:22:53PM +0100, Jon Hunter wrote: >>> From: Jonathan Hunter >>> >>> The tps6586x driver creates an irqchip that is used by its various child >>> devices for managing interrupts. The tps6586x-rtc device is one of its >>> children that uses the tps6586x irqchip. When using the tps6586x-rtc as >>> a wake-up device from suspend, the following is seen: >>> >>> PM: Syncing filesystems ... done. >>> Freezing user space processes ... (elapsed 0.001 seconds) done. >>> OOM killer disabled. >>> Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done. >>> Disabling non-boot CPUs ... >>> Entering suspend state LP1 >>> Enabling non-boot CPUs ... >>> CPU1 is up >>> tps6586x 3-0034: failed to read interrupt status >>> tps6586x 3-0034: failed to read interrupt status >>> >>> The reason why the tps6586x interrupt status cannot be read is because >>> the tps6586x interrupt is not masked during suspend and when the >>> tps6586x-rtc interrupt occurs, to wake-up the device, the interrupt is >>> seen before the i2c controller has been resumed in order to read the >>> tps6586x interrupt status. >>> >>> The tps6586x-rtc driver sets it's interrupt as a wake-up source during >>> suspend, which gets propagated to the parent tps6586x interrupt. >>> However, the tps6586x-rtc driver cannot disable it's interrupt during >>> suspend otherwise we would never be woken up and so the tps6586x must >>> disable it's interrupt instead. >>> >>> Prevent the tps6586x interrupt handler from executing on exiting suspend >>> before the i2c controller has been resumed by disabling the tps6586x >>> interrupt on entering suspend and re-enabling it on resuming from >>> suspend. >>> >>> Cc: stable@vger.kernel.org >>> >>> Signed-off-by: Jon Hunter >>> --- >>> drivers/mfd/tps6586x.c | 24 ++++++++++++++++++++++++ >>> 1 file changed, 24 insertions(+) >> >> So does this mean that the SPI interrupt for the PMIC can still be a >> wakeup source even if it is masked? This is slightly odd because now >> you're saying that this does work while it doesn't work for the RTC >> interrupt. So is this an implementation quirk of the LIC/GIC on Tegra >> which doesn't extend to the TPS6586x? Or am I missing something? > > What is the expected behaviour of IRQ disabling? Should it disable wakeup ability or only mask IRQ handling? I believe only mask the interrupt. However, the caveat here could be if the parent interrupt controller actually supports wake-up. For Tegra it is the LIC that handles the wake-up. > Couple months ago disabling of IRQ was disabling the wakeup, now something has been changed in kernel and wakeup isn't getting disabled. So either there was a bug before that was fixed or there is a bug now. Are you sure you were disabling the PMIC host interrupt? If you disable the RTC interrupt in the PMIC's RTC driver, then this will prevent the wake-up from occurring because you are masking the interrupt within the PMIC and so it will never generate an interrupt to the host. Cheers Jon -- nvpublic