diff options
author | Geert Uytterhoeven <[email protected]> | 2016-05-22 11:05:53 +0200 |
---|---|---|
committer | Daniel Vetter <[email protected]> | 2016-05-23 09:20:07 +0200 |
commit | d28ab95b3cdc502b103bb78fa5f07cb88dbf1161 (patch) | |
tree | ef50cf067ab0317dcc7cd6a1c5a597f7b98270f7 | |
parent | a39ed680bddb1ead592e22ed812c7e47286bfc03 (diff) |
MAINTAINERS: Add file patterns for drm device tree bindings
Submitters of device tree binding documentation may forget to CC
the subsystem maintainer if this is missing.
Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: David Airlie <[email protected]>
Cc: [email protected]
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 216d4476aab6..15ec03b58d84 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3765,6 +3765,9 @@ T: git git://people.freedesktop.org/~airlied/linux S: Maintained F: drivers/gpu/drm/ F: drivers/gpu/vga/ +F: Documentation/devicetree/bindings/display/ +F: Documentation/devicetree/bindings/gpu/ +F: Documentation/devicetree/bindings/video/ F: Documentation/DocBook/gpu.* F: include/drm/ F: include/uapi/drm/ |