diff options
author | Daniel Vetter <[email protected]> | 2019-07-05 14:10:06 +0200 |
---|---|---|
committer | Liviu Dudau <[email protected]> | 2019-07-08 14:44:49 +0100 |
commit | 75c5bf97ed2fec43f64c91b9e33a6cbd20c23cf9 (patch) | |
tree | d52c96074a415f12c6f014176aec18fdc5b838a6 | |
parent | c945623c05c34814c655a0c87155dca81d7e7146 (diff) |
MAINTAINERS: maintain drm/arm drivers in drm-misc for now
From discussions with Liviu it sounded like the komeda team would
benefit a bit from more cross-review with other drivers. To make sure
komeda is aligned with how similar problems are solved in other
drivers (in the end everyone ends up with similar ideas on how to
solve various display engine design issues).
An option would be to use drm-misc as an incubator for a few kernel
releases, at least until the big design items have been tackled: Aside
from the four kms properties already landed that we need to take out
again there's also a pile of new ones proposed already for komeda.
drm-misc seems to work fairly well at encouraging these kind of
cross-driver reviews and working on cross-driver infrastructure in drm
core. Later on we can move all the drivers out to a dedicated arm tree
again (if that's desired).
Of coures that would mean Lowry and James need drm-misc commit rights
(all other arm contributors have it already I think).
Cc: Lowry Li (Arm Technology China) <[email protected]>
Cc: James Qian Wang (Arm Technology China) <[email protected]>
Cc: Liviu Dudau <[email protected]>
Cc: Mali DP Maintainers <[email protected]>
Cc: Brian Starkey <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Sean Paul <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Acked-by: Maxime Ripard <[email protected]>
Acked-by: James Qian Wang (Arm Technology China) <[email protected]>
Signed-off-by: Liviu Dudau <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d6600715a662..93494c58aaff 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1203,7 +1203,7 @@ M: James (Qian) Wang <[email protected]> M: Liviu Dudau <[email protected]> L: Mali DP Maintainers <[email protected]> S: Supported -T: git git://linux-arm.org/linux-ld.git for-upstream/mali-dp +T: git git://anongit.freedesktop.org/drm/drm-misc F: drivers/gpu/drm/arm/display/include/ F: drivers/gpu/drm/arm/display/komeda/ F: Documentation/devicetree/bindings/display/arm,komeda.txt @@ -1214,7 +1214,7 @@ M: Liviu Dudau <[email protected]> M: Brian Starkey <[email protected]> L: Mali DP Maintainers <[email protected]> S: Supported -T: git git://linux-arm.org/linux-ld.git for-upstream/mali-dp +T: git git://anongit.freedesktop.org/drm/drm-misc F: drivers/gpu/drm/arm/ F: Documentation/devicetree/bindings/display/arm,malidp.txt F: Documentation/gpu/afbc.rst |