From patchwork Wed Sep 19 20:39:57 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10606533 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C216615E8 for ; Wed, 19 Sep 2018 20:40:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B2A452CBC2 for ; Wed, 19 Sep 2018 20:40:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B0CC02CAA0; Wed, 19 Sep 2018 20:40:31 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED 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 5216B2CBC2 for ; Wed, 19 Sep 2018 20:40:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5EA268996E; Wed, 19 Sep 2018 20:40:30 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb42.google.com (mail-yb1-xb42.google.com [IPv6:2607:f8b0:4864:20::b42]) by gabe.freedesktop.org (Postfix) with ESMTPS id DA8FB8996E for ; Wed, 19 Sep 2018 20:40:28 +0000 (UTC) Received: by mail-yb1-xb42.google.com with SMTP id w80-v6so2971233ybe.10 for ; Wed, 19 Sep 2018 13:40:28 -0700 (PDT) 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:mime-version :content-transfer-encoding; bh=jKB08lIJM62TjYoXl+fj9q55SEJkhZHMNyRpQLYb2H0=; b=hu4nO33WWRKncnya6hewgkdrTfR9YZJaC0Vm1iktlojzE7Kf12dLsYt+RhHBfDirbY IxVJCD0HqWRzawB0BhVq96OJU1MYCFCKWfQW9eQVX3GV0st9UZotpfuOh6fXZ4Pylg4a zv+HNPqEVSNpPgwQwHsSfzrw+Q5tbiMzRF9lRHt+qy5moJUg2orknr+/5kXhh6hSLtEv Ln7Gph6yNBm8F7jyo7HgWfauir4ndDc3DfSSlvGNoKRVSt7BEybnRQQ5sBRjkIPk/yg4 Sqvxr0sfErvTUb972XIxI55iuP7/RVkx2KsFRybKD9/fxemA6bjrod63jEuxs91WGLNx EzAg== X-Gm-Message-State: APzg51D3jjarZHKz5wFf7uYOfh/aHr3mfAHTxJzbU/WUGidmjPILF+U8 YGpv8HN//SqeshUrcoBiroLsZCQSIWM= X-Google-Smtp-Source: ANB0VdYAsQJdqFAD7t4KwGcRNZh1zUCSLJ/t2s+Qo1PK9ABK5UV8gxokmCnmt8A8PosiUDL5/iwJjQ== X-Received: by 2002:a25:9847:: with SMTP id k7-v6mr7635589ybo.255.1537389627973; Wed, 19 Sep 2018 13:40:27 -0700 (PDT) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id j66-v6sm2602989ywc.61.2018.09.19.13.40.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Sep 2018 13:40:27 -0700 (PDT) From: Sean Paul To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 1/2] MAINTAINERS: Move udl drm driver to drm-misc tree Date: Wed, 19 Sep 2018 16:39:57 -0400 Message-Id: <20180919204026.3217-1-sean@poorly.run> X-Mailer: git-send-email 2.19.0.397.gdd90340f6a-goog MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Dave Airlie , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Sean Paul Move udl maintenance into drm-misc tree. I've also signed up to be a reviewer, but have kept it at "Odd Fixes" level of support. Cc: Dave Airlie Cc: David Airlie Cc: Gustavo Padovan Cc: Maarten Lankhorst Signed-off-by: Sean Paul Acked-by: Dave Airlie --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 9d9068ed4ee5..ba1dbb8735b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4720,8 +4720,11 @@ F: drivers/gpu/drm/tdfx/ DRM DRIVER FOR USB DISPLAYLINK VIDEO ADAPTERS M: Dave Airlie +R: Sean Paul +L: dri-devel@lists.freedesktop.org S: Odd Fixes F: drivers/gpu/drm/udl/ +T: git git://anongit.freedesktop.org/drm/drm-misc DRM DRIVER FOR VMWARE VIRTUAL GPU M: "VMware Graphics" From patchwork Wed Sep 19 20:39:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Paul X-Patchwork-Id: 10606535 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 60F00913 for ; Wed, 19 Sep 2018 20:40:53 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 518872C9BA for ; Wed, 19 Sep 2018 20:40:53 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 45A7D2CB32; Wed, 19 Sep 2018 20:40:53 +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=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED 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 E03312CAA0 for ; Wed, 19 Sep 2018 20:40:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E97DD6E34E; Wed, 19 Sep 2018 20:40:50 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yb1-xb44.google.com (mail-yb1-xb44.google.com [IPv6:2607:f8b0:4864:20::b44]) by gabe.freedesktop.org (Postfix) with ESMTPS id CBF826E34E for ; Wed, 19 Sep 2018 20:40:49 +0000 (UTC) Received: by mail-yb1-xb44.google.com with SMTP id w7-v6so2972461ybm.7 for ; Wed, 19 Sep 2018 13:40:49 -0700 (PDT) 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:in-reply-to :references:mime-version:content-transfer-encoding; bh=AUZsGUZ+VQ+bvg0fQyVV61LuF0qa4lmHD2/u1Js04Lc=; b=I/cUWF6DtEwmSTAMCTDinr/TZpsWzPawQOW7yeK1/OgmtqLeKoMsnarUBYNKRztFZg tLUEN8kerW4qYXlLKRJ/Ualb1X6XdgOPsjXBBbUcPTnS3SdFqoVw38VPU4zCW39mLa1g 2I2cEa4/tTr4ttRtcVqfnFK7RW7Eq1ZVpJV099UbAb3LrQagk0THloy2ulw4JUqLewa0 25QQJqGEHFG+P0aOQLOJBYNgtML34yE26DR0Sn6oNac6CDfKQn1r9lW/XSNhPqJTiLZ8 RzAomIxxbJ1hik8dQQK4MmPggkBfcSsbI1T0UrzmJSzafVsqg/vtnEKr1Z5i4QEhT3Ca siPw== X-Gm-Message-State: APzg51CU+Kp3KQ9KrQX21WU7i3YTHpwRjJMGLF2AFzVaLJwd46rA1vFR /dwrQ9N8mWkQNbqHO8KWi+0mtChaBkc= X-Google-Smtp-Source: ANB0VdaH3LuAxX4IYVs7bfijC8FDco/i3dQd+uZFf9WkqykjJsQ13fTYgs88zfCluTj4TQyul/Fo+g== X-Received: by 2002:a25:a426:: with SMTP id f35-v6mr666313ybi.207.1537389648935; Wed, 19 Sep 2018 13:40:48 -0700 (PDT) Received: from rosewood.cam.corp.google.com ([2620:0:1013:11:ad55:b1db:adfe:3b9f]) by smtp.gmail.com with ESMTPSA id j66-v6sm2602989ywc.61.2018.09.19.13.40.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Sep 2018 13:40:48 -0700 (PDT) From: Sean Paul To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] MAINTAINERS: Move mxsfb drm driver to drm-misc tree Date: Wed, 19 Sep 2018 16:39:58 -0400 Message-Id: <20180919204026.3217-2-sean@poorly.run> X-Mailer: git-send-email 2.19.0.397.gdd90340f6a-goog In-Reply-To: <20180919204026.3217-1-sean@poorly.run> References: <20180919204026.3217-1-sean@poorly.run> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , David Airlie , Sean Paul Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Sean Paul Another "small driver" moving into drm-misc. Stefan has also offered to co-maintain it. Cc: Marek Vasut Cc: Stefan Agner Cc: David Airlie Cc: Gustavo Padovan Cc: Maarten Lankhorst Signed-off-by: Sean Paul Acked-by: Stefan Agner --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index ba1dbb8735b8..7184d53dcbd8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9891,9 +9891,12 @@ F: drivers/media/tuners/mxl5007t.* MXSFB DRM DRIVER M: Marek Vasut +M: Stefan Agner +L: dri-devel@lists.freedesktop.org S: Supported F: drivers/gpu/drm/mxsfb/ F: Documentation/devicetree/bindings/display/mxsfb.txt +T: git git://anongit.freedesktop.org/drm/drm-misc MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) M: Chris Lee