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 72960C43334 for ; Tue, 7 Jun 2022 00:55:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235515AbiFGAzT (ORCPT ); Mon, 6 Jun 2022 20:55:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56968 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235506AbiFGAzR (ORCPT ); Mon, 6 Jun 2022 20:55: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 3C655BF887 for ; Mon, 6 Jun 2022 17:55:16 -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 BE1F460ECA for ; Tue, 7 Jun 2022 00:55:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4715FC34119; Tue, 7 Jun 2022 00:55:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654563315; bh=mEAGnwqSmfFEQzXLnJQtDlQVJh1cDCMLRlxqEbnIyo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kX+959qyO9qA5XrWtm1eZuVeZ311W/2joLYgPAGSShygut4tzCKMraGVoXEH+6As7 6RiS48u1jfapWrvE1rNv00+ipINysYMszqoWx39Hqs+7/7z0bSCUYIURqgQdcT/nhd wbAYBROahsqXPoQJ+LrPKaRVhWu+k75dOHbmAU435BTYzRl8yjV/rbIy9zg42PkUcf RZlBo2dOb9Q5wuGcCgv1SVDEllxKMwYOXtLdBes9Aqa7cMcZ0BBWjsD3Nglop/F8fp A3X81heSmiYVKLwAvSOFLDiJzRrZJeSb/TcBLFOh+5eY/Mq/xpFHwgBaVH5N3JYh5l 9IzjVHF/iMaag== Date: Tue, 7 Jun 2022 00:55:12 +0000 From: Tzung-Bi Shih To: Guenter Roeck Cc: Benson Leung , Guenter Roeck , chrome-platform@lists.linux.dev, linux-kernel Subject: Re: [PATCH 08/13] platform/chrome: cros_ec_proto: separate fill_protocol_info_legacy() Message-ID: References: <20220606141051.285823-1-tzungbi@kernel.org> <20220606141051.285823-9-tzungbi@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2022 at 09:06:35AM -0700, Guenter Roeck wrote: > On Mon, Jun 6, 2022 at 7:12 AM Tzung-Bi Shih wrote: > > > > Rename cros_ec_host_command_proto_query_v2() to > > fill_protocol_info_legacy() and make it responsible for setting `ec_dev` > > cros_ec_get_proto_info_legacy() ? Ack, will fix in next version.