From patchwork Wed Oct 26 21:04:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 9398333 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 55B6A60231 for ; Wed, 26 Oct 2016 21:04:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2A05129DE7 for ; Wed, 26 Oct 2016 21:04:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 1EEFC29E0C; Wed, 26 Oct 2016 21:04:33 +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=-3.7 required=2.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RCVD_IN_SORBS_SPAM 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 A915229DE7 for ; Wed, 26 Oct 2016 21:04:32 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BDB566E177; Wed, 26 Oct 2016 21:04:30 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-ua0-f196.google.com (mail-ua0-f196.google.com [209.85.217.196]) by gabe.freedesktop.org (Postfix) with ESMTPS id B93EA6E177 for ; Wed, 26 Oct 2016 21:04:28 +0000 (UTC) Received: by mail-ua0-f196.google.com with SMTP id 6so582166uat.1 for ; Wed, 26 Oct 2016 14:04:28 -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=O7m2rocCumYVA/GnTZDe+8TOn9SuVXObrG4gKU4XboQ=; b=Nl+XROXYaVripRBnTlWk7OS5khH8FcVDGxlEktoo7zFUR9yRNrw28D2ismAq+Dxe9O H2FtTexXrCHJeUypckjwTmJFhNuazpp6Ubrf3OpFNVZ8NaNRlht3MZ5VIf6iajS6tbE1 Nqg8+ciO8dgGFl1bP2YxLb0Y6JtsFXD3nbuW2rA3aylcD1F2I9CtT4BWVhjAzr5UVnFj QgNNXxmQ4TonMPSRqkc++cKSU0WpvC1BWs3V3OXd7YF7b0YYov84zM4Lyq3P9yN+LDvU KiH0oUGKyrZTS9NhHJxL7DsPrSyDZuMoyA0dwjj41xIW05RsBuPzvX9LqMgYkXJ0T9g0 gk1g== X-Gm-Message-State: ABUngvdygMpLtQGVBxukyHSk8UzCJ1oJUDBsg96nUp8/zc7rCzPW0jWAkqGpxZscD4T9+w== X-Received: by 10.176.83.92 with SMTP id y28mr3146461uay.128.1477515867879; Wed, 26 Oct 2016 14:04:27 -0700 (PDT) Received: from jade.localdomain ([187.64.228.41]) by smtp.gmail.com with ESMTPSA id q23sm978090uaa.16.2016.10.26.14.04.25 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Oct 2016 14:04:27 -0700 (PDT) From: Gustavo Padovan To: dri-devel@lists.freedesktop.org Subject: [PATCH] MAINTAINERS: update Sync File Framework files Date: Wed, 26 Oct 2016 19:04:22 -0200 Message-Id: <1477515862-7980-1-git-send-email-gustavo@padovan.org> X-Mailer: git-send-email 2.5.5 Cc: Gustavo Padovan 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 Signed-off-by: Gustavo Padovan --- MAINTAINERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index e60e0a1..10f1bc0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3913,8 +3913,10 @@ 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: drivers/dma-buf/sync_* +F: drivers/dma-buf/sw_sync.c F: include/linux/sync_file.h +F: include/uapi/linux/sync_file.h F: Documentation/sync_file.txt T: git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git