On 28/09/2022 00:51, Bryan O'Donoghue wrote:
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 <bryan.odonoghue@xxxxxxxxxx>
---
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 <lee@xxxxxxxxxx>
-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/
Hmm.
Actually maybe Documentation/process/submitting-patches.rst should be
updated to state that anybody appearing as "supported" in
get_maintainers.pl should be mailed, instead.
I'll V6 the yaml standalone and propose a change to
Documentation/process/submitting-patches.rst separately.
---
bod