Message ID | 20220905144554.1772073-2-abel.vesa@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | [v7,1/2] dt-bindings: misc: fastrpc convert bindings to yaml | expand |
On 05/09/2022 16:45, Abel Vesa wrote: > The documentation for fastrpc bingings is now YAML. So update the > MAINTAINERS file. > > Signed-off-by: Abel Vesa <abel.vesa@linaro.org> > --- > > Changes since v6: > * no change > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 96f47a7865d6..ad697195fc59 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -16863,7 +16863,7 @@ M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > M: Amol Maheshwari <amahesh@qti.qualcomm.com> > L: linux-arm-msm@vger.kernel.org > S: Maintained > -F: Documentation/devicetree/bindings/misc/qcom,fastrpc.txt > +F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml Your patchset is still not bisectable... Best regards, Krzysztof
diff --git a/MAINTAINERS b/MAINTAINERS index 96f47a7865d6..ad697195fc59 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -16863,7 +16863,7 @@ M: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> M: Amol Maheshwari <amahesh@qti.qualcomm.com> L: linux-arm-msm@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/misc/qcom,fastrpc.txt +F: Documentation/devicetree/bindings/misc/qcom,fastrpc.yaml F: drivers/misc/fastrpc.c F: include/uapi/misc/fastrpc.h
The documentation for fastrpc bingings is now YAML. So update the MAINTAINERS file. Signed-off-by: Abel Vesa <abel.vesa@linaro.org> --- Changes since v6: * no change MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)