From patchwork Sun May 22 09:05:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9130837 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 9B99D60760 for ; Sun, 22 May 2016 09:15:20 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 08EFF2819C for ; Sun, 22 May 2016 09:15:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id F1FDB281A7; Sun, 22 May 2016 09:15:21 +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 832232819C for ; Sun, 22 May 2016 09:15:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752680AbcEVJOd (ORCPT ); Sun, 22 May 2016 05:14:33 -0400 Received: from leibniz.telenet-ops.be ([195.130.137.77]:40678 "EHLO leibniz.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752076AbcEVJOb (ORCPT ); Sun, 22 May 2016 05:14:31 -0400 X-Greylist: delayed 461 seconds by postgrey-1.27 at vger.kernel.org; Sun, 22 May 2016 05:14:31 EDT Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by leibniz.telenet-ops.be (Postfix) with ESMTP id 3rCG530J4gzMqkLG for ; Sun, 22 May 2016 11:06:47 +0200 (CEST) Received: from ayla.of.borg ([84.195.107.21]) by michel.telenet-ops.be with bizsmtp id xM6l1s00e0TjorY06M6l5z; 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-0006Oh-GN; Sun, 22 May 2016 11:06:45 +0200 Received: from geert by ramsan with local (Exim 4.82) (envelope-from ) id 1b4PLV-000273-5T; Sun, 22 May 2016 11:06:49 +0200 From: Geert Uytterhoeven To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Geert Uytterhoeven , Dmitry Torokhov , linux-input@vger.kernel.org Subject: [PATCH 21/54] MAINTAINERS: Add file patterns for serio device tree bindings Date: Sun, 22 May 2016 11:05:58 +0200 Message-Id: <1463907991-7916-22-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: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@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: Dmitry Torokhov Cc: linux-input@vger.kernel.org Acked-by: Dmitry Torokhov --- 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 5cf50bf461c4255e..528c5ecd59d50ab5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5885,6 +5885,7 @@ F: include/linux/input.h F: include/uapi/linux/input.h F: include/linux/input/ F: Documentation/devicetree/bindings/input/ +F: Documentation/devicetree/bindings/serio/ INPUT MULTITOUCH (MT) PROTOCOL M: Henrik Rydberg