Message ID | 1488360018-16835-1-git-send-email-narmstrong@baylibre.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <dri-devel-bounces@lists.freedesktop.org> 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 A797460429 for <patchwork-dri-devel@patchwork.kernel.org>; Wed, 1 Mar 2017 09:20:38 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9895B271E0 for <patchwork-dri-devel@patchwork.kernel.org>; Wed, 1 Mar 2017 09:20:38 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8D36F28532; Wed, 1 Mar 2017 09:20:38 +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 B51E9271E0 for <patchwork-dri-devel@patchwork.kernel.org>; Wed, 1 Mar 2017 09:20:36 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 649AC6E8DF; Wed, 1 Mar 2017 09:20:34 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3E5906E8D6 for <dri-devel@lists.freedesktop.org>; Wed, 1 Mar 2017 09:20:32 +0000 (UTC) Received: by mail-wr0-x235.google.com with SMTP id u108so25663571wrb.3 for <dri-devel@lists.freedesktop.org>; Wed, 01 Mar 2017 01:20:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=2bkG0cfAQfol/pqFJH+NcPkWHe5LaQB/3EbzmMneyZs=; b=da36GVQKb48vab4i8G84oFFfGycimh2+Ps1aC5ZPuwFzphz03xMNXIGHc0pKUKWRJi lKIX4UtVBPcDNgfBl70ClSyfZt3ZYaonR+dZ4WYVNekJ8xR5upkua8QeuqQIJrZ4qpl+ QhNiUpL8XbTX5flQqJBwFNH0TkS7WnKOi9JCcrnIfPVY+qViKw+OOK4KFCgZme4alOUL rJYN5s+i0cbruG9cm/SriX1cJR3G0bDkfPFNjhl1O/2ovE/xJJy/km9LlflJRoHL8bLe JWfDIh2anLD/p4imR74xYd6oLa81WceobyVDrigOXVcqW2FI4F249yMueZo8Iw1ffckq 8u3Q== 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=2bkG0cfAQfol/pqFJH+NcPkWHe5LaQB/3EbzmMneyZs=; b=b2qTuAoZeOonXSHDXSM4/JX/bSKfaf8O+aP2b3biieewPya2iDzq6iBgS318Ik9JQU 9hArT3ZmGbzIfRT5o+1QOcXF5rj+PR+RwJBymLFSG/D7DW4s8UaJ3KCgTkBhGew0oSP+ SnUTLVhTqq92RI9r+xXlq/xI11X23qjBu5Lke3Dmet3oD05UCI7WW95H4yVLQvTUaZdg sEqO/+ErzGzF5LEYM5MCJ4i7ygjC9FSCwwU9cESeOMvs/2ROYicekB+4G2Vlo088DUB+ o9uwTvbPE8NaspdFka21vgkHGW9TUBgIZfzrLywOxgSzj8s5e13aSnIZod7vvOKVa7wR fVqw== X-Gm-Message-State: AMke39ndWL6hc36pbgvcOwQ/sWxDULDSdLwR/bNdiHkjDIMGsx4NP+kjsBWxipx7KhY4F7yc X-Received: by 10.223.146.131 with SMTP id 3mr6640666wrn.198.1488360030706; Wed, 01 Mar 2017 01:20:30 -0800 (PST) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id e14sm21978141wmd.14.2017.03.01.01.20.29 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 01 Mar 2017 01:20:30 -0800 (PST) From: Neil Armstrong <narmstrong@baylibre.com> To: dri-devel@lists.freedesktop.org, linux-amlogic@lists.infradead.org Subject: [PATCH] MAINTAINERS: drm-meson: Update git entries Date: Wed, 1 Mar 2017 10:20:18 +0100 Message-Id: <1488360018-16835-1-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 Cc: Daniel Vetter <daniel.vetter@intel.com>, Neil Armstrong <narmstrong@baylibre.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development <dri-devel.lists.freedesktop.org> List-Unsubscribe: <https://lists.freedesktop.org/mailman/options/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=unsubscribe> List-Archive: <https://lists.freedesktop.org/archives/dri-devel> List-Post: <mailto:dri-devel@lists.freedesktop.org> List-Help: <mailto:dri-devel-request@lists.freedesktop.org?subject=help> List-Subscribe: <https://lists.freedesktop.org/mailman/listinfo/dri-devel>, <mailto:dri-devel-request@lists.freedesktop.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" <dri-devel-bounces@lists.freedesktop.org> X-Virus-Scanned: ClamAV using ClamSMTP |
diff --git a/MAINTAINERS b/MAINTAINERS index 527d137..98e8d6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4182,6 +4182,8 @@ W: http://linux-meson.com/ S: Supported F: drivers/gpu/drm/meson/ F: Documentation/devicetree/bindings/display/amlogic,meson-vpu.txt +T: git git://anongit.freedesktop.org/drm/drm-meson +T: git git://anongit.freedesktop.org/drm/drm-misc DRM DRIVERS FOR EXYNOS M: Inki Dae <inki.dae@samsung.com>
Add the main git entry and the drm-misc experiment git for small patches. Cc: Daniel Vetter <daniel.vetter@intel.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)