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 47DCAC433EF for ; Mon, 6 Jun 2022 04:16:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229756AbiFFEQX (ORCPT ); Mon, 6 Jun 2022 00:16:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32774 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229494AbiFFEQR (ORCPT ); Mon, 6 Jun 2022 00:16:17 -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 66EDD132A3F for ; Sun, 5 Jun 2022 21:15:30 -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 2FEF360F00 for ; Mon, 6 Jun 2022 04:08:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 8B75BC3411F; Mon, 6 Jun 2022 04:08:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654488497; bh=uOB7KPk7OzcxFcTIl5ZeKeU1g/3eHhnNNyuBe1UvRlg=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Up0jL7zpkCQsMbwYAxfXWapM4tErTVVpCIOsCXsQL4agZGdiYnnTKB/7EIxtjOA++ PCJ3u9UV3RT3B92gb4dmnVlA2ToSYaStx4DBsrl1JC1QlGjaO5upyDlCKebS8G6LWj zoX2IEikRDlHyax70VShpJuxgfXIgRV5dGUWqsUNOmQBO/4VX3tS6Pb8wHwLY2aW4/ JjlYa4k8c9qU9HB/p/HV4kKRAAaoROIsaYX1jvqe7gO991Gu6C9dUHlx0ID00N7hcw u1++z3stzyahWcsk4f8qiPm/IlG2Gx6H/FFWAwP/efr7qpVuC4LHSbti0YbDcj8rGl M6PNbuUscfxdA== 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 77F53E737F0; Mon, 6 Jun 2022 04:08:17 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH 0/4] platform/chrome: cros_ec_proto: add initial Kunit tests From: patchwork-bot+chrome-platform@kernel.org Message-Id: <165448849748.12364.4550031089902033684.git-patchwork-notify@kernel.org> Date: Mon, 06 Jun 2022 04:08:17 +0000 References: <20220518091814.2028579-1-tzungbi@kernel.org> In-Reply-To: <20220518091814.2028579-1-tzungbi@kernel.org> To: Tzung-Bi Shih Cc: bleung@chromium.org, groeck@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, dianders@chromium.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih : On Wed, 18 May 2022 17:18:10 +0800 you wrote: > The series adds some early Kunit tests for ChromeOS EC protocol. > > The 2nd patch is a refactor. > > The 3rd patch updates code comment. > > The 1st and 4th patches add Kunit tests. > > [...] Here is the summary with links: - [1/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_prepare_tx() https://git.kernel.org/chrome-platform/c/db681eaf7145 - [2/4] platform/chrome: cros_ec_proto: factor legacy out from cros_ec_prepare_tx() https://git.kernel.org/chrome-platform/c/23a34e3a9d00 - [3/4] platform/chrome: cros_ec_proto: update cros_ec_check_result() comment https://git.kernel.org/chrome-platform/c/97b11dd6350a - [4/4] platform/chrome: cros_ec_proto: add Kunit tests for cros_ec_check_result() https://git.kernel.org/chrome-platform/c/4319cbd4ed99 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html