From patchwork Sun May 22 09:05:52 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9130779 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 C785E60760 for ; Sun, 22 May 2016 09:10:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1E34D2819C for ; Sun, 22 May 2016 09:10:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 11DAF281A7; Sun, 22 May 2016 09:10:12 +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=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9404C2819C for ; Sun, 22 May 2016 09:10:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752322AbcEVJG6 (ORCPT ); Sun, 22 May 2016 05:06:58 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:55727 "EHLO andre.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752110AbcEVJGr (ORCPT ); Sun, 22 May 2016 05:06:47 -0400 Received: from ayla.of.borg ([84.195.107.21]) by andre.telenet-ops.be with bizsmtp id xM6l1s00H0TjorY01M6llP; Sun, 22 May 2016 11:06:45 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.82) (envelope-from ) id 1b4PLR-0006OJ-Bd; Sun, 22 May 2016 11:06:45 +0200 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1b4PLV-00026Y-0Y; Sun, 22 May 2016 11:06:49 +0200 From: Geert Uytterhoeven To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Geert Uytterhoeven , Vinod Koul , dmaengine@vger.kernel.org Subject: [PATCH 15/54] MAINTAINERS: Add file patterns for dma device tree bindings Date: Sun, 22 May 2016 11:05:52 +0200 Message-Id: <1463907991-7916-16-git-send-email-geert@linux-m68k.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1463907991-7916-1-git-send-email-geert@linux-m68k.org> References: <1463907991-7916-1-git-send-email-geert@linux-m68k.org> Sender: dmaengine-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Submitters of device tree binding documentation may forget to CC the subsystem maintainer if this is missing. Signed-off-by: Geert Uytterhoeven Cc: Vinod Koul Cc: dmaengine@vger.kernel.org --- Please apply this patch directly if you want to be involved in device tree binding documentation for your subsystem. --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 0079717d52e46222..c79b99dd3a0bf22d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3786,6 +3786,7 @@ Q: https://patchwork.kernel.org/project/linux-dmaengine/list/ S: Maintained F: drivers/dma/ F: include/linux/dmaengine.h +F: Documentation/devicetree/bindings/dma/ F: Documentation/dmaengine/ T: git git://git.infradead.org/users/vkoul/slave-dma.git