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 9D3C8C3DA7A for ; Wed, 28 Dec 2022 03:50:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230001AbiL1Du1 (ORCPT ); Tue, 27 Dec 2022 22:50:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229744AbiL1DuT (ORCPT ); Tue, 27 Dec 2022 22:50:19 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CE45A65AF for ; Tue, 27 Dec 2022 19:50:18 -0800 (PST) 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 75D45B81253 for ; Wed, 28 Dec 2022 03:50:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 0458AC433F1; Wed, 28 Dec 2022 03:50:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672199416; bh=5H7IAXzQjHU/QAgykblCbKWPC+mCBynG7IgcSd4TwgM=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=pVGO/N/lVLa62CMfM5z3PTaBP/g2+Kq2h0SrRzcQ38jZKZJAYplM0MRv1lf8p9ieM KX432+K7SHuuAIhyRIdfCmLmfIHUDz6rORNlXBZ9DE9mXrFP0LcK10FJAcvczIpfPn Z0JFHcH7yYP77Z/LUFMt6eNLQU88JrmdUmtd3bwliRdFz8KhWyyx2ZmSDMDRxBqlFY dthzGi7Cm1559LaskgWee5milpMo6B4udy+iqIKf1rfLIXA2Gl3wxniaK6WzKW8j51 9YGGSh1tqTyuN07NbTzMjFLuXMwdd+nM7TpXohJ9ptRe91iKoBCVpiVhPisLuqdWuB lZXMdcMFRweHA== 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 D3347C395E0; Wed, 28 Dec 2022 03:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v12 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer From: patchwork-bot+chrome-platform@kernel.org Message-Id: <167219941586.31925.4046196257831132463.git-patchwork-notify@kernel.org> Date: Wed, 28 Dec 2022 03:50:15 +0000 References: <20221209092619.v12.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> In-Reply-To: <20221209092619.v12.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> To: Mark Hasemeyer Cc: linux-kernel@vger.kernel.org, rrangel@chromium.org, bhanumaiya@chromium.org, lkp@intel.com, pmalani@chromium.org, bleung@chromium.org, groeck@chromium.org, tzungbi@kernel.org, chrome-platform@lists.linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This series was applied to chrome-platform/linux.git (for-kernelci) by Tzung-Bi Shih : On Fri, 9 Dec 2022 09:26:22 -0700 you wrote: > From: Bhanu Prakash Maiya > > This patch does following: > 1. Adds a new cros-ec-uart driver. This driver can send EC requests on > UART and process response packets received on UART transport. > 2. Once probed, this driver will initialize the serdev device based on > the underlying information in the ACPI resource. After serdev device > properties are set, this driver will register itself cros-ec. > 3. High level driver can use this implementation to talk to ChromeOS > Embedded Controller device in case it supports UART as transport. > 4. When cros-ec driver initiates a request packet, outgoing message is > processed in buffer and sent via serdev. Once bytes are sent, driver > enables a wait_queue. > 5. Since ChromeOS EC device sends response asynchronously, AP's TTY > driver accumulates response bytes and calls the registered callback. > TTY driver can send multiple callback for bytes ranging from 1 to MAX > bytes supported by EC device. > 6. Driver waits for EC_MSG_DEADLINE_MS to collect and process received > bytes. It wakes wait_queue if expected bytes are received or else > wait_queue timeout. Based on the error condition, driver returns > data_len or error to cros_ec. > > [...] Here is the summary with links: - [v12,1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer (no matching commit) - [v12,2/3] dt-bindings: mfd: cros-ec: Add UART compatible string https://git.kernel.org/chrome-platform/c/5be8cd61dcdd - [v12,3/3] platform/chrome: cros_ec_uart: Add DT enumeration support https://git.kernel.org/chrome-platform/c/c34fea225806 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html