diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-04-25 19:42:53 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-04-30 13:25:35 +0100 |
commit | 840d40d941bf669669088732ef68606adb19feeb (patch) | |
tree | 3e641db6b0d31448ea58dce58cb3a845cc83e4d0 | |
parent | 3cf91adaa594e8933af1727942ac560e5c7bc70e (diff) |
MAINTAINERS: Add dri-devel for backlight subsystem patches
For the same reasons we've added dri-devel for all fbdev patches: Most
of the actively developed drivers using this infrastructure are in
drivers/gpu/. It just makes sense to cross-post patches and keep
aligned. And total activity in the backlight subsystem is miniscule
compared to drm overall.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Acked-by: Daniel Thompson <daniel.thompson@linaro.org>
Acked-by: Jingoo Han <jingoohan1@gmail.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0a1410d5a621..8ffc9273132b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2584,6 +2584,7 @@ BACKLIGHT CLASS/SUBSYSTEM M: Lee Jones <lee.jones@linaro.org> M: Daniel Thompson <daniel.thompson@linaro.org> M: Jingoo Han <jingoohan1@gmail.com> +L: dri-devel@lists.freedesktop.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git S: Maintained F: drivers/video/backlight/ |