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 3BC59C3DA7D for ; Thu, 5 Jan 2023 15:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234332AbjAEPfz (ORCPT ); Thu, 5 Jan 2023 10:35:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56502 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234250AbjAEPfw (ORCPT ); Thu, 5 Jan 2023 10:35:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AD154FCF7; Thu, 5 Jan 2023 07:35:50 -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 EF86C61B09; Thu, 5 Jan 2023 15:35:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5B6B1C433D2; Thu, 5 Jan 2023 15:35:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672932949; bh=ThmFFaZuCBtx/iElSZZQ9UwcS0gzAPFIR0kFShc3cE0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gYC0X7VI8uLnqA67MJt7HRmvO5d2u2apyUE+Xl98mvYFlBBc8NiufSlJvgbDg7KAk 54dyeLtNK8kkrTFfKr3J/fk0cqxmjm9DcZgCSqIPhjSVUxMamNunLQA6RaVNN+E2QQ toKsIfj0HG8Fbf8fVrLQTvPYLnE94lC3dGMx92YjniNUT84dPgTfAV2cfhipxBioC2 Ty8JA2rFW2EoNqSkOa9BDiVBJ2RWHf2KVgcsf/vW8ZK5LuSr3K0la3cKDljfrlN6Qa K57yMP4AI+1thH8bxQ3edJFLKMo36HYq75TDj/STxga2yJcZjieiyPerWsTXndgB96 99XxEr8WxleSA== Date: Thu, 5 Jan 2023 23:35:45 +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 Thu, Jan 05, 2023 at 02:24:26PM +0000, Lee Jones wrote: > On Thu, 05 Jan 2023, Tzung-Bi Shih wrote: > > > 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? > > Yes, please do. Dropped in chrome-platform. > You should gain permission from the maintainer before you apply patches. > > % scripts/get_maintainer.pl -f Documentation/devicetree/bindings/mfd/google,cros-ec.yaml > Lee Jones (supporter:MULTIFUNCTION DEVICES (MFD)) > Rob Herring (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > Krzysztof Kozlowski (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) > Matthias Brugger (maintainer:ARM/Mediatek SoC support) I see. I guess for the case, I should get both MFD and DT bindings maintainers' Acks before applying the patch.