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 63999C54EBC for ; Thu, 5 Jan 2023 16:27:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233378AbjAEQ14 (ORCPT ); Thu, 5 Jan 2023 11:27:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234805AbjAEQ1m (ORCPT ); Thu, 5 Jan 2023 11:27:42 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 654BE4D72E; Thu, 5 Jan 2023 08:27:41 -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 1820DB81B3B; Thu, 5 Jan 2023 16:27:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0A83C433EF; Thu, 5 Jan 2023 16:27:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672936058; bh=Ek1Zi7cSSUaujQ9fPl7Fa5zUDkWJ/zN02bn1RxO83Lk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cp9LzQbOx1EsKLklQIbtBxpLwrxR3IGAfjqE+8M3Wq7bFsxaS4ZSuvGaeZxg+8yjj mYPvlNUTrkRMtw0dT1fwQYKd4OLFChAlbSYga16DmZyvc6A2joYDuQNgzfwNlJJf1d kp0ZKhphgts3u4dm/2HwZgV67VaXb3rX7NJuuWkdg/dRqzG+QedMiLGJvRmRZgg7GK 7/FoXmRWnxMvbD8hfugbz0gp1tBa6QMHesZpPRIj2fWR6kSeEuLhJuWYoy+crVh0qH AG0BW3QBClkMn4M9EFzS1Ehz5gJlmdqsx01o0AV1MqkEnIpeafSxWjk6nS69dpXqb1 3d4N/6lfeK6uw== Date: Thu, 5 Jan 2023 16:27:32 +0000 From: Lee Jones To: Tzung-Bi Shih 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 05 Jan 2023, Tzung-Bi Shih wrote: > 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. 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. -- Lee Jones [李琼斯]