From patchwork Mon May 26 21:44:42 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Vetter X-Patchwork-Id: 4245171 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 6A7A0BF90B for ; Mon, 26 May 2014 21:45:16 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A65A020256 for ; Mon, 26 May 2014 21:45:15 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id C60C120218 for ; Mon, 26 May 2014 21:45:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 55BF56E0A7; Mon, 26 May 2014 14:45:13 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by gabe.freedesktop.org (Postfix) with ESMTP id 1E90F6E0A7 for ; Mon, 26 May 2014 14:45:11 -0700 (PDT) Received: by mail-wg0-f44.google.com with SMTP id a1so8406835wgh.3 for ; Mon, 26 May 2014 14:44:49 -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=t+TyfiGV5JzYlYLepfyw0GruxIVe7GRDXx22j2A9PTU=; b=Q46pzLO8zTpQ9ysg6hDTQefuovKiMtvltnI7UgyuGGY4pqMngkcb/80HMHnxjEl0ES dnAiDWYPFJ6CDIzNGDJ8rCMUh57yYugzLWiC2zZORSyo0upf3fbww9taMDFkGiX4sySa 0ZhAaU4LpUiXFS3pUlUWylEf8zpHUp/ic2kgU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=t+TyfiGV5JzYlYLepfyw0GruxIVe7GRDXx22j2A9PTU=; b=ikBSYoNEM0cnAPpy6m55tjefqf2onQ32G/Z4OiuMLtazjU1C42pOowWLAqt6UpUfsq 2/BgP5DGKtZm66Tko2W9n3k1ekvj0GCblFs3y4FAQE5IqWPe41RKK6j4nPfAPuIxFEx3 MzOpmvv+008M+fxXZd4F55UZc5vvJtOLuV2LRgRyp8r5kTk6WT8B6PWyeTXzR0Fyhcxs zW/n27Ck3xwxfOu60M2avPLXve0chJMLFmi2yC/Q/b8E12uol+ty7rcOFE/eLuZ+qJPW IymwZ9UEzxTEZud0j9EZmQV+YEWRUisga7BnSelOjasCwS3ujzMlk1zK2m9AQkMni7oA vE4g== X-Gm-Message-State: ALoCoQlXeAFcZKbWE/wBk9tq5TNo12z7kgheaFtrQswNEYSEytqlGxGzCoTvFRG7l1zFtwCw6blb X-Received: by 10.194.48.80 with SMTP id j16mr34101697wjn.44.1401140689598; Mon, 26 May 2014 14:44:49 -0700 (PDT) Received: from phenom.ffwll.local (84-73-67-144.dclient.hispeed.ch. [84.73.67.144]) by mx.google.com with ESMTPSA id g10sm29822619wjs.33.2014.05.26.14.44.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 26 May 2014 14:44:48 -0700 (PDT) From: Daniel Vetter To: DRI Development Subject: [PATCH] MAINTAINERS: Shovel drivers/gpu/vga/* to Dave Date: Mon, 26 May 2014 23:44:42 +0200 Message-Id: <1401140682-453-1-git-send-email-daniel.vetter@ffwll.ch> X-Mailer: git-send-email 1.9.2 Cc: Daniel Vetter , Alex Williamson , linux-kernel@vger.kernel.org, Dave Airlie X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.15 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-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP DRM is pretty much the main user of this stuff (if we ignore the sysfs interface used by X, i.e. by the same gang of people writing the drm drivers). So shovel it into Dave's responsibility to avoid patches getting lost on lkml. With this get_maintainers will rout vgaarb and switcheroo patches correctly. Cc: Alex Williamson Cc: Dave Airlie Cc: linux-kernel@vger.kernel.org References: https://lkml.org/lkml/2014/5/25/94 Signed-off-by: Daniel Vetter --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e67ea2442041..1f08b7e43dec 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2933,6 +2933,7 @@ L: dri-devel@lists.freedesktop.org T: git git://people.freedesktop.org/~airlied/linux S: Maintained F: drivers/gpu/drm/ +F: drivers/gpu/vga/ F: include/drm/ F: include/uapi/drm/