Suggestion to improve finding bindings maintainers
Rather than using get_maintainer.pl, add a similar file to the committers repo.
For this particular bindings file it gives me:
scripts/get_maintainer.pl Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml --no-git-blame --no-git-fallback --no-l --no-rolestats Jai Luthra jai.luthra@linux.dev Mauro Carvalho Chehab mchehab@kernel.org Rob Herring robh@kernel.org Krzysztof Kozlowski krzk+dt@kernel.org Conor Dooley conor+dt@kernel.org
And Jai and Mauro are obviously not bindings maintainers.
Also, the bindings maintainers often use different email addresses. Especially Krzysztof and Conor use different emails when reviewing than are listed above.
So add a list of all email variants of the bindings maintainers in the committers repo. That way we use the same mechanism as for the committers, core-committers and maintainers. Or possibly just check the name, not the email address.
E.g. for this patch:
the trust check says that this file can't be modified, but that's because the Acked-by is from "Conor Dooley conor.dooley@microchip.com", which doesn't match the list produced by get_maintainer.pl or is listed in MAINTAINERS (and no mailmap entry exists either).