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 B972AC77B75 for ; Mon, 22 May 2023 08:10:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231920AbjEVIK1 (ORCPT ); Mon, 22 May 2023 04:10:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231872AbjEVIKW (ORCPT ); Mon, 22 May 2023 04:10:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DF78B0 for ; Mon, 22 May 2023 01:10:21 -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 dfw.source.kernel.org (Postfix) with ESMTPS id B80A861297 for ; Mon, 22 May 2023 08:10:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 29910C433EF; Mon, 22 May 2023 08:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1684743020; bh=h9LNX56bVBeMikvMqZU/QestwxoPFNrYytmhp62eoiI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=lyyBcoDR+wvrtN+6v8/hrtcK3PrbdrtaBt3x6x7Utik4yWlOsk20VeboEvIr5P0j4 cQG3Zuiofnmgw2sTr0BdsQnBcHh6RKcGjwLOw2g38okfpm66J4gC9Ml3096WIOExnq ZzZ2ULDoru7iwFNB2DoE2oNsQaD5iJ0Kgl8MLc/G93V8k04PuvkHhzJSJbSsGxnE6G QASlAxnQQmrPZYgFMSQhoebdGOlIimf3YD/ZOcIt6Zu5dX96TwodmGHsU9QLfyDVxl nwL0e4nsgkM1lT0rQT9S9DYSO7uZb9ArJtrEbPs67RmEVdm6qLzrIC46F1SLT5I++c Wmszi/mfMGoSg== 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 10350E22B06; Mon, 22 May 2023 08:10:20 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH] [v9] platform/chrome: cros_ec_lpc: Move host command to prepare/complete From: patchwork-bot+chrome-platform@kernel.org Message-Id: <168474302006.27846.3771837102628763642.git-patchwork-notify@kernel.org> Date: Mon, 22 May 2023 08:10:20 +0000 References: <20230515142552.1.I17cae37888be3a8683911991602f18e482e7a621@changeid> In-Reply-To: <20230515142552.1.I17cae37888be3a8683911991602f18e482e7a621@changeid> To: Tim Van Patten Cc: linux-kernel@vger.kernel.org, robbarnes@google.com, lalithkraj@google.com, rrangel@chromium.org, bleung@chromium.org, groeck@chromium.org, chrome-platform@lists.linux.dev 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, 15 May 2023 14:25:52 -0600 you wrote: > Update cros_ec_lpc_pm_ops to call cros_ec_lpc_prepare() during PM > .prepare() and cros_ec_lpc_complete() during .complete(). This moves the > host command that the AP sends and allows the EC to log entry/exit of > AP's suspend/resume more accurately. > > Changes in v9: > - Remove log statements. > - Ignore return value from cros_ec_resume(). > > [...] Here is the summary with links: - [v9] platform/chrome: cros_ec_lpc: Move host command to prepare/complete https://git.kernel.org/chrome-platform/c/4b9abbc132b8 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html