Message ID | 20220629092514.70752-1-srinivas.kandagatla@linaro.org |
---|---|
State | New |
Headers | show |
Series | MAINTAINERS: pinctrl: update qcom file list to include yaml files | expand |
On 29/06/2022 11:25, Srinivas Kandagatla wrote: > Currently Qualcomm pinctrl MAINTAINERS file list does not include yaml > files. Include this for correctness. > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index c4648e86dc14..71e7725aa574 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15765,6 +15765,7 @@ M: Bjorn Andersson <bjorn.andersson@linaro.org> > L: linux-arm-msm@vger.kernel.org > S: Maintained > F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt > +F: Documentation/devicetree/bindings/pinctrl/qcom,*.yaml Instead just: Documentation/devicetree/bindings/pinctrl/qcom,* > F: drivers/pinctrl/qcom/ > > PIN CONTROLLER - RENESAS Best regards, Krzysztof
On 01/07/2022 09:28, Krzysztof Kozlowski wrote: > On 29/06/2022 11:25, Srinivas Kandagatla wrote: >> Currently Qualcomm pinctrl MAINTAINERS file list does not include yaml >> files. Include this for correctness. >> >> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> >> --- >> MAINTAINERS | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index c4648e86dc14..71e7725aa574 100644 >> --- a/MAINTAINERS >> +++ b/MAINTAINERS >> @@ -15765,6 +15765,7 @@ M: Bjorn Andersson <bjorn.andersson@linaro.org> >> L: linux-arm-msm@vger.kernel.org >> S: Maintained >> F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt >> +F: Documentation/devicetree/bindings/pinctrl/qcom,*.yaml > > Instead just: > Documentation/devicetree/bindings/pinctrl/qcom,* > Makes more sense, will do that in next spin. --srini >> F: drivers/pinctrl/qcom/ >> >> PIN CONTROLLER - RENESAS > > > Best regards, > Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index c4648e86dc14..71e7725aa574 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -15765,6 +15765,7 @@ M: Bjorn Andersson <bjorn.andersson@linaro.org> L: linux-arm-msm@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt +F: Documentation/devicetree/bindings/pinctrl/qcom,*.yaml F: drivers/pinctrl/qcom/ PIN CONTROLLER - RENESAS
Currently Qualcomm pinctrl MAINTAINERS file list does not include yaml files. Include this for correctness. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)