Currently Qualcomm pinctrl MAINTAINERS file list does not include yaml
files. Include this for correctness.
Signed-off-by: Srinivas Kandagatla <[email protected]>
---
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 <[email protected]>
L: [email protected]
S: Maintained
F: Documentation/devicetree/bindings/pinctrl/qcom,*.txt
+F: Documentation/devicetree/bindings/pinctrl/qcom,*.yaml
F: drivers/pinctrl/qcom/
PIN CONTROLLER - RENESAS
--
2.25.1
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 <[email protected]>
> ---
> 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 <[email protected]>
> L: [email protected]
> 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 <[email protected]>
>> ---
>> 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 <[email protected]>
>> L: [email protected]
>> 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