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 0F088C54EE9 for ; Tue, 27 Sep 2022 23:53:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232478AbiI0XxC (ORCPT ); Tue, 27 Sep 2022 19:53:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232285AbiI0Xwj (ORCPT ); Tue, 27 Sep 2022 19:52:39 -0400 Received: from mail-wm1-x32d.google.com (mail-wm1-x32d.google.com [IPv6:2a00:1450:4864:20::32d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B3A61B6552 for ; Tue, 27 Sep 2022 16:51:16 -0700 (PDT) Received: by mail-wm1-x32d.google.com with SMTP id t4so7517725wmj.5 for ; Tue, 27 Sep 2022 16:51:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=EclbgXkR0mZEcTyap8uP7fSpjmIKQllNtUhSwqaIvc0=; b=M6V+lTjEDGwEvQOqK7JnorXurM06HpGosDHlaTxApFl8HVJJerfXiyx/Vb4tvhZk8s RtEVs2MuQuG7uCDQWG+GmHnhd8/IVWaJDw6/BqYa3U6d3vXNkfJDwgggXwo3Q1CisCQo xB6efWZvJLu0bZxLM9KCIk35GkCxMYKb5dsppfWxT1Gzy2Hn4owTYycFNBjx0twwHjQl vU1epYoFZQp+pXCgFUxzPjj0bKC5VeULWbayKjxyk2oA25QdZT6b540S1zV/fmvCtYi1 qj4nea4tFJ9ZjkF8TNC3uzxCvcHTdZZn5BXWVIe4c/8td7BT5ZK6UNwJudizSaOe1pxS 9oZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=EclbgXkR0mZEcTyap8uP7fSpjmIKQllNtUhSwqaIvc0=; b=1NNcAovgNxI+qgnlOGjtrRiZBTiDhInfTr4tdTo2pA8ddWuMzRlwu8YDN8w8T1Am5C yTz/fFzeYYkSiD+YiNlBSr5MABKU0L1kbWde7PLYDsH1SiSRnwim6tDY/ncaL0b7SXi5 mZlfX4hgdweS8iCsiW7ZTy+h6bBPNbAki0Nlgc/xqaHxS0e2Kt8S1jwFi6LQUiRiFY/y nOIyXkro7kyUMg0Vio97L/JHOj3ADutxiI/1lSqNILJxT3Gkq2v6EecnzwzD4BjpWAd8 sFoAVwHNTad17RwKAPt+m4bLa9yL5Pjt2gw0Lu1PtAiTXAAlvDnShSW6VIMMFErBnJOK Y1/A== X-Gm-Message-State: ACrzQf3qbXW1zhiWG+Z7aB5SiZlN/KXZ/IQ5Ad16lBsyaY2RSio3IpcF Dsr3MSeHenNJ8zZZBA4gRZgNKA== X-Google-Smtp-Source: AMsMyM6So8SeK0Kf3pEYW19EiPJSMYebn+RCMx4VMcl1OC/ruQWw6x3HIQlq9ovDtdSJQ1eYRrZetw== X-Received: by 2002:a05:600c:5490:b0:3b4:8db0:54d7 with SMTP id iv16-20020a05600c549000b003b48db054d7mr4558045wmb.62.1664322672525; Tue, 27 Sep 2022 16:51:12 -0700 (PDT) Received: from sagittarius-a.chello.ie (188-141-3-169.dynamic.upc.ie. [188.141.3.169]) by smtp.gmail.com with ESMTPSA id n2-20020a05600c4f8200b003b27f644488sm145301wmq.29.2022.09.27.16.51.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 27 Sep 2022 16:51:12 -0700 (PDT) From: Bryan O'Donoghue To: agross@kernel.org, andersson@kernel.org, konrad.dybcio@somainline.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, lee@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Cc: bryan.odonoghue@linaro.org Subject: [PATCH v5 2/2] MAINTAINERS: Mark Lee as Maintainer not Supporter for MFD yaml Date: Wed, 28 Sep 2022 00:51:08 +0100 Message-Id: <20220927235108.227566-3-bryan.odonoghue@linaro.org> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220927235108.227566-1-bryan.odonoghue@linaro.org> References: <20220927235108.227566-1-bryan.odonoghue@linaro.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Running scripts/get_maintainer.pl on Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml gives Andy Gross, Bjorn Andersson, Rob Herring and Krzysztof Kozlowski but I'm told my yaml changes needs to go through Lee. Change up the MAINTAINERS file so that get_maintainers.pl includes Lee as Maintainer in the output list as per Documentation/process/submitting-patches.rst. Signed-off-by: Bryan O'Donoghue --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 936490dcc97b6..ee3bafe9a08d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13905,7 +13905,7 @@ F: drivers/media/i2c/mt9v111.c MULTIFUNCTION DEVICES (MFD) M: Lee Jones -S: Supported +S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git F: Documentation/devicetree/bindings/mfd/ F: drivers/mfd/ -- 2.37.3