From patchwork Fri Sep 8 15:35:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 9944523 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 548A76035D for ; Fri, 8 Sep 2017 15:35:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4752B28767 for ; Fri, 8 Sep 2017 15:35:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3C183287EF; Fri, 8 Sep 2017 15:35:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EC60128767 for ; Fri, 8 Sep 2017 15:35:40 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CC7EA6E0F5; Fri, 8 Sep 2017 15:35:39 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm0-x243.google.com (mail-wm0-x243.google.com [IPv6:2a00:1450:400c:c09::243]) by gabe.freedesktop.org (Postfix) with ESMTPS id F11916E0F5 for ; Fri, 8 Sep 2017 15:35:37 +0000 (UTC) Received: by mail-wm0-x243.google.com with SMTP id e64so1984404wmi.2 for ; Fri, 08 Sep 2017 08:35:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ffwll.ch; s=google; h=from:to:cc:subject:date:message-id; bh=3PKqxYstZzI8Kw54f19r0cyL6othq3ugkKERzUsZVTc=; b=jX12UISAkZ347IRH7/M6dY2+0HoB9GJf9ASDPBv0bKukYyhLxvUU7QHRxH5D9qk9GJ +xfgetmDbHVDfeKYQHZ2YR58Ee+keJlgVNcMDdJfIWAdyz178DLwDpnlqM/z5iPOwMlm K5cMrb5mA6AL30cK09cL44pOTl2dTyeZ42xw0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3PKqxYstZzI8Kw54f19r0cyL6othq3ugkKERzUsZVTc=; b=sNa+Gkuy+FN+3tITTj7zPjApqcbQmBJmcG3YsjdCUdTMkKYI5eoOWtL8Vxik5QOK98 OOpHkTu51jnHjkADuhpBzKEx0PVIW9Bkk5nGpnBnPUQnL5WWSBRXygoGgksNrmRbEyzq 7dzcfgMVNhdGa/nfg4+oPgd4w8FWsuZrZUO88H8wG+8yEHtN05LDsfCPFnCFZF9NAs4f jQUgfcIXr1vLBs8Gr471+1FNZ67pCUZBzbLyBdao6xlS6MMdmf30OhG4hWukwnTMx4n6 bY1paycVlCDN9+Ee7Mo8cjezgU+t048vgWg6OpAv6IUi0PxSRANAaKeBrzx9dQnD7zc5 YY0Q== X-Gm-Message-State: AHPjjUhJoGShSjyZV70nkKorSdECjd+dVaCknT0Wpoz3Tk/pj2l2p068 Yq3lx+BYNQhWwzrk X-Google-Smtp-Source: ADKCNb6Z2TkPCxyYwyi5vSb6IM122E/4mbwYOYwAaWXTJXHTWjQTtN4ixBKj3RTMnTPZ2eE6TXkVxg== X-Received: by 10.80.167.6 with SMTP id h6mr2649986edc.43.1504884936633; Fri, 08 Sep 2017 08:35:36 -0700 (PDT) Received: from phenom.ffwll.local ([2a02:168:5635:0:39d2:f87e:2033:9f6]) by smtp.gmail.com with ESMTPSA id x40sm801634edb.48.2017.09.08.08.35.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Sep 2017 08:35:35 -0700 (PDT) From: Daniel Vetter To: LKML Subject: [PATCH] MAINTAINERS: Add dri-devel as a mailing list for anything fbdev Date: Fri, 8 Sep 2017 17:35:28 +0200 Message-Id: <20170908153528.17528-1-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 2.14.1 Cc: linux-fbdev@vger.kernel.org, Bartlomiej Zolnierkiewicz , Daniel Vetter , dri-devel@lists.freedesktop.org, Hans de Goede , Daniel Vetter X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP fbdev is in maintenance only, except that it's still used by drm through the drm fbdev emulation, to be able to use fbcon. And people might want to sometimes extend fbcon to enable new features for drm drivers, e.g. Hans' panel orientation work. The problem is that when those patches only touch fbdev code they'll never show up on drm developer's radar, which means we end up with designs that don't really fit whell into the full stack. That happened a bit with the panel orientation work, where an fbcon patch made it into 4.14, implementing a design that won't really work on the drm side. Which means we now have to redo things, and on top coordinate 2 subsystem trees. Since fbdev is super low-volume we can prevent this in the future by simply adding the dri-devel mailing list to the fbdev subsystem. Cc: Hans de Goede Cc: Bartlomiej Zolnierkiewicz Cc: linux-fbdev@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Cc: Sean Paul Cc: David Airlie Signed-off-by: Daniel Vetter Acked-by: Sean Paul --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index ba51d0906955..af9766a32949 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5391,6 +5391,7 @@ F: drivers/net/wan/sdla.c FRAMEBUFFER LAYER M: Bartlomiej Zolnierkiewicz +L: dri-devel@lists.freedesktop.org L: linux-fbdev@vger.kernel.org T: git git://github.com/bzolnier/linux.git Q: http://patchwork.kernel.org/project/linux-fbdev/list/