Commit 90aeca875f8a ("dt-bindings: display: Convert etnaviv to json-schema") missed to adjust the DRM DRIVERS FOR VIVANTE GPU IP entry in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches \ F: Documentation/devicetree/bindings/display/etnaviv/
Update MAINTAINERS entry to location of converted schema.
Signed-off-by: Lukas Bulwahn lukas.bulwahn@gmail.com --- applies cleanly on next-20200313
Benjamin, please ack. Rob, please pick this patch (it is not urgent, though)
MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 77eede976d0f..50a7a6d62e06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5766,7 +5766,7 @@ L: dri-devel@lists.freedesktop.org S: Maintained F: drivers/gpu/drm/etnaviv/ F: include/uapi/drm/etnaviv_drm.h -F: Documentation/devicetree/bindings/display/etnaviv/ +F: Documentation/devicetree/bindings/gpu/vivante,gc.yaml
DRM DRIVERS FOR ZTE ZX M: Shawn Guo shawnguo@kernel.org
On 3/15/20 8:21 AM, Lukas Bulwahn wrote:
Commit 90aeca875f8a ("dt-bindings: display: Convert etnaviv to json-schema") missed to adjust the DRM DRIVERS FOR VIVANTE GPU IP entry in MAINTAINERS.
Since then, ./scripts/get_maintainer.pl --self-test complains:
warning: no file matches \ F: Documentation/devicetree/bindings/display/etnaviv/
Update MAINTAINERS entry to location of converted schema.
Signed-off-by: Lukas Bulwahn lukas.bulwahn@gmail.com
Reviewed-by: Benjamin Gaignard benjamin.gaignard@st.com
Thanks
applies cleanly on next-20200313
Benjamin, please ack. Rob, please pick this patch (it is not urgent, though)
MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 77eede976d0f..50a7a6d62e06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5766,7 +5766,7 @@ L: dri-devel@lists.freedesktop.org S: Maintained F: drivers/gpu/drm/etnaviv/ F: include/uapi/drm/etnaviv_drm.h -F: Documentation/devicetree/bindings/display/etnaviv/ +F: Documentation/devicetree/bindings/gpu/vivante,gc.yaml
DRM DRIVERS FOR ZTE ZX M: Shawn Guo shawnguo@kernel.org
dri-devel@lists.freedesktop.org