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 A2DB0C43217 for ; Thu, 1 Dec 2022 05:29:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229622AbiLAF3T (ORCPT ); Thu, 1 Dec 2022 00:29:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49932 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229593AbiLAF3S (ORCPT ); Thu, 1 Dec 2022 00:29:18 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8407FA13F7 for ; Wed, 30 Nov 2022 21:29:17 -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 35B33B81D17 for ; Thu, 1 Dec 2022 05:29:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A7A01C433C1; Thu, 1 Dec 2022 05:29:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669872554; bh=UGTTX6EbiF3imOIvt/wZI0la1ZjrYcsdnLZcv2BdGJo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CGJtzyrVA8NfQ+ZrJO+sy8WNEjs5A9Cpcmy846tS6CaZoK14qE7/phmfymtmO9rgl aGHcMwQifeSAr0KpnkZrPkN5JiMm/ri2w7uUFgjNMTbKYVnTpAbuVBO+MN4+/qUAcS fsT66UYiB8/KvBF7sDt4Wt6JDFjawzYXSblSI1dtGh3z5TUrROF5Q35BQLmdY4Q9QB bgljJyu/6hu3kt+Lbawz3sLYikhD+yLmlUZyIFXVFN6SwM3lr8d/3YLZIaGUV5K4kS PXurEzVfH+Z7AmG3Ub7ldnH9cYuyZ/1e5hYqtxAsynsLbfJD3PnRJGs5e+LRxe+z1Z lPhz+UU3ZoBPQ== Date: Thu, 1 Dec 2022 13:29:11 +0800 From: Tzung-Bi Shih To: Mark Hasemeyer Cc: LKML , Raul Rangel , Bhanu Prakash Maiya , Benson Leung , Guenter Roeck , chrome-platform@lists.linux.dev Subject: Re: [PATCH v8 1/3] platform/chrome: cros_ec_uart: Add cros-ec-uart transport layer Message-ID: References: <20221130131245.v8.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221130131245.v8.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 30, 2022 at 01:12:54PM -0700, Mark Hasemeyer wrote: > 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. [...] > > Signed-off-by: Bhanu Prakash Maiya > Signed-off-by: Mark Hasemeyer Overall the series looks good to me. I would defer it for a while for people in the mailing list to review and queue it for next next merge window (i.e. for 6.3). > diff --git a/MAINTAINERS b/MAINTAINERS > index 2585e7edc3358..8ed08316fd11e 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4918,6 +4918,13 @@ S: Maintained > F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml > F: sound/soc/codecs/cros_ec_codec.* > > +CHROMEOS EC UART DRIVER > +M: Bhanu Prakash Maiya > +R: Benson Leung Looking around the MAINTAINERS file, I am not sure if Benson would prefer to use chromium.org account.