From patchwork Tue May 31 14:33:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9144951 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 E2DE560752 for ; Tue, 31 May 2016 14:33:31 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D41382012F for ; Tue, 31 May 2016 14:33:31 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C8A3D27811; Tue, 31 May 2016 14:33: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=-4.2 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5176D2012F for ; Tue, 31 May 2016 14:33:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 110646E37D; Tue, 31 May 2016 14:33:27 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-yw0-f194.google.com (mail-yw0-f194.google.com [209.85.161.194]) by gabe.freedesktop.org (Postfix) with ESMTPS id 63E2F6E37D for ; Tue, 31 May 2016 14:33:25 +0000 (UTC) Received: by mail-yw0-f194.google.com with SMTP id l126so19046083ywe.3 for ; Tue, 31 May 2016 07:33:25 -0700 (PDT) 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=Ntn6c7aK1t4LzWf1zvKqc8XPVyiFCPnlDmx4gd2ciTU=; b=RxRdUVpksBMUfqBGW1EOB/DVRtTyG9Byo3eiAqSCrI3ma9TrUzQXwL0XT6j7xa3qtT xdP3zjoX3dEhnR7Z2a75UzzPT2Ykg8TJil5FtxKkQeIXVUoZZId3TKOYYvDhJSEyk4hy zSJdBPwmFG9FQg7R5CbHhqlYIF3Sg0mLiBLVwT0n8SOERRA9r4oGhlPyRBVN5+qlDd6x M7a6FlQJjiLrN1Y3PcbAZ7XK3pHOZuCxCkKyqlP3iBLIHslrSjMJATO3mkag1zIYMsPx VW7vzr5QwGRys3GknfDzChKxO9Dmu8iAmVizTmDmGQgvkOpluDLJF7BnxBw7UNDKQRNd dz9w== X-Gm-Message-State: ALyK8tJt8426n/lmS8iVgkgIsJ6BtYC317jgZwiwLggumXTGxZsfY75QVGxIO9hdj2DtCA== X-Received: by 10.13.208.2 with SMTP id s2mr21144096ywd.215.1464705204133; Tue, 31 May 2016 07:33:24 -0700 (PDT) Received: from jade.localdomain ([201.82.24.203]) by smtp.gmail.com with ESMTPSA id o134sm16522659ywd.53.2016.05.31.07.33.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 May 2016 07:33:23 -0700 (PDT) From: Gustavo Padovan To: Sumit Semwal Subject: [PATCH 1/2] MAINTAINERS: add entry for the Sync File Framework Date: Tue, 31 May 2016 11:33:15 -0300 Message-Id: <1464705196-24369-1-git-send-email-gustavo@padovan.org> X-Mailer: git-send-email 2.5.5 Cc: Gustavo Padovan , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org 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 From: Gustavo Padovan Add Gustavo as maintainer for the Sync File Framework. Sumit is co-maintainer as he maintains drivers/dma-buf/. It also uses Sumit's tree as base. Signed-off-by: Gustavo Padovan Acked-by: Sumit Semwal Acked-by: Maarten Lankhorst --- MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fb487d9..0891228 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3677,6 +3677,17 @@ F: include/linux/*fence.h F: Documentation/dma-buf-sharing.txt T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git +SYNC FILE FRAMEWORK +M: Sumit Semwal +R: Gustavo Padovan +S: Maintained +L: linux-media@vger.kernel.org +L: dri-devel@lists.freedesktop.org +F: drivers/dma-buf/sync_file.c +F: include/linux/sync_file.h +F: Documentation/sync_file.txt +T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git + DMA GENERIC OFFLOAD ENGINE SUBSYSTEM M: Vinod Koul L: dmaengine@vger.kernel.org