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 D5A01C54E76 for ; Thu, 5 Jan 2023 01:12:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229738AbjAEBLr (ORCPT ); Wed, 4 Jan 2023 20:11:47 -0500 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 S230437AbjAEBLT (ORCPT ); Wed, 4 Jan 2023 20:11:19 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0770933D6F; Wed, 4 Jan 2023 17:10:55 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 870C8617E1; Thu, 5 Jan 2023 01:10:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2922DC433EF; Thu, 5 Jan 2023 01:10:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672881055; bh=UBsrnEBCMbR8iYQ08Ki2111e79mLrTvpC7LsomYwPus=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LVvU+veFZ+mUTx9G8sT4xCBNbpikF5NlRi5S+caJEMnKTvAhHU3QUKR1qK9pqROlh KOhx/6GOqm+clkf5W3VTipsPs6TYBM1ZeTMiRGiXXR3h/sWuLztLpUMGkP6FGgNPhf IV20uiw5nc902MpY4R+P+yy6GT8CetsSOQKo8F+8TEfrLhReNrI26JfWNV63g/ekZf 0sTBej+l/kJLeNDnmTz7/52la9n3PC7xzrzLetGnPxYLxiqPze6VAQsWirNxlicNiP BNWNPLegWacEyCt8/+yBPJb5ylg+I/BVQfCKB829lgY/XSkJcA95Q0H8ltGyMoCpt4 sefkje4zsLHew== Date: Thu, 5 Jan 2023 09:10:50 +0800 From: Tzung-Bi Shih To: Lee Jones Cc: Mark Hasemeyer , LKML , Raul Rangel , Bhanu Prakash Maiya , Krzysztof Kozlowski , Benson Leung , Guenter Roeck , Krzysztof Kozlowski , Rob Herring , chrome-platform@lists.linux.dev, devicetree@vger.kernel.org Subject: Re: [PATCH v10 2/3] dt-bindings: mfd: Add compatible string for UART support Message-ID: References: <20221207104005.v10.1.If7926fcbad397bc6990dd725690229bed403948c@changeid> <20221207104005.v10.2.I9e018ecb8bdf341648cb64417085978ff0d22a46@changeid> 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 Wed, Jan 04, 2023 at 04:08:24PM +0000, Lee Jones wrote: > On Wed, 07 Dec 2022, Mark Hasemeyer wrote: > > > From: Bhanu Prakash Maiya > > > > Add a compatible string to support the UART implementation of the cros > > ec interface. The driver does not support the reg and interrupt > > properties, so exempt them from being required for UART compatible nodes. > > > > Signed-off-by: Bhanu Prakash Maiya > > Co-developed-by: Mark Hasemeyer > > Signed-off-by: Mark Hasemeyer > > Acked-by: Krzysztof Kozlowski > > --- > > > > Changes in v10: > > - No change > > [...] > > I changed the subject line and applied the patch, thanks. Pardon me. I didn't know you would pick the patch so that I have queued it into chrome-platform[1]. Would you like me to drop the commit? [1]: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/commit/?h=for-next&id=5be8cd61dcddfaee5d92072073672037154e76f5