From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753636AbeAQRGb (ORCPT ); Wed, 17 Jan 2018 12:06:31 -0500 Received: from mail-qt0-f196.google.com ([209.85.216.196]:42283 "EHLO mail-qt0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750931AbeAQRG3 (ORCPT ); Wed, 17 Jan 2018 12:06:29 -0500 X-Google-Smtp-Source: ACJfBosfIrZCQbt4/EE49M/Rbj+BwXbgD8Ot20rghC6miixUxNhJrZxQNRQElNQ0uzSSZ4Q8RW3j4g== From: "Jingoo Han" To: "'Daniel Thompson'" , "'Daniel Vetter'" , "'DRI Development'" Cc: "'LKML'" , "'Lee Jones'" , "'Daniel Vetter'" References: <20180117140159.27611-1-daniel.vetter@ffwll.ch> <20180117140159.27611-6-daniel.vetter@ffwll.ch> <83974622-65bc-29ea-ac3d-954aa15f3779@linaro.org> In-Reply-To: <83974622-65bc-29ea-ac3d-954aa15f3779@linaro.org> Subject: Re: [PATCH 6/6] MAINTAINERS: add dri-devel for backlight subsystem patches Date: Wed, 17 Jan 2018 12:06:26 -0500 Message-ID: <001a01d38fb5$8386d2e0$8a9478a0$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 16.0 Content-Language: en-us Thread-Index: AQLJCkPtT+Gz5xjCs0xwut/H1Lz8/QErtkgiAx2tMK6hawsMwA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wednesday, January 17, 2018 11:53 AM, Daniel Thompson wrote: > On 17/01/18 14:01, Daniel Vetter wrote: > > 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. > > > > Cc: Lee Jones > > Cc: Daniel Thompson > > Cc: Jingoo Han > > Signed-off-by: Daniel Vetter > > Acked-by: Daniel Thompson Acked-by: Jingoo Han Best regards, Jingoo Han > > > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 7691e1025708..6534517f53b6 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -2546,6 +2546,7 @@ BACKLIGHT CLASS/SUBSYSTEM > > M: Lee Jones > > M: Daniel Thompson > > M: Jingoo Han > > +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/ > >