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 9ECB8C3DA7A for ; Thu, 5 Jan 2023 18:09:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234263AbjAESJN (ORCPT ); Thu, 5 Jan 2023 13:09:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235021AbjAESIs (ORCPT ); Thu, 5 Jan 2023 13:08:48 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7D7B6DEE5; Thu, 5 Jan 2023 10:08:47 -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 2BFAAB81BA9; Thu, 5 Jan 2023 18:08:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C36CDC433F0; Thu, 5 Jan 2023 18:08:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672942124; bh=KWeJ/Y2HrNP/kW3nju3KAeYwi+UU7Gs5Hkp4ECFzZi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g0AdBRx9jXzrCaAhxObcdUbsQHtaKw2a3A2VwKHUxmfpz7sQ5G3rQ9KCTRkWp4qwq Wg83Nnz1/VbmHug1lQQcSUoP+p6u2CDqJ9Yo0cJ/vSxamyd5Trcx7i8NoW8G/6Hth8 b89FaYU59CgLFOJ0rA7dw4769QVr+7jMpcTI8sshDsGG0o1Y1txHqZKMk0GzuIzU7q jq/wENHz0KZSVz4i4kzhcUSK/xSgSkfXT3lPwJIOKDZReEE50y6m1Fxt8wQ//vAcD/ I+5blsJraxyny9nVCMSw1t7Wax87KkdgWTL72IzFs4ke2D4+v15thbrt0XXQz2Qd1z RVdtoibXSSZhg== Date: Fri, 6 Jan 2023 02:08:40 +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: devicetree@vger.kernel.org On Thu, Jan 05, 2023 at 04:27:32PM +0000, Lee Jones wrote: > > > 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. > > Yes. The situation isn't overly clear and differs from subsystem to > subsystem and maintainer to maintainer. In the MFD case, Rob and > Krzysztof conduct the first reviews. 99 times out of 100, if they're > happy, I'm happy and I merge the changes via the MFD tree. Same goes > for Backlight and more recently, LEDs. I see. Apologize for that and I will pay more attention next time when handling cross-subsystem patches.