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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8E8F7ECAAD1 for ; Thu, 1 Sep 2022 06:10:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232766AbiIAGKY (ORCPT ); Thu, 1 Sep 2022 02:10:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232580AbiIAGKU (ORCPT ); Thu, 1 Sep 2022 02:10:20 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76F765E66B for ; Wed, 31 Aug 2022 23:10:18 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 293DEB82455 for ; Thu, 1 Sep 2022 06:10:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C2BE2C433B5; Thu, 1 Sep 2022 06:10:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662012615; bh=PlVSbnhXB8FBgtyyA5b3uYhHeU2cDxmwx+4TW5GvF38=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=K3kRIQgtCot1t3Pj45qHrxc4aSlRtLoNPPg/tuun27JkEF+pmF79aQDvnGNjOyGwk jvWZLWDU7nCcOsC2eBUqCyHzpWghHutlLeZa1yVGj3ehHtXBDuWKGyEL4huf23ViUT 5/TnQ9VNHzLOftkMTHdDPpjTh/Yjm00MQ+SeuHp/q1Awl0fIvl/x+Xb07urK2jYJLg Pt/BCOKUqhc7UtGK4jSRTnJeZ9WeZQML2S46kEo2IGIlu8UsmMQlym6zN14fcMdIEl FLp+heuhw5Bm8iJTZNlZ9LnEPLgBPNl8kfNcOK7ctFcNpG4kExlVRqOXFaic4KcGFY AanftjHtXuS5w== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id A1E00E924DA; Thu, 1 Sep 2022 06:10:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v3] platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs From: patchwork-bot+chrome-platform@kernel.org Message-Id: <166201261565.19499.13279079170676259889.git-patchwork-notify@kernel.org> Date: Thu, 01 Sep 2022 06:10:15 +0000 References: <20220822144026.v3.1.Idd188ff3f9caddebc17ac357a13005f93333c21f@changeid> In-Reply-To: <20220822144026.v3.1.Idd188ff3f9caddebc17ac357a13005f93333c21f@changeid> To: Evan Green Cc: enric.balletbo@collabora.com, rajatja@chromium.org, tzungbi@kernel.org, pmalani@chromium.org, bleung@chromium.org, groeck@chromium.org, swboyd@chromium.org, tinghan.shen@mediatek.com, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih : On Mon, 22 Aug 2022 14:40:40 -0700 you wrote: > In modern Chromebooks, the embedded controller has a mechanism where > it will watch a hardware-controlled line that toggles in suspend, and > wake the system up if an expected sleep transition didn't occur. This > can be very useful for detecting power management issues where the > system appears to suspend, but doesn't actually reach its lowest > expected power states. > > [...] Here is the summary with links: - [v3] platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfs https://git.kernel.org/chrome-platform/c/e8bf17d58a4d You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html