From patchwork Sun Sep 17 10:15:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 9954735 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 4C8E460569 for ; Sun, 17 Sep 2017 10:16:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3491228B57 for ; Sun, 17 Sep 2017 10:16:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 2956E28B55; Sun, 17 Sep 2017 10:16:37 +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]) (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 D3BA228B57 for ; Sun, 17 Sep 2017 10:16:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 293D46E247; Sun, 17 Sep 2017 10:16:01 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from lb2-smtp-cloud7.xs4all.net (lb2-smtp-cloud7.xs4all.net [194.109.24.28]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3B4BC6E0AE for ; Sun, 17 Sep 2017 10:15:55 +0000 (UTC) Received: from tschai.fritz.box ([212.251.195.8]) by smtp-cloud7.xs4all.net with ESMTPA id tWc6dhywhG5oqtWcDdxios; Sun, 17 Sep 2017 12:15:53 +0200 From: Hans Verkuil To: linux-media@vger.kernel.org Subject: [PATCHv6 5/5] MAINTAINERS: add cec-gpio entry Date: Sun, 17 Sep 2017 12:15:46 +0200 Message-Id: <20170917101546.16993-6-hverkuil@xs4all.nl> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20170917101546.16993-1-hverkuil@xs4all.nl> References: <20170917101546.16993-1-hverkuil@xs4all.nl> X-CMAE-Envelope: MS4wfHc1I7SxeqTlSzDPAr8U9rRvRZEUG/PWiJBtc1hIY9vUFWH99X2/yRRWbq+09JZA9o18s2vS2E/+SZUVIhvUo/oVcGJ68PAFTSWHrAtpLKuNcfkiAQS7 wsvbeRmgjfAd+zZETKd0hYltVxTDDgf8chSfAU6V6O2/3Ji1Zd6GwA64n47OPC5rk/t2NIoZT6g0yBGYDy4xrK4tL9iuwODGl6//GHTapmV1i7RrviTQJxBJ +MyvWl9bBA5KScQw0wGiKWpthv09xzCMBurGx79dTVK5hNnywAsP5kl6fg3hCwOf7CBwH5Eza269bZkRNdYCRwhObTlrTnygV+o2sNQKjtMgAsTex3hZKmhz dwKKeJgR Cc: devicetree@vger.kernel.org, Hans Verkuil , dri-devel@lists.freedesktop.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: Hans Verkuil Add an entry for the CEC GPIO driver. Signed-off-by: Hans Verkuil --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index eb930ebecfcb..5ef0d34ef502 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3205,6 +3205,15 @@ F: include/uapi/linux/cec.h F: include/uapi/linux/cec-funcs.h F: Documentation/devicetree/bindings/media/cec.txt +CEC GPIO DRIVER +M: Hans Verkuil +L: linux-media@vger.kernel.org +T: git git://linuxtv.org/media_tree.git +W: http://linuxtv.org +S: Supported +F: drivers/media/platform/cec-gpio/ +F: Documentation/devicetree/bindings/media/cec-gpio.txt + CELL BROADBAND ENGINE ARCHITECTURE M: Arnd Bergmann L: linuxppc-dev@lists.ozlabs.org